Re: [PATCH] net/nfp: fix the issue about set the vlan strip offload off

2022-05-23 Thread Niklas Söderlund
Hi Peng, Thanks for your work. On 2022-04-19 10:38:57 +0200, Peng Zhang wrote: > When set the vlan_strip_offload off, it doesn't work. > Because we can't update the msg in the nic. > > This patch will fix this error. > > Fixes: d4a27a3b092a ("nfp: add basic features") > Cc: sta...@dpdk.org > >

[PATCH] net/nfp: fix the issue about set the vlan strip offload off

2022-04-19 Thread Peng Zhang
When set the vlan_strip_offload off, it doesn't work. Because we can't update the msg in the nic. This patch will fix this error. Fixes: d4a27a3b092a ("nfp: add basic features") Cc: sta...@dpdk.org Signed-off-by: Peng Zhang Signed-off-by: Yong Xu Signed-off-by: Chaoyong He --- drivers/net/nf