| /f-stack/dpdk/examples/l2fwd-event/ |
| H A D | l2fwd_common.c | 35 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 D | main.c | 145 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 D | main.c | 300 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 D | main.c | 141 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 D | main.c | 195 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 D | main.c | 597 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 D | flow_filtering.rst | 133 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 D | l3_forward_graph.rst | 175 &rxq_conf, pktmbuf_pool[0][socketid]); 178 &rxq_conf, pktmbuf_pool[portid][socketid]);
|
| /f-stack/dpdk/examples/link_status_interrupt/ |
| H A D | main.c | 609 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 D | main.c | 679 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 D | main.c | 631 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 D | main.c | 761 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 D | main.c | 918 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 D | main.c | 1051 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 D | main.c | 900 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 D | main.c | 836 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 D | ioatfwd.c | 813 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 D | main.c | 1031 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 D | ntb.c | 310 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 D | main.c | 1303 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 D | ff_dpdk_if.c | 592 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 D | main.c | 2190 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 D | main.c | 2676 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 D | main.c | 2512 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 D | ipsec-secgw.c | 2273 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()
|