| /f-stack/dpdk/examples/l2fwd-event/ |
| H A D | l2fwd_common.c | 11 uint16_t nb_txd = RTE_TEST_TX_DESC_DEFAULT; in l2fwd_event_init_ports() local 73 &nb_txd); in l2fwd_event_init_ports() 96 ret = rte_eth_tx_queue_setup(port_id, 0, nb_txd, in l2fwd_event_init_ports()
|
| H A D | l2fwd_common.h | 74 uint16_t nb_txd; member
|
| /f-stack/dpdk/examples/qos_meter/ |
| H A D | main.c | 298 uint16_t nb_txd = NIC_TX_QUEUE_DESC; in main() local 353 ret = rte_eth_dev_adjust_nb_rx_tx_desc(port_rx, &nb_rxd, &nb_txd); in main() 368 ret = rte_eth_tx_queue_setup(port_rx, NIC_TX_QUEUE, nb_txd, in main() 400 nb_txd = NIC_TX_QUEUE_DESC; in main() 401 ret = rte_eth_dev_adjust_nb_rx_tx_desc(port_tx, &nb_rxd, &nb_txd); in main() 416 ret = rte_eth_tx_queue_setup(port_tx, NIC_TX_QUEUE, nb_txd, in main()
|
| /f-stack/dpdk/examples/l3fwd/ |
| H A D | l3fwd_event.c | 47 uint16_t nb_txd = RTE_TEST_TX_DESC_DEFAULT; in l3fwd_eth_dev_port_setup() local 102 &nb_txd); in l3fwd_eth_dev_port_setup() 125 nb_ports * nb_txd + in l3fwd_eth_dev_port_setup() 162 ret = rte_eth_tx_queue_setup(port_id, 0, nb_txd, 0, &txconf); in l3fwd_eth_dev_port_setup()
|
| H A D | main.c | 58 static uint16_t nb_txd = RTE_TEST_TX_DESC_DEFAULT; variable 553 nports*n_tx_queue*nb_txd + \ 973 &nb_txd); in l3fwd_poll_resource_setup() 1026 ret = rte_eth_tx_queue_setup(portid, queueid, nb_txd, in l3fwd_poll_resource_setup()
|
| /f-stack/dpdk/examples/l2fwd-cat/ |
| H A D | l2fwd-cat.c | 40 uint16_t nb_txd = TX_RING_SIZE; in port_init() local 50 retval = rte_eth_dev_adjust_nb_rx_tx_desc(port, &nb_rxd, &nb_txd); in port_init() 64 retval = rte_eth_tx_queue_setup(port, q, nb_txd, in port_init()
|
| /f-stack/dpdk/examples/skeleton/ |
| H A D | basicfwd.c | 38 uint16_t nb_txd = TX_RING_SIZE; in port_init() local 63 retval = rte_eth_dev_adjust_nb_rx_tx_desc(port, &nb_rxd, &nb_txd); in port_init() 79 retval = rte_eth_tx_queue_setup(port, q, nb_txd, in port_init()
|
| /f-stack/dpdk/examples/ethtool/ethtool-app/ |
| H A D | main.c | 97 uint16_t nb_txd = PORT_TX_QUEUE_SIZE; in setup_ports() local 137 &nb_txd) < 0) in setup_ports() 149 idx_port, 0, nb_txd, in setup_ports()
|
| /f-stack/dpdk/examples/rxtx_callbacks/ |
| H A D | main.c | 124 uint16_t nb_txd = TX_RING_SIZE; in port_init() local 164 retval = rte_eth_dev_adjust_nb_rx_tx_desc(port, &nb_rxd, &nb_txd); in port_init() 180 retval = rte_eth_tx_queue_setup(port, q, nb_txd, in port_init()
|
| /f-stack/dpdk/examples/bond/ |
| H A D | main.c | 139 uint16_t nb_txd = RTE_TX_DESC_DEFAULT; in slave_port_init() local 174 retval = rte_eth_dev_adjust_nb_rx_tx_desc(portid, &nb_rxd, &nb_txd); in slave_port_init() 193 retval = rte_eth_tx_queue_setup(portid, 0, nb_txd, in slave_port_init() 225 uint16_t nb_txd = RTE_TX_DESC_DEFAULT; in bond_port_init() local 254 retval = rte_eth_dev_adjust_nb_rx_tx_desc(BOND_PORT, &nb_rxd, &nb_txd); in bond_port_init() 279 retval = rte_eth_tx_queue_setup(BOND_PORT, 0, nb_txd, in bond_port_init()
|
| /f-stack/dpdk/examples/multi_process/symmetric_mp/ |
| H A D | main.c | 200 uint16_t nb_txd = TX_RING_SIZE; in smp_port_init() local 239 retval = rte_eth_dev_adjust_nb_rx_tx_desc(port, &nb_rxd, &nb_txd); in smp_port_init() 257 retval = rte_eth_tx_queue_setup(port, q, nb_txd, in smp_port_init()
|
| /f-stack/dpdk/app/test/ |
| H A D | test_pmd_perf.c | 53 nb_ports*nb_tx_queue*nb_txd + \ 666 uint16_t nb_txd = MAX_TRAFFIC_BURST; in test_pmd_perf() local 693 nb_txd = RTE_TEST_TX_DESC_DEFAULT; in test_pmd_perf() 695 printf("CONFIG RXD=%d TXD=%d\n", nb_rxd, nb_txd); in test_pmd_perf() 735 ret = rte_eth_tx_queue_setup(portid, 0, nb_txd, in test_pmd_perf()
|
| /f-stack/dpdk/examples/kni/ |
| H A D | main.c | 595 uint16_t nb_txd = NB_TXD; in init_port() local 619 ret = rte_eth_dev_adjust_nb_rx_tx_desc(port, &nb_rxd, &nb_txd); in init_port() 634 ret = rte_eth_tx_queue_setup(port, 0, nb_txd, in init_port() 771 uint16_t nb_txd = NB_TXD; in kni_change_mtu_() local 808 ret = rte_eth_dev_adjust_nb_rx_tx_desc(port_id, &nb_rxd, &nb_txd); in kni_change_mtu_() 835 ret = rte_eth_tx_queue_setup(port_id, 0, nb_txd, in kni_change_mtu_()
|
| /f-stack/dpdk/examples/l2fwd/ |
| H A D | main.c | 60 static uint16_t nb_txd = RTE_TEST_TX_DESC_DEFAULT; variable 749 nb_mbufs = RTE_MAX(nb_ports * (nb_rxd + nb_txd + MAX_PKT_BURST + in main() 792 &nb_txd); in main() 821 ret = rte_eth_tx_queue_setup(portid, 0, nb_txd, in main()
|
| /f-stack/dpdk/examples/link_status_interrupt/ |
| H A D | main.c | 53 static uint16_t nb_txd = RTE_TEST_TX_DESC_DEFAULT; variable 638 &nb_txd); in main() 675 ret = rte_eth_tx_queue_setup(portid, 0, nb_txd, in main()
|
| /f-stack/dpdk/examples/ipv4_multicast/ |
| H A D | main.c | 80 static uint16_t nb_txd = RTE_TEST_TX_DESC_DEFAULT; variable 730 &nb_txd); in main() 770 ret = rte_eth_tx_queue_setup(portid, queueid, nb_txd, in main()
|
| /f-stack/dpdk/examples/l2fwd-keepalive/ |
| H A D | main.c | 58 static uint16_t nb_txd = RTE_TEST_TX_DESC_DEFAULT; variable 662 &nb_txd); in main() 692 ret = rte_eth_tx_queue_setup(portid, 0, nb_txd, in main()
|
| /f-stack/dpdk/examples/l3fwd-graph/ |
| H A D | main.c | 60 static uint16_t nb_txd = RTE_TEST_TX_DESC_DEFAULT; variable 442 nports * n_tx_queue * nb_txd + \ 832 &nb_txd); in main() 885 ret = rte_eth_tx_queue_setup(portid, queueid, nb_txd, in main()
|
| /f-stack/dpdk/examples/packet_ordering/ |
| H A D | main.c | 275 uint16_t nb_txd = TX_DESC_PER_QUEUE; in configure_eth_port() local 297 ret = rte_eth_dev_adjust_nb_rx_tx_desc(port_id, &nb_rxd, &nb_txd); in configure_eth_port() 312 ret = rte_eth_tx_queue_setup(port_id, q, nb_txd, in configure_eth_port()
|
| /f-stack/dpdk/examples/ioat/ |
| H A D | ioatfwd.c | 99 static uint16_t nb_txd = TX_DEFAULT_RINGSIZE; variable 844 &nb_txd); in port_init() 868 ret = rte_eth_tx_queue_setup(portid, 0, nb_txd, in port_init() 955 nb_mbufs = RTE_MAX(nb_ports * (nb_queues * (nb_rxd + nb_txd + in main()
|
| /f-stack/dpdk/examples/ptpclient/ |
| H A D | ptpclient.c | 187 uint16_t nb_txd = TX_RING_SIZE; in port_init() local 211 retval = rte_eth_dev_adjust_nb_rx_tx_desc(port, &nb_rxd, &nb_txd); in port_init() 231 retval = rte_eth_tx_queue_setup(port, q, nb_txd, in port_init()
|
| /f-stack/dpdk/examples/ip_reassembly/ |
| H A D | main.c | 95 static uint16_t nb_txd = RTE_TEST_TX_DESC_DEFAULT; variable 880 nb_mbuf += nb_rxd + nb_txd; in setup_queue_tbl() 1075 &nb_txd); in main() 1154 ret = rte_eth_tx_queue_setup(portid, queueid, nb_txd, in main()
|
| /f-stack/dpdk/examples/distributor/ |
| H A D | main.c | 116 uint16_t nb_txd = TX_RING_SIZE; in port_init() local 149 retval = rte_eth_dev_adjust_nb_rx_tx_desc(port, &nb_rxd, &nb_txd); in port_init() 164 retval = rte_eth_tx_queue_setup(port, q, nb_txd, in port_init()
|
| /f-stack/dpdk/examples/ip_fragmentation/ |
| H A D | main.c | 91 static uint16_t nb_txd = RTE_TEST_TX_DESC_DEFAULT; variable 972 &nb_txd); in main() 1024 ret = rte_eth_tx_queue_setup(portid, queueid, nb_txd, in main()
|
| /f-stack/dpdk/examples/l2fwd-jobstats/ |
| H A D | main.c | 52 static uint16_t nb_txd = RTE_TEST_TX_DESC_DEFAULT; variable 866 &nb_txd); in main() 895 ret = rte_eth_tx_queue_setup(portid, 0, nb_txd, in main()
|