On 4/6/2018 1:22 AM, Ajit Khaparde wrote: > Update bnxt PMD to new ethdev offloads API. > > Signed-off-by: Ajit Khaparde <ajit.khapa...@broadcom.com> > -- > v1->v2: return an error if requested offload flags do not > match supported offload capabilities. > v2->v3: modify the code based on review comments. > v3->v4: fix compilation for i686 configuration. > --- > drivers/net/bnxt/bnxt_ethdev.c | 62 > ++++++++++++++++++++++++++++++------------
Hi Ajit, I can see there are a few more rxmode.xxx usage in bnxt driver not covered with this patch. Expectation is to switch "offloads" version of those. Like, rxmode.hw_strip_crc, rxmode.enable_lro, rxmode.hw_vlan_filter etc ... I believe this patch should convert them all. cc'ed Shahaf too. <...>