[dpdk-dev] [PATCH 12/22] net/hns3: add support for VLAN of hns3 PMD driver
Ferruh Yigit
ferruh.yigit at intel.com
Fri Aug 30 17:08:12 CEST 2019
On 8/23/2019 2:47 PM, Wei Hu (Xavier) wrote:
> This patch adds support for VLAN related operation of hns3 PMD driver.
>
> Signed-off-by: Min Hu (Connor) <humin29 at huawei.com>
> Signed-off-by: Wei Hu (Xavier) <xavier.huwei at huawei.com>
> Signed-off-by: Chunsong Feng <fengchunsong at huawei.com>
> Signed-off-by: Hao Chen <chenhao164 at huawei.com>
> Signed-off-by: Huisong Li <lihuisong at huawei.com>
<...>
> @@ -2949,6 +3615,10 @@ static const struct eth_dev_ops hns3_eth_dev_ops = {
> .reta_update = hns3_dev_rss_reta_update,
> .reta_query = hns3_dev_rss_reta_query,
> .filter_ctrl = hns3_dev_filter_ctrl,
> + .vlan_filter_set = hns3_vlan_filter_set,
> + .vlan_tpid_set = hns3_vlan_tpid_set,
> + .vlan_offload_set = hns3_vlan_offload_set,
> + .vlan_pvid_set = hns3_vlan_pvid_set,
Can you please update .ini file in this patch and mark following features as
supported:
VLAN filter
VLAN offload
More information about the dev
mailing list