DPDK patches and discussions
 help / color / mirror / Atom feed
From: Shahaf Shuler <shahafs@mellanox.com>
To: "Xueming(Steven) Li" <xuemingl@mellanox.com>,
	Yongseok Koh <yskoh@mellanox.com>
Cc: "Xueming(Steven) Li" <xuemingl@mellanox.com>,
	"dev@dpdk.org" <dev@dpdk.org>,
	Raslan Darawsheh <rasland@mellanox.com>,
	Wael Abualrub <waela@mellanox.com>
Subject: Re: [dpdk-dev] [PATCH 0/3] mlx5 support Tx generic tunnel checksum and	TSO
Date: Tue, 24 Apr 2018 16:51:53 +0000	[thread overview]
Message-ID: <DB7PR05MB4426A7ED09FE874FABE20B20C3880@DB7PR05MB4426.eurprd05.prod.outlook.com> (raw)
In-Reply-To: <20180408124121.110975-1-xuemingl@mellanox.com>

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

      parent reply	other threads:[~2018-04-24 16:51 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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
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 ` Shahaf Shuler [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=DB7PR05MB4426A7ED09FE874FABE20B20C3880@DB7PR05MB4426.eurprd05.prod.outlook.com \
    --to=shahafs@mellanox.com \
    --cc=dev@dpdk.org \
    --cc=rasland@mellanox.com \
    --cc=waela@mellanox.com \
    --cc=xuemingl@mellanox.com \
    --cc=yskoh@mellanox.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).