Re: [dpdk-dev] [PATCH] net/mlx4: update Rx offload capabilities

2018-02-08 Thread Ferruh Yigit
On 2/8/2018 12:43 PM, Adrien Mazarguil wrote: > On Thu, Feb 08, 2018 at 01:14:27PM +0200, Moti Haimovsky wrote: >> This patch updates mlx4 Rx offload capabilities to also indicate that >> Rx CRC stripping is (always) supported. >> Since the device does not support disabeling CRC stripping the PMD >

Re: [dpdk-dev] [PATCH] net/mlx4: update Rx offload capabilities

2018-02-08 Thread Adrien Mazarguil
On Thu, Feb 08, 2018 at 01:14:27PM +0200, Moti Haimovsky wrote: > This patch updates mlx4 Rx offload capabilities to also indicate that > Rx CRC stripping is (always) supported. > Since the device does not support disabeling CRC stripping the PMD disabeling => disabling > silently ignores such re

[dpdk-dev] [PATCH] net/mlx4: update Rx offload capabilities

2018-02-08 Thread Moti Haimovsky
This patch updates mlx4 Rx offload capabilities to also indicate that Rx CRC stripping is (always) supported. Since the device does not support disabeling CRC stripping the PMD silently ignores such requests. Signed-off-by: Moti Haimovsky --- drivers/net/mlx4/mlx4_rxq.c | 3 ++- 1 file changed,