CLEANUP: quic: rename TID affinity elements
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 11 Jul 2024 12:55:28 +0000 (14:55 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 29 Jul 2024 09:56:13 +0000 (11:56 +0200)
commitaca17100a0b8570077db2211fd4c88914645c0e6
treef1fe4f7dfe653b0e0a9f7f1cd63aa63276e15690
parent8669ecdf8ac4e32909e8796862403e145aeb5144
CLEANUP: quic: rename TID affinity elements

This commit is the renaming counterpart of the previous one, this time
for quic_conn module. Several elements related to TID affinity update
from quic_conn has been renamed : public functions, but also flag
renamed to QUIC_FL_CONN_TID_REBIND and trace event to
QUIC_EV_CONN_BIND_TID.

This should be backported with the same instruction as the previous
commit.

(cherry picked from commit 3be58fc720c406ce4f4dfc70b87662cef4838886)
[wt: dropped the BUG_ON() from quic_conn since bfdf145859d not backported]
Signed-off-by: Willy Tarreau <w@1wt.eu>
include/haproxy/quic_conn-t.h
include/haproxy/quic_conn.h
include/haproxy/quic_trace-t.h
src/proto_quic.c
src/quic_conn.c
src/quic_rx.c
src/quic_trace.c
src/xprt_quic.c