Re: [dpdk-dev] [PATCH 0/3] mlx5 - support checksum offloads on Windows

2021-04-28 Thread Raslan Darawsheh
Hi, > -Original Message- > From: Tal Shnaiderman > Sent: Wednesday, April 21, 2021 7:35 PM > To: dev@dpdk.org > Cc: NBU-Contact-Thomas Monjalon ; Matan Azrad > ; Raslan Darawsheh ; Asaf Penso > ; Odi Assli > Subject: [PATCH 0/3] mlx5 - support checksum offloads on Windows > > Support th

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

2021-04-21 Thread Tal Shnaiderman
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 unsuppo