[PATCH 3/3] net/hns3: fix can't use vector for Rx when set VLAN filter
Stephen Hemminger
stephen at networkplumber.org
Mon Jun 9 19:12:33 CEST 2025
On Mon, 9 Jun 2025 21:06:51 +0800
Dengdui Huang <huangdengdui at huawei.com> wrote:
> Currently, When RTE_ETH_RX_OFFLOAD_VLAN_FILTER offload is set,
> driver wouldn't select Rx vector algorithm. Actually, this
> algorithm support it, so open it.
>
> Fixes: a3d4f4d291d7 ("net/hns3: support NEON Rx")
> Cc: stable at dpdk.org
>
> Signed-off-by: Dengdui Huang <huangdengdui at huawei.com>
Mind if I reword commit message slightly.
Use past tense for case before the patch was applied (old)
and present for case when patch is applied.
When the RTE_ETH_RX_OFFLOAD_VLAN_FILTER offload flag was set,
the driver would not select the Rx vector algorithm.
But this flag is OK when using vector algorithm so remove
it from the mask.
More information about the dev
mailing list