Re: [dpdk-dev] [PATCH v2] net/liquidio: move to new offload API

2018-03-28 Thread Ferruh Yigit
On 3/28/2018 7:51 AM, Shijith Thotton wrote: > Make use of new offloads member instead of bit fields in port Rx conf. > > Signed-off-by: Shijith Thotton Applied to dpdk-next-net/master, thanks.

[dpdk-dev] [PATCH v2] net/liquidio: move to new offload API

2018-03-27 Thread Shijith Thotton
Make use of new offloads member instead of bit fields in port Rx conf. Signed-off-by: Shijith Thotton --- v2: corrected commit log mail address. drivers/net/liquidio/lio_ethdev.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/drivers/net/liquidio/lio_ethdev.c b/drive