On 2025/6/10 1:12, Stephen Hemminger wrote: > On Mon, 9 Jun 2025 21:06:51 +0800 > Dengdui Huang <huangdeng...@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: sta...@dpdk.org >> >> Signed-off-by: Dengdui Huang <huangdeng...@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. > >
Okay, I don't mind. This new description is easier to understand.