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

Function ixgbe_vlan_offload_set

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

Source from the content-addressed store, hash-verified

2232}
2233
2234static int
2235ixgbe_vlan_offload_set(struct rte_eth_dev *dev, int mask)
2236{
2237 ixgbe_config_vlan_strip_on_all_queues(dev, mask);
2238
2239 ixgbe_vlan_offload_config(dev, mask);
2240
2241 return 0;
2242}
2243
2244static void
2245ixgbe_vmdq_vlan_hw_filter_enable(struct rte_eth_dev *dev)

Callers

nothing calls this directly

Tested by

no test coverage detected