Home
last modified time | relevance | path

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

/dpdk/app/test/
H A Dtest_kni.c39 #define NB_TXD 1024 macro
597 ret = rte_eth_tx_queue_setup(port_id, 0, NB_TXD, SOCKET, &tx_conf); in test_kni()
/dpdk/examples/kni/
H A Dmain.c66 #define NB_TXD 1024 macro
594 uint16_t nb_txd = NB_TXD; in init_port()
770 uint16_t nb_txd = NB_TXD; in kni_change_mtu_()