Sunday, April 8, 2018 3:41 PM, Xueming Li: > Subject: [dpdk-dev] [PATCH 0/3] mlx5 support Tx generic tunnel checksum > and TSO > > This patchset introduced Tx generic tunnel checksum and TSO offload to mlx5 > PMD. > > This patchset relies on new ethdev API of: > https://emea01.safelinks.protection.outlook.com/?url=http%3A%2F > %2Fwww.dpdk.org%2Fdev%2Fpatchwork%2Fpatch%2F37519%2F&data=02% > 7C01%7Cshahafs%40mellanox.com%7Cbd878212bf9e4942028b08d59d4e12d > e%7Ca652971c7d2e4d9ba6a4d149256f461b%7C0%7C0%7C6365878810527844 > 12&sdata=8WpLks1uehohmtQia%2FsIZ69ZL59EQRWsozBl9t2hlz4%3D&reserv > ed=0 > > Xueming Li (3): > net/mlx5: separate TSO function in Tx data path > net/mlx5: support generic tunnel offloading > net/mlx5: allow max 192B TSO inline header length > > drivers/net/mlx5/Makefile | 5 + > drivers/net/mlx5/mlx5.c | 14 ++- > drivers/net/mlx5/mlx5.h | 1 + > drivers/net/mlx5/mlx5_defs.h | 2 +- > drivers/net/mlx5/mlx5_ethdev.c | 5 +- > drivers/net/mlx5/mlx5_prm.h | 24 ++++ > drivers/net/mlx5/mlx5_rxtx.c | 208 ++++++++++++++++++++++++------ > ---- > drivers/net/mlx5/mlx5_rxtx.h | 100 ++++++++++++---- > drivers/net/mlx5/mlx5_rxtx_vec.c | 9 +- > drivers/net/mlx5/mlx5_rxtx_vec_neon.h | 2 +- > drivers/net/mlx5/mlx5_rxtx_vec_sse.h | 2 +- > drivers/net/mlx5/mlx5_txq.c | 10 +- > 12 files changed, 289 insertions(+), 93 deletions(-)
Applied to next-net-mlx, thanks. > > -- > 2.13.3