Searched refs:rte_kni_alloc (Results 1 – 9 of 9) sorted by relevance
| /f-stack/dpdk/app/test/ |
| H A D | test_kni.c | 465 kni = rte_kni_alloc(mp, &conf, &ops); in test_kni_processing() 516 kni = rte_kni_alloc(mp, &conf, &ops); in test_kni_processing() 658 kni = rte_kni_alloc(NULL, &conf, &ops); in test_kni() 667 kni = rte_kni_alloc(mp, NULL, NULL); in test_kni() 702 kni = rte_kni_alloc(mp, &conf, &ops); in test_kni()
|
| /f-stack/dpdk/lib/librte_kni/ |
| H A D | version.map | 4 rte_kni_alloc;
|
| H A D | rte_kni.h | 120 struct rte_kni *rte_kni_alloc(struct rte_mempool *pktmbuf_pool,
|
| H A D | rte_kni.c | 213 rte_kni_alloc(struct rte_mempool *pktmbuf_pool, in rte_kni_alloc() function
|
| /f-stack/dpdk/examples/ip_pipeline/ |
| H A D | kni.c | 150 k = rte_kni_alloc(mempool->m, &kni_conf, &kni_ops); in kni_create()
|
| /f-stack/dpdk/examples/kni/ |
| H A D | main.c | 1002 kni = rte_kni_alloc(pktmbuf_pool, &conf, &ops); in kni_alloc() 1004 kni = rte_kni_alloc(pktmbuf_pool, &conf, NULL); in kni_alloc()
|
| /f-stack/dpdk/drivers/net/kni/ |
| H A D | rte_eth_kni.c | 138 internals->kni = rte_kni_alloc(mb_pool, &conf, NULL); in eth_kni_start()
|
| /f-stack/lib/ |
| H A D | ff_dpdk_kni.c | 521 kni_stat[port_id]->kni = rte_kni_alloc(mbuf_pool, &conf, &ops); in ff_kni_alloc()
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | kernel_nic_interface.rst | 184 ``rte_kni_alloc()`` function.
|