Searched refs:rte_kni_alloc (Results 1 – 8 of 8) sorted by relevance
| /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() 662 kni = rte_kni_alloc(NULL, &conf, &ops); in test_kni() 671 kni = rte_kni_alloc(mp, NULL, NULL); in test_kni() 706 kni = rte_kni_alloc(mp, &conf, &ops); in test_kni()
|
| /dpdk/lib/kni/ |
| H A D | version.map | 4 rte_kni_alloc;
|
| H A D | rte_kni.h | 118 struct rte_kni *rte_kni_alloc(struct rte_mempool *pktmbuf_pool,
|
| H A D | rte_kni.c | 211 rte_kni_alloc(struct rte_mempool *pktmbuf_pool, in rte_kni_alloc() function
|
| /dpdk/examples/ip_pipeline/ |
| H A D | kni.c | 150 k = rte_kni_alloc(mempool->m, &kni_conf, &kni_ops); in kni_create()
|
| /dpdk/examples/kni/ |
| H A D | main.c | 994 kni = rte_kni_alloc(pktmbuf_pool, &conf, &ops); in kni_alloc() 996 kni = rte_kni_alloc(pktmbuf_pool, &conf, NULL); in kni_alloc()
|
| /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()
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | kernel_nic_interface.rst | 245 ``rte_kni_alloc()`` function.
|