DPDK  22.07.0
rte_port_ras.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: BSD-3-Clause
2  * Copyright(c) 2010-2014 Intel Corporation
3  */
4 
5 #ifndef __INCLUDE_RTE_PORT_RAS_H__
6 #define __INCLUDE_RTE_PORT_RAS_H__
7 
8 #ifdef __cplusplus
9 extern "C" {
10 #endif
11 
31 #include <stdint.h>
32 
33 
34 #include "rte_port.h"
35 
39  struct rte_ring *ring;
40 
43  uint32_t tx_burst_sz;
44 };
45 
46 #define rte_port_ring_writer_ipv4_ras_params rte_port_ring_writer_ras_params
47 
48 #define rte_port_ring_writer_ipv6_ras_params rte_port_ring_writer_ras_params
49 
52 
55 
56 #ifdef __cplusplus
57 }
58 #endif
59 
60 #endif
struct rte_port_out_ops rte_port_ring_writer_ipv6_ras_ops
struct rte_port_out_ops rte_port_ring_writer_ipv4_ras_ops