Home
last modified time | relevance | path

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

/dpdk/examples/vmdq_dcb/
H A Dmain.c139 struct rte_eth_dcb_rx_conf dcb_conf; in get_eth_conf() local
161 dcb_conf.dcb_tc[i] = i % num_tcs; in get_eth_conf()
164 dcb_conf.nb_tcs = (enum rte_eth_nb_tcs)num_tcs; in get_eth_conf()
168 (void)(rte_memcpy(&eth_conf->rx_adv_conf.dcb_rx_conf, &dcb_conf, in get_eth_conf()
169 sizeof(dcb_conf))); in get_eth_conf()