Re: [dpdk-dev] [PATCH 3/3] net/mlx5: support checksum offload on Windows

2021-04-22 Thread Odi Assli
> Subject: [PATCH 3/3] net/mlx5: support checksum offload on Windows > > Support of the checksum offloading by checking the relevant FW capability > (csum_cap) for NIC support. > > RX supported offloads: > > DEV_RX_OFFLOAD_IPV4_CKSUM > DEV_RX_OFFLOAD_UDP_CKSUM > DEV_RX_OFFLOAD_TCP_CKSUM > > TX

[dpdk-dev] [PATCH 3/3] net/mlx5: support checksum offload on Windows

2021-04-21 Thread Tal Shnaiderman
Support of the checksum offloading by checking the relevant FW capability (csum_cap) for NIC support. 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_C