MINOR: stconn: Rename SE_FL_MAY_FASTFWD and reorder bitfield
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 14 Feb 2024 14:00:30 +0000 (15:00 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 14 Feb 2024 15:39:46 +0000 (16:39 +0100)
commit5163eeacde1b40f76a6db6b3187ec84c12e9d6a6
tree50c346511575f930e78205148ca84e6e51114425
parent6d50f358a54c4ab356e85e26b5cb4cc7349391f5
MINOR: stconn: Rename SE_FL_MAY_FASTFWD and reorder bitfield

To fix a bug, a flag to announce the capabitlity to support the zero-copy
forwarding on the consumer side will be added on the SE descriptor. So the
old flag SE_FL_MAY_FASTFWD is renamed to indicate it concerns the producer
side. It is now SE_FL_MAY_FASTFWD_PROD. And to prepare addition of the new
flag, the bitfield is a bit reordered.

(cherry picked from commit 7598c0ba699cab31cf3df6eb59506c9b5d7edf7e)
[cf: some parts about applets were removed. A flag occurrence was missed in
     src/mux_pt.c in the original commit. This was fixed]
Signed-off-by: Christopher Faulet <cfaulet@haproxy.com>
include/haproxy/sc_strm.h
include/haproxy/stconn-t.h
src/cache.c
src/mux_h1.c
src/mux_pt.c
src/stats.c
src/stconn.c