| 2232 | } |
| 2233 | |
| 2234 | static int |
| 2235 | ixgbe_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 | |
| 2244 | static void |
| 2245 | ixgbe_vmdq_vlan_hw_filter_enable(struct rte_eth_dev *dev) |
nothing calls this directly
no test coverage detected