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

Function i40e_pf_disable_rss

dpdk/drivers/net/i40e/i40e_ethdev.c:7615–7623  ·  view source on GitHub ↗

Disable RSS */

Source from the content-addressed store, hash-verified

7613
7614/* Disable RSS */
7615void
7616i40e_pf_disable_rss(struct i40e_pf *pf)
7617{
7618 struct i40e_hw *hw = I40E_PF_TO_HW(pf);
7619
7620 i40e_write_rx_ctl(hw, I40E_PFQF_HENA(0), 0);
7621 i40e_write_rx_ctl(hw, I40E_PFQF_HENA(1), 0);
7622 I40E_WRITE_FLUSH(hw);
7623}
7624
7625int
7626i40e_set_rss_key(struct i40e_vsi *vsi, uint8_t *key, uint8_t key_len)

Callers 3

i40e_pf_rss_resetFunction · 0.85
i40e_hash_configFunction · 0.85
i40e_hash_filter_restoreFunction · 0.85

Calls 1

i40e_write_rx_ctlFunction · 0.85

Tested by

no test coverage detected