Re: [PATCH v4 3/3] net/sfc: support VLAN stripping offload

2023-06-02 Thread Andrew Rybchenko
On 6/1/23 18:30, Artemii Morozov wrote: Extract vlan tci provided by the HW in the prefix and put it to mbuf. vlan -> VLAN, tci -> TCI VLAN stripping is supported for ef100 datapath only. It should be highlighted that it is device level offload. Signed-off-by: Artemii Morozov Reviewed-b

[PATCH v4 3/3] net/sfc: support VLAN stripping offload

2023-06-01 Thread Artemii Morozov
Extract vlan tci provided by the HW in the prefix and put it to mbuf. VLAN stripping is supported for ef100 datapath only. Signed-off-by: Artemii Morozov Reviewed-by: Viacheslav Galaktionov Reviewed-by: Ivan Malov Reviewed-by: Andy Moreton --- doc/guides/nics/sfc_efx.rst| 4 ++-- drivers