DPDK patches and discussions
 help / color / mirror / Atom feed
From: Raslan Darawsheh <rasland@nvidia.com>
To: Tal Shnaiderman <talshn@nvidia.com>, "dev@dpdk.org" <dev@dpdk.org>
Cc: NBU-Contact-Thomas Monjalon <thomas@monjalon.net>,
	Matan Azrad <matan@nvidia.com>, Asaf Penso <asafp@nvidia.com>,
	Slava Ovsiienko <viacheslavo@nvidia.com>,
	Eilon Greenstein <eilong@nvidia.com>,
	Kyle Collins <kcollins@nvidia.com>,
	Idan Hackmon <idanhac@nvidia.com>
Subject: Re: [dpdk-dev] [PATCH v2 00/13] Expand NIC offloads support on Windows
Date: Tue, 12 Oct 2021 14:24:54 +0000	[thread overview]
Message-ID: <DM4PR12MB53123D30D7F339441CCA92A0CFB69@DM4PR12MB5312.namprd12.prod.outlook.com> (raw)
In-Reply-To: <20211012124554.21296-1-talshn@nvidia.com>

Hi,

> -----Original Message-----
> From: Tal Shnaiderman <talshn@nvidia.com>
> Sent: Tuesday, October 12, 2021 3:46 PM
> To: dev@dpdk.org
> Cc: NBU-Contact-Thomas Monjalon <thomas@monjalon.net>; Matan Azrad
> <matan@nvidia.com>; Raslan Darawsheh <rasland@nvidia.com>; Asaf Penso
> <asafp@nvidia.com>; Slava Ovsiienko <viacheslavo@nvidia.com>; Eilon
> Greenstein <eilong@nvidia.com>; Kyle Collins <kcollins@nvidia.com>; Idan
> Hackmon <idanhac@nvidia.com>
> Subject: [PATCH v2 00/13] Expand NIC offloads support on Windows
> 
> The series supports a group of NIC offloads on Windows:
> 
> DEV_TX_OFFLOAD_TCP_TSO
> DEV_TX_OFFLOAD_VXLAN_TNL_TSO
> DEV_TX_OFFLOAD_GRE_TNL_TSO
> DEV_TX_OFFLOAD_GENEVE_TNL_TSO
> DEV_RX_OFFLOAD_VLAN_STRIP
> DEV_RX_OFFLOAD_KEEP_CRC
> 
> ---
> v2: updated 21.11 release note
> ---
> 
> Tal Shnaiderman (13):
>   net/mlx5: fix software parsing support query
>   common/mlx5: read software parsing capabilities from DevX
>   net/mlx5: query software parsing support on Windows
>   net/mlx5: fix tunneling support query
>   common/mlx5: read tunneling capabilities from DevX
>   net/mlx5: query tunneling support on Windows
>   common/mlx5: read TSO capability from DevX
>   net/mlx5: support TSO offload on Windows
>   common/mlx5: read VLAN capability from DevX
>   net/mlx5: support VLAN stripping offload on Windows
>   common/mlx5: read FCS scattering capability from DevX
>   net/mlx5: support keep-CRC offload on Windows
>   doc: add new Windows offloads to the release note
> 
>  doc/guides/rel_notes/release_21_11.rst  |  4 ++++
>  drivers/common/mlx5/mlx5_devx_cmds.c    | 18 +++++++++++++++
>  drivers/common/mlx5/mlx5_devx_cmds.h    |  8 +++++++
>  drivers/net/mlx5/linux/mlx5_os.c        | 31 ++++++++++++++++----------
>  drivers/net/mlx5/linux/mlx5_os.h        | 27 +++++++++++++++++++++++
>  drivers/net/mlx5/mlx5.c                 | 30 +++++++++++++++++++++++++
>  drivers/net/mlx5/mlx5.h                 |  8 +++++--
>  drivers/net/mlx5/mlx5_txq.c             | 39 +++++++++++++++++++++++--------
> --
>  drivers/net/mlx5/windows/mlx5_flow_os.h |  1 +
>  drivers/net/mlx5/windows/mlx5_os.c      | 34 +++++++++++++++++++++++-
> ----
>  drivers/net/mlx5/windows/mlx5_os.h      | 12 ++++++++++
>  11 files changed, 182 insertions(+), 30 deletions(-)
> 
> --
> 2.16.1.windows.4

Series applied to next-net-mlx,

Kindest regards,
Raslan Darawsheh

      parent reply	other threads:[~2021-10-12 14:24 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-12 12:45 Tal Shnaiderman
2021-10-12 12:45 ` [dpdk-dev] [PATCH v2 01/13] net/mlx5: fix software parsing support query Tal Shnaiderman
2021-10-12 12:45 ` [dpdk-dev] [PATCH v2 02/13] common/mlx5: read software parsing capabilities from DevX Tal Shnaiderman
2021-10-12 12:45 ` [dpdk-dev] [PATCH v2 03/13] net/mlx5: query software parsing support on Windows Tal Shnaiderman
2021-10-12 12:45 ` [dpdk-dev] [PATCH v2 04/13] net/mlx5: fix tunneling support query Tal Shnaiderman
2021-10-12 12:45 ` [dpdk-dev] [PATCH v2 05/13] common/mlx5: read tunneling capabilities from DevX Tal Shnaiderman
2021-10-12 12:45 ` [dpdk-dev] [PATCH v2 06/13] net/mlx5: query tunneling support on Windows Tal Shnaiderman
2021-10-12 12:45 ` [dpdk-dev] [PATCH v2 07/13] common/mlx5: read TSO capability from DevX Tal Shnaiderman
2021-10-12 12:45 ` [dpdk-dev] [PATCH v2 08/13] net/mlx5: support TSO offload on Windows Tal Shnaiderman
2021-10-12 12:45 ` [dpdk-dev] [PATCH v2 09/13] common/mlx5: read VLAN capability from DevX Tal Shnaiderman
2021-10-12 12:45 ` [dpdk-dev] [PATCH v2 10/13] net/mlx5: support VLAN stripping offload on Windows Tal Shnaiderman
2021-10-12 12:45 ` [dpdk-dev] [PATCH v2 11/13] common/mlx5: read FCS scattering capability from DevX Tal Shnaiderman
2021-10-12 12:45 ` [dpdk-dev] [PATCH v2 12/13] net/mlx5: support keep-CRC offload on Windows Tal Shnaiderman
2021-10-12 12:45 ` [dpdk-dev] [PATCH v2 13/13] doc: add new Windows offloads to the release note Tal Shnaiderman
2021-10-12 14:24 ` Raslan Darawsheh [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=DM4PR12MB53123D30D7F339441CCA92A0CFB69@DM4PR12MB5312.namprd12.prod.outlook.com \
    --to=rasland@nvidia.com \
    --cc=asafp@nvidia.com \
    --cc=dev@dpdk.org \
    --cc=eilong@nvidia.com \
    --cc=idanhac@nvidia.com \
    --cc=kcollins@nvidia.com \
    --cc=matan@nvidia.com \
    --cc=talshn@nvidia.com \
    --cc=thomas@monjalon.net \
    --cc=viacheslavo@nvidia.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).