Skip to content

Commit

Permalink
net/iavf: add TSO offload use basic path
Browse files Browse the repository at this point in the history
[ upstream commit b1b73ea ]

IAVF choices VECTOR TX path or Basic TX path by macro
IAVF_NO_VECTOR_FLAGS. TSO offload only processed by Basic TX path.

Fixes: 605c6f9 ("net/avf: convert to new Rx and Tx offload API")

Signed-off-by: Tao Zhu <taox.zhu@intel.com>
Acked-by: Qi Zhang <qi.z.zhang@intel.com>
  • Loading branch information
Tao Zhu authored and kevintraynor committed Feb 7, 2020
1 parent bd42126 commit 725e38f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/net/avf/avf_rxtx.h
Expand Up @@ -27,6 +27,7 @@
DEV_TX_OFFLOAD_VLAN_INSERT | \
DEV_TX_OFFLOAD_SCTP_CKSUM | \
DEV_TX_OFFLOAD_UDP_CKSUM | \
DEV_TX_OFFLOAD_TCP_TSO | \
DEV_TX_OFFLOAD_TCP_CKSUM)

#define DEFAULT_TX_RS_THRESH 32
Expand Down

0 comments on commit 725e38f

Please sign in to comment.