Home
last modified time | relevance | path

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

/f-stack/dpdk/examples/vhost/
H A Dmain.c113 static struct rte_eth_conf vmdq_conf_default = { variable
207 &vmdq_conf_default.rx_adv_conf.vmdq_rx_conf; in get_eth_conf()
221 (void)(rte_memcpy(eth_conf, &vmdq_conf_default, sizeof(*eth_conf))); in get_eth_conf()
512 vmdq_conf_default.rx_adv_conf.vmdq_rx_conf.rx_mode = in us_vhost_parse_args()
602 vmdq_conf_default.rxmode.offloads |= in us_vhost_parse_args()
604 vmdq_conf_default.rxmode.max_rx_pkt_len in us_vhost_parse_args()
1558 vmdq_conf_default.rx_adv_conf.vmdq_rx_conf.enable_loop_back = 1; in main()
/f-stack/dpdk/examples/vmdq/
H A Dmain.c65 static const struct rte_eth_conf vmdq_conf_default = { variable
144 (void)(rte_memcpy(eth_conf, &vmdq_conf_default, sizeof(*eth_conf))); in get_eth_conf()
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dvmdq_forwarding.rst85 static const struct rte_eth_conf vmdq_conf_default = {
155 (void)(rte_memcpy(eth_conf, &vmdq_conf_default, sizeof(*eth_conf)));