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

Function ixgbe_rss_update_sp

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

Source from the content-addressed store, hash-verified

7491}
7492
7493bool
7494ixgbe_rss_update_sp(enum ixgbe_mac_type mac_type) {
7495 switch (mac_type) {
7496 case ixgbe_mac_82599_vf:
7497 case ixgbe_mac_X540_vf:
7498 return 0;
7499 default:
7500 return 1;
7501 }
7502}
7503
7504static int
7505ixgbe_dev_get_dcb_info(struct rte_eth_dev *dev,

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected