On 6/23/2023 6:47 AM, Artemii Morozov wrote: > This patch series adds VLAN stripping offload. Note that this > offload are device level offload. > > v8: > * fix minor issues > * update the release notes > > v7: > * raise an error if there is no callback for efo_get_count > * fix alignment > * remove the extra check > > v6: > * highlight that efx_port_vlan_strip_set() must be called before any filter > insertion > * avoid an extra check if offload is not requested > > v5: > * fixed problems with naming > * fixed problems with abbreviations > * fixed problems with isolated mode > * fixed problems with consistency > > v4: > * fix apply patch failure warning > > v3: > * fix apply patch failure warning > > v2: > * rebase patches on top of dpdk-next-net/main > > Artemii Morozov (4): > common/sfc_efx/base: report VLAN stripping capability > common/sfc_efx/base: add API to get installed filters count > common/sfc_efx/base: add support to enable VLAN stripping > net/sfc: support VLAN stripping offload >
Series applied to dpdk-next-net/main, thanks.