]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/ixgbe/ixgbe_pf.c
net/thunderx/base: add functions to store qsets
[dpdk.git] / drivers / net / ixgbe / ixgbe_pf.c
index 7ffefecbb1cbad3d42fceb1965b349c66982b3b5..56393ff200ce601a408f4439509e357864ef714b 100644 (file)
@@ -544,7 +544,7 @@ ixgbe_vf_set_vlan(struct rte_eth_dev *dev, uint32_t vf, uint32_t *msgbuf)
                vfinfo[vf].vlan_count++;
        else if (vfinfo[vf].vlan_count)
                vfinfo[vf].vlan_count--;
-       return hw->mac.ops.set_vfta(hw, vid, vf, (bool)add);
+       return hw->mac.ops.set_vfta(hw, vid, vf, (bool)add, false);
 }
 
 static int