| 5778 | } |
| 5779 | |
| 5780 | static int |
| 5781 | ixgbevf_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 | |
| 5790 | int |
| 5791 | ixgbe_vt_check(struct ixgbe_hw *hw) |
nothing calls this directly
no test coverage detected