Re: [dpdk-dev] [PATCH] net/mlx5: fix CRC strip cap query

2018-02-01 Thread Yongseok Koh
> On Feb 1, 2018, at 10:53 AM, Shahaf Shuler wrote: > > IBV_WQ_FLAGS_SCATTER_FCS is a WQ flag to be used to configure the CRC > strip on a queue upon creation. > > Using IBV_RAW_PACKET_CAP_SCATTER_FCS instead to query to capability. > Even though this is RAW_QP capability, it is being used by r

[dpdk-dev] [PATCH] net/mlx5: fix CRC strip cap query

2018-02-01 Thread Shahaf Shuler
IBV_WQ_FLAGS_SCATTER_FCS is a WQ flag to be used to configure the CRC strip on a queue upon creation. Using IBV_RAW_PACKET_CAP_SCATTER_FCS instead to query to capability. Even though this is RAW_QP capability, it is being used by rdma-core to indicate for both RAW_QP and WQ. Fixes: 43e9d9794cde (