Re: [dpdk-dev] [PATCH] net/mlx5: fix checksum offload cap

2017-10-05 Thread Ferruh Yigit
On 10/5/2017 1:56 AM, Ferruh Yigit wrote: > On 10/4/2017 1:02 PM, Nélio Laranjeiro wrote: >> On Wed, Oct 04, 2017 at 11:28:43AM +0300, Shahaf Shuler wrote: >>> The PMD was using the wrong flag to query device checksum capabilities >>> >>> Fixes: bba710e6b99b ("net/mlx5: support upstream rdma-core")

Re: [dpdk-dev] [PATCH] net/mlx5: fix checksum offload cap

2017-10-04 Thread Ferruh Yigit
On 10/4/2017 1:02 PM, Nélio Laranjeiro wrote: > On Wed, Oct 04, 2017 at 11:28:43AM +0300, Shahaf Shuler wrote: >> The PMD was using the wrong flag to query device checksum capabilities >> >> Fixes: bba710e6b99b ("net/mlx5: support upstream rdma-core") >> Cc: shacha...@mellanox.com >> >> Signed-off-

Re: [dpdk-dev] [PATCH] net/mlx5: fix checksum offload cap

2017-10-04 Thread Nélio Laranjeiro
On Wed, Oct 04, 2017 at 11:28:43AM +0300, Shahaf Shuler wrote: > The PMD was using the wrong flag to query device checksum capabilities > > Fixes: bba710e6b99b ("net/mlx5: support upstream rdma-core") > Cc: shacha...@mellanox.com > > Signed-off-by: Shahaf Shuler > --- > drivers/net/mlx5/mlx5.c

[dpdk-dev] [PATCH] net/mlx5: fix checksum offload cap

2017-10-04 Thread Shahaf Shuler
The PMD was using the wrong flag to query device checksum capabilities Fixes: bba710e6b99b ("net/mlx5: support upstream rdma-core") Cc: shacha...@mellanox.com Signed-off-by: Shahaf Shuler --- drivers/net/mlx5/mlx5.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers