Home
last modified time | relevance | path

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

/dpdk/examples/l2fwd-event/
H A Dl2fwd_common.c34 struct rte_eth_rxconf rxq_conf; in l2fwd_event_init_ports() local
83 rxq_conf = dev_info.default_rxconf; in l2fwd_event_init_ports()
84 rxq_conf.offloads = local_port_conf.rxmode.offloads; in l2fwd_event_init_ports()
88 &rxq_conf, in l2fwd_event_init_ports()
/dpdk/examples/flow_filtering/
H A Dmain.c150 struct rte_eth_rxconf rxq_conf; in init_port() local
169 rxq_conf = dev_info.default_rxconf; in init_port()
170 rxq_conf.offloads = port_conf.rxmode.offloads; in init_port()
177 &rxq_conf, in init_port()
/dpdk/examples/qos_meter/
H A Dmain.c299 struct rte_eth_rxconf rxq_conf; in main() local
357 rxq_conf = dev_info.default_rxconf; in main()
358 rxq_conf.offloads = conf.rxmode.offloads; in main()
361 &rxq_conf, pool); in main()
405 rxq_conf = dev_info.default_rxconf; in main()
406 rxq_conf.offloads = conf.rxmode.offloads; in main()
/dpdk/examples/bond/
H A Dmain.c138 struct rte_eth_rxconf rxq_conf; in slave_port_init() local
177 rxq_conf = dev_info.default_rxconf; in slave_port_init()
178 rxq_conf.offloads = local_port_conf.rxmode.offloads; in slave_port_init()
181 &rxq_conf, in slave_port_init()
224 struct rte_eth_rxconf rxq_conf; in bond_port_init() local
264 rxq_conf = dev_info.default_rxconf; in bond_port_init()
265 rxq_conf.offloads = local_port_conf.rxmode.offloads; in bond_port_init()
268 &rxq_conf, mbuf_pool); in bond_port_init()
/dpdk/examples/multi_process/symmetric_mp/
H A Dmain.c194 struct rte_eth_rxconf rxq_conf; in smp_port_init() local
256 rxq_conf = info.default_rxconf; in smp_port_init()
257 rxq_conf.offloads = port_conf.rxmode.offloads; in smp_port_init()
261 &rxq_conf, in smp_port_init()
/dpdk/examples/kni/
H A Dmain.c596 struct rte_eth_rxconf rxq_conf; in init_port() local
623 rxq_conf = dev_info.default_rxconf; in init_port()
624 rxq_conf.offloads = local_port_conf.rxmode.offloads; in init_port()
626 rte_eth_dev_socket_id(port), &rxq_conf, pktmbuf_pool); in init_port()
773 struct rte_eth_rxconf rxq_conf; in kni_change_mtu_() local
815 rxq_conf = dev_info.default_rxconf; in kni_change_mtu_()
816 rxq_conf.offloads = conf.rxmode.offloads; in kni_change_mtu_()
818 rte_eth_dev_socket_id(port_id), &rxq_conf, pktmbuf_pool); in kni_change_mtu_()
/dpdk/examples/link_status_interrupt/
H A Dmain.c616 struct rte_eth_rxconf rxq_conf; in main() local
673 rxq_conf = dev_info.default_rxconf; in main()
674 rxq_conf.offloads = local_port_conf.rxmode.offloads; in main()
678 &rxq_conf, in main()
/dpdk/examples/ipv4_multicast/
H A Dmain.c699 struct rte_eth_rxconf rxq_conf; in main() local
769 rxq_conf = dev_info.default_rxconf; in main()
770 rxq_conf.offloads = local_port_conf.rxmode.offloads; in main()
773 &rxq_conf, in main()
/dpdk/examples/l2fwd-keepalive/
H A Dmain.c630 struct rte_eth_rxconf rxq_conf; in main() local
676 rxq_conf = dev_info.default_rxconf; in main()
677 rxq_conf.offloads = local_port_conf.rxmode.offloads; in main()
680 &rxq_conf, in main()
/dpdk/examples/l2fwd/
H A Dmain.c780 struct rte_eth_rxconf rxq_conf; in main() local
828 rxq_conf = dev_info.default_rxconf; in main()
829 rxq_conf.offloads = local_port_conf.rxmode.offloads; in main()
833 &rxq_conf, in main()
/dpdk/examples/l3fwd-graph/
H A Dmain.c941 struct rte_eth_rxconf rxq_conf; in main() local
956 rxq_conf = dev_info.default_rxconf; in main()
957 rxq_conf.offloads = port_conf.rxmode.offloads; in main()
961 &rxq_conf, pktmbuf_pool[0][socketid]); in main()
965 &rxq_conf, in main()
/dpdk/examples/l2fwd-jobstats/
H A Dmain.c850 struct rte_eth_rxconf rxq_conf; in main() local
897 rxq_conf = dev_info.default_rxconf; in main()
898 rxq_conf.offloads = local_port_conf.rxmode.offloads; in main()
902 &rxq_conf, in main()
/dpdk/examples/ip_fragmentation/
H A Dmain.c903 struct rte_eth_rxconf rxq_conf; in main() local
982 rxq_conf = dev_info.default_rxconf; in main()
983 rxq_conf.offloads = local_port_conf.rxmode.offloads; in main()
985 socket, &rxq_conf, in main()
/dpdk/examples/l3fwd/
H A Dmain.c1326 struct rte_eth_rxconf rxq_conf; in l3fwd_poll_resource_setup() local
1346 rxq_conf = dev_info.default_rxconf; in l3fwd_poll_resource_setup()
1347 rxq_conf.offloads = port_conf.rxmode.offloads; in l3fwd_poll_resource_setup()
1351 &rxq_conf, in l3fwd_poll_resource_setup()
1356 &rxq_conf, in l3fwd_poll_resource_setup()
/dpdk/examples/ip_reassembly/
H A Dmain.c1037 struct rte_eth_rxconf rxq_conf; in main() local
1123 rxq_conf = dev_info.default_rxconf; in main()
1124 rxq_conf.offloads = local_port_conf.rxmode.offloads; in main()
1126 socket, &rxq_conf, in main()
/dpdk/examples/dma/
H A Ddmafwd.c875 struct rte_eth_rxconf rxq_conf; in port_init() local
915 rxq_conf = dev_info.default_rxconf; in port_init()
916 rxq_conf.offloads = local_port_conf.rxmode.offloads; in port_init()
919 rte_eth_dev_socket_id(portid), &rxq_conf, in port_init()
/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()
/dpdk/examples/l3fwd-acl/
H A Dmain.c2198 struct rte_eth_rxconf rxq_conf; in main() local
2218 rxq_conf = dev_info.default_rxconf; in main()
2219 rxq_conf.offloads = port_conf.rxmode.offloads; in main()
2221 socketid, &rxq_conf, in main()
/dpdk/app/test-pmd/
H A Dconfig.c3862 struct rte_eth_rxconf *rxq_conf; in fwd_stream_on_other_lcores() local
3874 rxq_conf = &port->rx_conf[fs->rx_queue]; in fwd_stream_on_other_lcores()
3876 == 0 || rxq_conf->share_group == 0) in fwd_stream_on_other_lcores()
3881 if (rxq_conf->share_group != share_group) in fwd_stream_on_other_lcores()
3883 if (rxq_conf->share_qid != share_rxq) in fwd_stream_on_other_lcores()
3915 struct rte_eth_rxconf *rxq_conf; in pkt_fwd_shared_rxq_check() local
3934 rxq_conf = &port->rx_conf[fs->rx_queue]; in pkt_fwd_shared_rxq_check()
3936 == 0 || rxq_conf->share_group == 0) in pkt_fwd_shared_rxq_check()
3944 rxq_conf->share_group, in pkt_fwd_shared_rxq_check()
3945 rxq_conf->share_qid)) in pkt_fwd_shared_rxq_check()
/dpdk/examples/l3fwd-power/
H A Dmain.c2767 struct rte_eth_rxconf rxq_conf; in main() local
2787 rxq_conf = dev_info.default_rxconf; in main()
2788 rxq_conf.offloads = port_conf.rxmode.offloads; in main()
2790 socketid, &rxq_conf, in main()
/dpdk/app/test-flow-perf/
H A Dmain.c1970 struct rte_eth_rxconf rxq_conf; in init_port() local
2029 rxq_conf = dev_info.default_rxconf; in init_port()
2033 &rxq_conf, in init_port()
/dpdk/examples/l2fwd-crypto/
H A Dmain.c2618 struct rte_eth_rxconf rxq_conf; in initialize_ports() local
2657 rxq_conf = dev_info.default_rxconf; in initialize_ports()
2658 rxq_conf.offloads = local_port_conf.rxmode.offloads; in initialize_ports()
2661 &rxq_conf, l2fwd_pktmbuf_pool); in initialize_ports()
/dpdk/examples/ipsec-secgw/
H A Dipsec-secgw.c2399 struct rte_eth_rxconf rxq_conf; in port_init() local
2410 rxq_conf = dev_info.default_rxconf; in port_init()
2411 rxq_conf.offloads = local_port_conf.rxmode.offloads; in port_init()
2419 nb_rxd, socket_id, &rxq_conf, pool); in port_init()