Re: [PATCH v4 2/3] common/sfc_efx/base: add support to enable VLAN stripping

2023-06-08 Thread Andrew Rybchenko
On 6/8/23 14:16, Artemii Morozov wrote: Hello, On 6/2/23 12:32, Andrew Rybchenko wrote: On 6/1/23 18:30, Artemii Morozov wrote: To enable VLAN stripping, two conditions must be met: the corresponding flag must be set and the appropriate RX prefix should be requested. RX -> Rx VLAN strippin

Re: [PATCH v4 2/3] common/sfc_efx/base: add support to enable VLAN stripping

2023-06-08 Thread Artemii Morozov
Hello, On 6/2/23 12:32, Andrew Rybchenko wrote: On 6/1/23 18:30, Artemii Morozov wrote: To enable VLAN stripping, two conditions must be met: the corresponding flag must be set and the appropriate RX prefix should be requested. RX -> Rx VLAN stripping is supported for ef100 datapath only.

Re: [PATCH v4 2/3] common/sfc_efx/base: add support to enable VLAN stripping

2023-06-02 Thread Andrew Rybchenko
On 6/1/23 18:30, Artemii Morozov wrote: To enable VLAN stripping, two conditions must be met: the corresponding flag must be set and the appropriate RX prefix should be requested. RX -> Rx VLAN stripping is supported for ef100 datapath only. When you read below notes carefully, you'll under