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

Function ionic_vlan_offload_set

dpdk/drivers/net/ionic/ionic_ethdev.c:503–513  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

501}
502
503static int
504ionic_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
515static int
516ionic_dev_rss_reta_update(struct rte_eth_dev *eth_dev,

Callers

nothing calls this directly

Calls 2

ionic_lif_set_featuresFunction · 0.85

Tested by

no test coverage detected