Re: [dpdk-dev] [PATCH] net/nfp: remove reference to old offload API

2018-05-24 Thread Ferruh Yigit
On 5/23/2018 4:52 PM, Ferruh Yigit wrote: > On 5/23/2018 11:14 AM, Alejandro Lucero wrote: >> This was missed in a previous patch for using new offload API. >> >> It turns out the line can be removed because that internal PMD >> crc_len data is not being used. >> >> Fixes: a922c6a789ff ("net/nfp: s

Re: [dpdk-dev] [PATCH] net/nfp: remove reference to old offload API

2018-05-23 Thread Ferruh Yigit
On 5/23/2018 11:14 AM, Alejandro Lucero wrote: > This was missed in a previous patch for using new offload API. > > It turns out the line can be removed because that internal PMD > crc_len data is not being used. > > Fixes: a922c6a789ff ("net/nfp: support new HW offloads API") > > Signed-off-by:

[dpdk-dev] [PATCH] net/nfp: remove reference to old offload API

2018-05-23 Thread Alejandro Lucero
This was missed in a previous patch for using new offload API. It turns out the line can be removed because that internal PMD crc_len data is not being used. Fixes: a922c6a789ff ("net/nfp: support new HW offloads API") Signed-off-by: Alejandro Lucero --- drivers/net/nfp/nfp_net.c | 2 -- 1 fil