Home
last modified time | relevance | path

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

/f-stack/dpdk/examples/ip_pipeline/
H A Dkni.c105 struct rte_kni_ops kni_ops; in kni_create() local
145 memset(&kni_ops, 0, sizeof(kni_ops)); in kni_create()
146 kni_ops.port_id = link->port_id; in kni_create()
147 kni_ops.config_network_if = kni_config_network_interface; in kni_create()
148 kni_ops.change_mtu = kni_change_mtu; in kni_create()
150 k = rte_kni_alloc(mempool->m, &kni_conf, &kni_ops); in kni_create()
/f-stack/dpdk/app/test/
H A Dtest_kni.c81 static struct rte_kni_ops kni_ops = { variable
461 ops = kni_ops; in test_kni_processing()
656 ops = kni_ops; in test_kni()
700 ops = kni_ops; in test_kni()