RE: [PATCH 2/2] app/testpmd: use flags from user if it is set

2025-02-18 Thread Dariusz Sosnowski
t; Subject: [PATCH 2/2] app/testpmd: use flags from user if it is set > > External email: Use caution opening links or attachments > > > It's user's responsibility to set correct flags, especially the G bit, to > distinguish the > protocols, VXLAN and VXLAN-GBP, shar

[PATCH 2/2] app/testpmd: use flags from user if it is set

2025-02-18 Thread Minggang Li(Gavin)
It's user's responsibility to set correct flags, especially the G bit, to distinguish the protocols, VXLAN and VXLAN-GBP, sharing the same port 4789. It will be set to 0x8 if user does not specify the flags. Fixes: da118115d95c ("app/testpmd: support matching any VXLAN field") Signed-off-by: Ming