[PATCH net-next 4/8] net: hns3: set default vlan id to PF

2017-08-31 Thread Lipeng
When there is no vlan id in the packets, hardware will treat the vlan id as 0 and look for the mac_vlan table. This patch set the default vlan id of PF as 0. Signed-off-by: Mingguang Qu Signed-off-by: Lipeng ---

[PATCH net-next 4/8] net: hns3: set default vlan id to PF

2017-08-31 Thread Lipeng
When there is no vlan id in the packets, hardware will treat the vlan id as 0 and look for the mac_vlan table. This patch set the default vlan id of PF as 0. Signed-off-by: Mingguang Qu Signed-off-by: Lipeng --- drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c | 3 +++ 1 file changed, 3