Re: [PATCH 4/4] net/hns3: support outer VLAN flow match

2024-10-20 Thread fengchengwen
On 2024/10/19 0:41, Stephen Hemminger wrote: > On Fri, 18 Oct 2024 14:19:41 +0800 > Jie Hai wrote: > >> @@ -306,11 +324,16 @@ hns3_parse_devargs(struct rte_eth_dev *dev) >> &hns3_parse_dev_caps_mask, &dev_caps_mask); >> (void)rte_kvargs_process(kvlist, HNS3_DEVARG_MBX

Re: [PATCH 4/4] net/hns3: support outer VLAN flow match

2024-10-18 Thread Stephen Hemminger
On Fri, 18 Oct 2024 14:19:41 +0800 Jie Hai wrote: > @@ -306,11 +324,16 @@ hns3_parse_devargs(struct rte_eth_dev *dev) > &hns3_parse_dev_caps_mask, &dev_caps_mask); > (void)rte_kvargs_process(kvlist, HNS3_DEVARG_MBX_TIME_LIMIT_MS, > &hns3_par

[PATCH 4/4] net/hns3: support outer VLAN flow match

2024-10-17 Thread Jie Hai
From: Chengwen Feng The hardware FDIR supports many tuples match (including outer vlan), however, the width of hardware entries is limited, therefore, only part of tuples are enabled, unfortunately, outer vlan is not enabled. This commit supports outer vlan match, to avoid affecting the current