X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fnet%2Fhns3%2Fhns3_mbx.c;h=305007a8230cf002b602762cded567daf2d4249d;hb=8a2d3bd64c69817e772717d98836eb15fe8b0ff8;hp=2510582c0a5d0f5cad2bdd66f0fc503ff6bc9578;hpb=b4e4d7ac9f094587edbf10d61693b7cc1528e92f;p=dpdk.git diff --git a/drivers/net/hns3/hns3_mbx.c b/drivers/net/hns3/hns3_mbx.c index 2510582c0a..305007a823 100644 --- a/drivers/net/hns3/hns3_mbx.c +++ b/drivers/net/hns3/hns3_mbx.c @@ -347,7 +347,7 @@ hns3_update_port_base_vlan_info(struct hns3_hw *hw, */ if (hw->port_base_vlan_cfg.state != new_pvid_state) { hw->port_base_vlan_cfg.state = new_pvid_state; - hns3_update_all_queues_pvid_state(hw); + hns3_update_all_queues_pvid_proc_en(hw); } }