net/mlx5: allow max 192B TSO inline header length
Change max inline header length to 192B to allow IPv6 VXLAN TSO headers and header with options that more than 128B. Signed-off-by: Xueming Li <xuemingl@mellanox.com> Acked-by: Yongseok Koh <yskoh@mellanox.com>
This commit is contained in:
parent
5f8ba81c42
commit
3d140329ca
@ -63,7 +63,7 @@
|
||||
#define MLX5_MAX_XSTATS 32
|
||||
|
||||
/* Maximum Packet headers size (L2+L3+L4) for TSO. */
|
||||
#define MLX5_MAX_TSO_HEADER 128
|
||||
#define MLX5_MAX_TSO_HEADER 192
|
||||
|
||||
/* Default minimum number of Tx queues for vectorized Tx. */
|
||||
#define MLX5_VPMD_MIN_TXQS 4
|
||||
|
Loading…
x
Reference in New Issue
Block a user