Hi, Ferruh Yigit
On 2019/8/30 23:08, Ferruh Yigit wrote: > 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) <humi...@huawei.com> >> Signed-off-by: Wei Hu (Xavier) <xavier.hu...@huawei.com> >> Signed-off-by: Chunsong Feng <fengchuns...@huawei.com> >> Signed-off-by: Hao Chen <chenhao...@huawei.com> >> Signed-off-by: Huisong Li <lihuis...@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 OK, We will fix it in patch V2. Regards Xavier > >