Home
last modified time | relevance | path

Searched refs:rxq_conf (Results 1 – 25 of 26) sorted by relevance

12

/f-stack/dpdk/examples/l2fwd-event/
H A Dl2fwd_common.c35 struct rte_eth_rxconf rxq_conf; in l2fwd_event_init_ports() local
82 rxq_conf = dev_info.default_rxconf; in l2fwd_event_init_ports()
83 rxq_conf.offloads = local_port_conf.rxmode.offloads; in l2fwd_event_init_ports()
86 &rxq_conf, in l2fwd_event_init_ports()
/f-stack/dpdk/examples/flow_filtering/
H A Dmain.c145 struct rte_eth_rxconf rxq_conf; in init_port() local
164 rxq_conf = dev_info.default_rxconf; in init_port()
165 rxq_conf.offloads = port_conf.rxmode.offloads; in init_port()
169 &rxq_conf, in init_port()
/f-stack/dpdk/examples/qos_meter/
H A Dmain.c300 struct rte_eth_rxconf rxq_conf; in main() local
358 rxq_conf = dev_info.default_rxconf; in main()
359 rxq_conf.offloads = conf.rxmode.offloads; in main()
362 &rxq_conf, pool); in main()
406 rxq_conf = dev_info.default_rxconf; in main()
407 rxq_conf.offloads = conf.rxmode.offloads; in main()
/f-stack/dpdk/examples/bond/
H A Dmain.c141 struct rte_eth_rxconf rxq_conf; in slave_port_init() local
180 rxq_conf = dev_info.default_rxconf; in slave_port_init()
181 rxq_conf.offloads = local_port_conf.rxmode.offloads; in slave_port_init()
184 &rxq_conf, in slave_port_init()
227 struct rte_eth_rxconf rxq_conf; in bond_port_init() local
267 rxq_conf = dev_info.default_rxconf; in bond_port_init()
268 rxq_conf.offloads = local_port_conf.rxmode.offloads; in bond_port_init()
271 &rxq_conf, mbuf_pool); in bond_port_init()
/f-stack/dpdk/examples/multi_process/symmetric_mp/
H A Dmain.c195 struct rte_eth_rxconf rxq_conf; in smp_port_init() local
243 rxq_conf = info.default_rxconf; in smp_port_init()
244 rxq_conf.offloads = port_conf.rxmode.offloads; in smp_port_init()
248 &rxq_conf, in smp_port_init()
/f-stack/dpdk/examples/kni/
H A Dmain.c597 struct rte_eth_rxconf rxq_conf; in init_port() local
624 rxq_conf = dev_info.default_rxconf; in init_port()
625 rxq_conf.offloads = local_port_conf.rxmode.offloads; in init_port()
627 rte_eth_dev_socket_id(port), &rxq_conf, pktmbuf_pool); in init_port()
774 struct rte_eth_rxconf rxq_conf; in kni_change_mtu_() local
823 rxq_conf = dev_info.default_rxconf; in kni_change_mtu_()
824 rxq_conf.offloads = conf.rxmode.offloads; in kni_change_mtu_()
826 rte_eth_dev_socket_id(port_id), &rxq_conf, pktmbuf_pool); in kni_change_mtu_()
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dflow_filtering.rst133 struct rte_eth_rxconf rxq_conf;
146 rxq_conf = dev_info.default_rxconf;
147 rxq_conf.offloads = port_conf.rxmode.offloads;
152 &rxq_conf,
221 rxq_conf = dev_info.default_rxconf;
222 rxq_conf.offloads = port_conf.rxmode.offloads;
232 &rxq_conf,
H A Dl3_forward_graph.rst175 &rxq_conf, pktmbuf_pool[0][socketid]);
178 &rxq_conf, pktmbuf_pool[portid][socketid]);
/f-stack/dpdk/examples/link_status_interrupt/
H A Dmain.c609 struct rte_eth_rxconf rxq_conf; in main() local
661 rxq_conf = dev_info.default_rxconf; in main()
662 rxq_conf.offloads = local_port_conf.rxmode.offloads; in main()
665 &rxq_conf, in main()
/f-stack/dpdk/examples/ipv4_multicast/
H A Dmain.c679 struct rte_eth_rxconf rxq_conf; in main() local
749 rxq_conf = dev_info.default_rxconf; in main()
750 rxq_conf.offloads = local_port_conf.rxmode.offloads; in main()
753 &rxq_conf, in main()
/f-stack/dpdk/examples/l2fwd-keepalive/
H A Dmain.c631 struct rte_eth_rxconf rxq_conf; in main() local
677 rxq_conf = dev_info.default_rxconf; in main()
678 rxq_conf.offloads = local_port_conf.rxmode.offloads; in main()
681 &rxq_conf, in main()
/f-stack/dpdk/examples/l2fwd/
H A Dmain.c761 struct rte_eth_rxconf rxq_conf; in main() local
807 rxq_conf = dev_info.default_rxconf; in main()
808 rxq_conf.offloads = local_port_conf.rxmode.offloads; in main()
811 &rxq_conf, in main()
/f-stack/dpdk/examples/l3fwd-graph/
H A Dmain.c918 struct rte_eth_rxconf rxq_conf; in main() local
933 rxq_conf = dev_info.default_rxconf; in main()
934 rxq_conf.offloads = port_conf.rxmode.offloads; in main()
938 &rxq_conf, pktmbuf_pool[0][socketid]); in main()
942 &rxq_conf, in main()
/f-stack/dpdk/examples/l3fwd/
H A Dmain.c1051 struct rte_eth_rxconf rxq_conf; in l3fwd_poll_resource_setup() local
1071 rxq_conf = dev_info.default_rxconf; in l3fwd_poll_resource_setup()
1072 rxq_conf.offloads = port_conf.rxmode.offloads; in l3fwd_poll_resource_setup()
1076 &rxq_conf, in l3fwd_poll_resource_setup()
1081 &rxq_conf, in l3fwd_poll_resource_setup()
/f-stack/dpdk/examples/ip_fragmentation/
H A Dmain.c900 struct rte_eth_rxconf rxq_conf; in main() local
980 rxq_conf = dev_info.default_rxconf; in main()
981 rxq_conf.offloads = local_port_conf.rxmode.offloads; in main()
983 socket, &rxq_conf, in main()
/f-stack/dpdk/examples/l2fwd-jobstats/
H A Dmain.c836 struct rte_eth_rxconf rxq_conf; in main() local
881 rxq_conf = dev_info.default_rxconf; in main()
882 rxq_conf.offloads = local_port_conf.rxmode.offloads; in main()
885 &rxq_conf, in main()
/f-stack/dpdk/examples/ioat/
H A Dioatfwd.c813 struct rte_eth_rxconf rxq_conf; in port_init() local
853 rxq_conf = dev_info.default_rxconf; in port_init()
854 rxq_conf.offloads = local_port_conf.rxmode.offloads; in port_init()
857 rte_eth_dev_socket_id(portid), &rxq_conf, in port_init()
/f-stack/dpdk/examples/ip_reassembly/
H A Dmain.c1031 struct rte_eth_rxconf rxq_conf; in main() local
1117 rxq_conf = dev_info.default_rxconf; in main()
1118 rxq_conf.offloads = local_port_conf.rxmode.offloads; in main()
1120 socket, &rxq_conf, in main()
/f-stack/dpdk/drivers/raw/ntb/
H A Dntb.c310 struct ntb_queue_conf *rxq_conf = queue_conf; in ntb_rxq_setup() local
314 if (conf_size != sizeof(*rxq_conf)) in ntb_rxq_setup()
328 if (rxq_conf->rx_mp == NULL) { in ntb_rxq_setup()
332 rxq->nb_rx_desc = rxq_conf->nb_desc; in ntb_rxq_setup()
333 rxq->mpool = rxq_conf->rx_mp; in ntb_rxq_setup()
/f-stack/dpdk/app/test-flow-perf/
H A Dmain.c1303 struct rte_eth_rxconf rxq_conf; in init_port() local
1341 rxq_conf = dev_info.default_rxconf; in init_port()
1345 &rxq_conf, in init_port()
/f-stack/lib/
H A Dff_dpdk_if.c592 struct rte_eth_rxconf rxq_conf; in init_port_start() local
749 rxq_conf = dev_info.default_rxconf; in init_port_start()
750 rxq_conf.offloads = port_conf.rxmode.offloads; in init_port_start()
752 socketid, &rxq_conf, mbuf_pool); in init_port_start()
/f-stack/dpdk/examples/l3fwd-acl/
H A Dmain.c2190 struct rte_eth_rxconf rxq_conf; in main() local
2210 rxq_conf = dev_info.default_rxconf; in main()
2211 rxq_conf.offloads = port_conf.rxmode.offloads; in main()
2213 socketid, &rxq_conf, in main()
/f-stack/dpdk/examples/l3fwd-power/
H A Dmain.c2676 struct rte_eth_rxconf rxq_conf; in main() local
2696 rxq_conf = dev_info.default_rxconf; in main()
2697 rxq_conf.offloads = port_conf.rxmode.offloads; in main()
2699 socketid, &rxq_conf, in main()
/f-stack/dpdk/examples/l2fwd-crypto/
H A Dmain.c2512 struct rte_eth_rxconf rxq_conf; in initialize_ports() local
2551 rxq_conf = dev_info.default_rxconf; in initialize_ports()
2552 rxq_conf.offloads = local_port_conf.rxmode.offloads; in initialize_ports()
2555 &rxq_conf, l2fwd_pktmbuf_pool); in initialize_ports()
/f-stack/dpdk/examples/ipsec-secgw/
H A Dipsec-secgw.c2273 struct rte_eth_rxconf rxq_conf; in port_init() local
2283 rxq_conf = dev_info.default_rxconf; in port_init()
2284 rxq_conf.offloads = local_port_conf.rxmode.offloads; in port_init()
2286 nb_rxd, socket_id, &rxq_conf, in port_init()

12