Re: [PATCH] net/hns3: support more VLAN fields matching

2024-07-07 Thread Ferruh Yigit
On 7/4/2024 3:15 AM, Jie Hai wrote: > The commit 09315fc83861 ("ethdev: add VLAN attributes to ethernet > and VLAN items") introduces ``has_vlan`` and ``has_more_vlan`` > fields in items ETH and VLAN. This patch adds support for these > fields. The usage is documented in hns3.rst. > > Signed-off-b

[PATCH] net/hns3: support more VLAN fields matching

2024-07-03 Thread Jie Hai
The commit 09315fc83861 ("ethdev: add VLAN attributes to ethernet and VLAN items") introduces ``has_vlan`` and ``has_more_vlan`` fields in items ETH and VLAN. This patch adds support for these fields. The usage is documented in hns3.rst. Signed-off-by: Jie Hai --- doc/guides/nics/hns3.rst |