Re: [dpdk-dev] [PATCH 2/3] common/mlx5: read checksum capability from DevX

2021-04-22 Thread Odi Assli
> Subject: [PATCH 2/3] common/mlx5: read checksum capability from DevX > > mlx5 in Windows needs the hca capability csum_cap to query the NIC for > checksum offloading support > > Added the capability as part of the capabilities queried by the PMD using > DevX. > > Signed-off-by: Tal Shnaiderman

[dpdk-dev] [PATCH 2/3] common/mlx5: read checksum capability from DevX

2021-04-21 Thread Tal Shnaiderman
mlx5 in Windows needs the hca capability csum_cap to query the NIC for checksum offloading support Added the capability as part of the capabilities queried by the PMD using DevX. Signed-off-by: Tal Shnaiderman Acked-by: Matan Azrad --- drivers/common/mlx5/mlx5_devx_cmds.c | 2 ++ drivers/commo