Skip to content

Commit

Permalink
Revert "net/iavf: fix tunnel TSO path selection"
Browse files Browse the repository at this point in the history
This reverts commit:
3eb4ad8 ("net/iavf: fix tunnel TSO path selection")

This commit was added as part of v21.11.5 and is being removed
for v21.11.6.

This added unneccessary RTE_ETH_TX_OFFLOAD_*_TNL_TSO flags
to IAVF_TX_NO_VECTOR_FLAGS. In cases where those flags are present
but existing ones were not, it may lead to AVX512 tx path
not being selected.

If this combination of items means that AVX512 is not selected
and it is required, then it is better to use v21.11.4,
wait for v21.11.6 or take this revert in you local source.

Cc: [email protected]
Signed-off-by: Kevin Traynor <[email protected]>
  • Loading branch information
kevintraynor committed Aug 31, 2023
1 parent 4e50ad4 commit a4d6b1a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions drivers/net/iavf/iavf_rxtx.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@
RTE_ETH_TX_OFFLOAD_QINQ_INSERT | \
RTE_ETH_TX_OFFLOAD_MULTI_SEGS | \
RTE_ETH_TX_OFFLOAD_TCP_TSO | \
RTE_ETH_TX_OFFLOAD_VXLAN_TNL_TSO | \
RTE_ETH_TX_OFFLOAD_GRE_TNL_TSO | \
RTE_ETH_TX_OFFLOAD_IPIP_TNL_TSO | \
RTE_ETH_TX_OFFLOAD_GENEVE_TNL_TSO | \
RTE_ETH_TX_OFFLOAD_SECURITY)

#define IAVF_TX_VECTOR_OFFLOAD ( \
Expand Down

0 comments on commit a4d6b1a

Please sign in to comment.