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

Function ixgbe_rss_disable

dpdk/drivers/net/ixgbe/ixgbe_rxtx.c:3514–3522  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3512}
3513
3514static void
3515ixgbe_rss_disable(struct rte_eth_dev *dev)
3516{
3517 struct ixgbe_hw *hw;
3518
3519 hw = IXGBE_DEV_PRIVATE_TO_HW(dev->data->dev_private);
3520 /* Remove the rss configuration and maintain the other configurations */
3521 ixgbe_mrqc_rss_remove(hw);
3522}
3523
3524/*
3525 * This function checks whether the rss is enabled or not by comparing the mrqe

Callers 5

ixgbe_rss_configureFunction · 0.85
ixgbe_vmdq_dcb_configureFunction · 0.85
ixgbe_config_rss_filterFunction · 0.85

Calls 1

ixgbe_mrqc_rss_removeFunction · 0.85

Tested by

no test coverage detected