DPDK  22.07.0
rte_port_kni.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: BSD-3-Clause
2  * Copyright(c) 2016 Ethan Zhuang <zhuangwj@gmail.com>.
3  * Copyright(c) 2016 Intel Corporation.
4  */
5 
6 #ifndef __INCLUDE_RTE_PORT_KNI_H__
7 #define __INCLUDE_RTE_PORT_KNI_H__
8 
9 #ifdef __cplusplus
10 extern "C" {
11 #endif
12 
22 #include <stdint.h>
23 
24 
25 #include "rte_port.h"
26 
30  struct rte_kni *kni;
31 };
32 
35 
36 
40  struct rte_kni *kni;
42  uint32_t tx_burst_sz;
43 };
44 
47 
51  struct rte_kni *kni;
53  uint32_t tx_burst_sz;
55  uint32_t n_retries;
56 };
57 
60 
61 #ifdef __cplusplus
62 }
63 #endif
64 
65 #endif
struct rte_kni * kni
Definition: rte_port_kni.h:40
struct rte_port_out_ops rte_port_kni_writer_nodrop_ops
struct rte_port_in_ops rte_port_kni_reader_ops
struct rte_port_out_ops rte_port_kni_writer_ops
struct rte_kni * kni
Definition: rte_port_kni.h:30