Re: [dpdk-dev] [PATCH] net/failsafe: fix default Rx offload capabilities

2018-01-19 Thread Gaƫtan Rivet
Hi Moti, On Fri, Jan 19, 2018 at 11:42:48AM +0200, Moti Haimovsky wrote: > This commit enhances the default Rx offload capabilities of the > failsafe device to initially support all possible capabilities. > This is done in order to support a wider range of Rx offloads > provided by different slave

[dpdk-dev] [PATCH] net/failsafe: fix default Rx offload capabilities

2018-01-19 Thread Moti Haimovsky
This commit enhances the default Rx offload capabilities of the failsafe device to initially support all possible capabilities. This is done in order to support a wider range of Rx offloads provided by different slave devices. Fixes: 2199a208232e ("net/failsafe: use new Rx offloads API") Cc: sta..