Home
last modified time | relevance | path

Searched refs:NB_TXD (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/app/test/
H A Dtest_kni.c39 #define NB_TXD 1024 macro
593 ret = rte_eth_tx_queue_setup(port_id, 0, NB_TXD, SOCKET, &tx_conf); in test_kni()
/f-stack/dpdk/examples/kni/
H A Dmain.c67 #define NB_TXD 1024 macro
595 uint16_t nb_txd = NB_TXD; in init_port()
771 uint16_t nb_txd = NB_TXD; in kni_change_mtu_()