Re: [ovs-dev] [PATCH] netdev-dpdk: Clean up all marker flags if no offloads requested.

2024-03-13 Thread Ilya Maximets
On 3/12/24 14:36, Mike Pattrick wrote: > On Mon, Mar 11, 2024 at 2:31 PM Ilya Maximets wrote: >> >> Some drivers (primarily, Intel ones) do not expect any marking flags >> being set if no offloads are requested. If these flags are present, >> driver will fail Tx preparation or behave abnormally.

Re: [ovs-dev] [PATCH] netdev-dpdk: Clean up all marker flags if no offloads requested.

2024-03-12 Thread Mike Pattrick
On Mon, Mar 11, 2024 at 2:31 PM Ilya Maximets wrote: > > Some drivers (primarily, Intel ones) do not expect any marking flags > being set if no offloads are requested. If these flags are present, > driver will fail Tx preparation or behave abnormally. > > For example, ixgbe driver will refuse to

[ovs-dev] [PATCH] netdev-dpdk: Clean up all marker flags if no offloads requested.

2024-03-11 Thread Ilya Maximets
Some drivers (primarily, Intel ones) do not expect any marking flags being set if no offloads are requested. If these flags are present, driver will fail Tx preparation or behave abnormally. For example, ixgbe driver will refuse to process the packet with only RTE_MBUF_F_TX_TUNNEL_GENEVE and