Home
last modified time | relevance | path

Searched refs:switch_config (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/doc/guides/howto/
H A Dlm_bond_virtio_sriov.rst631 TestPointShared, run_switch.sh and load /root/switch_config must be executed
659 load /root/switch_config
664 The ``/root/switch_config`` script:
/f-stack/dpdk/drivers/net/i40e/
H A Di40e_ethdev.c4896 struct i40e_aqc_get_switch_config_resp *switch_config; in i40e_pf_get_switch_config() local
4901 switch_config = (struct i40e_aqc_get_switch_config_resp *)\ in i40e_pf_get_switch_config()
4903 if (!switch_config) { in i40e_pf_get_switch_config()
4909 ret = i40e_aq_get_switch_config(hw, switch_config, in i40e_pf_get_switch_config()
4915 num_reported = rte_le_to_cpu_16(switch_config->header.num_reported); in i40e_pf_get_switch_config()
4922 element = &(switch_config->element[0]); in i40e_pf_get_switch_config()
4930 rte_free(switch_config); in i40e_pf_get_switch_config()