MCPcopy Create free account
hub / github.com/F-Stack/f-stack / ixgbevf_vlan_offload_set

Function ixgbevf_vlan_offload_set

dpdk/drivers/net/ixgbe/ixgbe_ethdev.c:5780–5788  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5778}
5779
5780static int
5781ixgbevf_vlan_offload_set(struct rte_eth_dev *dev, int mask)
5782{
5783 ixgbe_config_vlan_strip_on_all_queues(dev, mask);
5784
5785 ixgbevf_vlan_offload_config(dev, mask);
5786
5787 return 0;
5788}
5789
5790int
5791ixgbe_vt_check(struct ixgbe_hw *hw)

Callers

nothing calls this directly

Tested by

no test coverage detected