mbox series

[0/3] mlx5 - support checksum offloads on Windows

Message ID 20210421163441.17240-1-talshn@nvidia.com (mailing list archive)
Headers
Series mlx5 - support checksum offloads on Windows |

Message

Tal Shnaiderman April 21, 2021, 4:34 p.m. UTC
  Support the following checksum offloads on Windows.

RX supported offloads:

DEV_RX_OFFLOAD_IPV4_CKSUM
DEV_RX_OFFLOAD_UDP_CKSUM
DEV_RX_OFFLOAD_TCP_CKSUM

TX supported offloads:

DEV_TX_OFFLOAD_IPV4_CKSUM
DEV_TX_OFFLOAD_UDP_CKSUM
DEV_TX_OFFLOAD_TCP_CKSUM

Tal Shnaiderman (3):
  net/mlx5: fix unsupported offloads disablement
  common/mlx5: read checksum capability from DevX
  net/mlx5: support checksum offload on Windows

 drivers/common/mlx5/mlx5_devx_cmds.c |  2 ++
 drivers/common/mlx5/mlx5_devx_cmds.h |  1 +
 drivers/net/mlx5/windows/mlx5_os.c   | 20 ++++----------------
 3 files changed, 7 insertions(+), 16 deletions(-)
  

Comments

Raslan Darawsheh April 28, 2021, 12:06 p.m. UTC | #1
Hi,

> -----Original Message-----
> From: Tal Shnaiderman <talshn@nvidia.com>
> Sent: Wednesday, April 21, 2021 7:35 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>; Odi Assli <odia@nvidia.com>
> Subject: [PATCH 0/3] mlx5 - support checksum offloads on Windows
> 
> Support the following checksum offloads on Windows.
> 
> RX supported offloads:
> 
> DEV_RX_OFFLOAD_IPV4_CKSUM
> DEV_RX_OFFLOAD_UDP_CKSUM
> DEV_RX_OFFLOAD_TCP_CKSUM
> 
> TX supported offloads:
> 
> DEV_TX_OFFLOAD_IPV4_CKSUM
> DEV_TX_OFFLOAD_UDP_CKSUM
> DEV_TX_OFFLOAD_TCP_CKSUM
> 
> Tal Shnaiderman (3):
>   net/mlx5: fix unsupported offloads disablement
>   common/mlx5: read checksum capability from DevX
>   net/mlx5: support checksum offload on Windows
> 
>  drivers/common/mlx5/mlx5_devx_cmds.c |  2 ++
> drivers/common/mlx5/mlx5_devx_cmds.h |  1 +
>  drivers/net/mlx5/windows/mlx5_os.c   | 20 ++++----------------
>  3 files changed, 7 insertions(+), 16 deletions(-)
> 
> --
> 2.16.1.windows.4

Series applied to next-net-mlx,

Kindest regards,
Raslan Darawsheh