DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH 0/3] mlx5 support Tx generic tunnel checksum and TSO
@ 2018-04-08 12:41 Xueming Li
  2018-04-08 12:41 ` [dpdk-dev] [PATCH 1/3] net/mlx5: separate TSO function in Tx data path Xueming Li
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Xueming Li @ 2018-04-08 12:41 UTC (permalink / raw)
  To: Yongseok Koh, Shahaf Shuler; +Cc: Xueming Li, dev

This patchset introduced Tx generic tunnel checksum and TSO offload to mlx5 PMD.

This patchset relies on new ethdev API of:
	http://www.dpdk.org/dev/patchwork/patch/37519/

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(-)

-- 
2.13.3

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2018-04-24 16:51 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-08 12:41 [dpdk-dev] [PATCH 0/3] mlx5 support Tx generic tunnel checksum and TSO Xueming Li
2018-04-08 12:41 ` [dpdk-dev] [PATCH 1/3] net/mlx5: separate TSO function in Tx data path Xueming Li
2018-04-24  9:17   ` Yongseok Koh
2018-04-08 12:41 ` [dpdk-dev] [PATCH 2/3] net/mlx5: support generic tunnel offloading Xueming Li
2018-04-24 10:27   ` Yongseok Koh
2018-04-08 12:41 ` [dpdk-dev] [PATCH 3/3] net/mlx5: allow max 192B TSO inline header length Xueming Li
2018-04-24  9:18   ` Yongseok Koh
2018-04-24 16:51 ` [dpdk-dev] [PATCH 0/3] mlx5 support Tx generic tunnel checksum and TSO Shahaf Shuler

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).