Re: [PATCH 3/3] net/hns3: fix can't use vector for Rx when set VLAN filter

2025-06-09 Thread huangdengdui
On 2025/6/10 1:12, Stephen Hemminger wrote: > On Mon, 9 Jun 2025 21:06:51 +0800 > Dengdui Huang 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

[PATCH 3/3] net/hns3: fix can't use vector for Rx when set VLAN filter

2025-06-09 Thread Dengdui Huang
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: sta...@dpdk.org Signed-off-by: Dengdui Huang --- drivers/net/hns3/hns3_rxtx_vec.c | 4