| 501 | } |
| 502 | |
| 503 | static int |
| 504 | ionic_vlan_offload_set(struct rte_eth_dev *eth_dev, int mask) |
| 505 | { |
| 506 | struct ionic_lif *lif = IONIC_ETH_DEV_TO_LIF(eth_dev); |
| 507 | |
| 508 | ionic_lif_configure_vlan_offload(lif, mask); |
| 509 | |
| 510 | ionic_lif_set_features(lif); |
| 511 | |
| 512 | return 0; |
| 513 | } |
| 514 | |
| 515 | static int |
| 516 | ionic_dev_rss_reta_update(struct rte_eth_dev *eth_dev, |
nothing calls this directly
no test coverage detected