DPDK  19.08.2
rte_port_frag.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_IP_FRAG_H__
6 #define __INCLUDE_RTE_PORT_IP_FRAG_H__
7 
8 #ifdef __cplusplus
9 extern "C" {
10 #endif
11 
30 #include <stdint.h>
31 
32 #include <rte_ring.h>
33 
34 #include "rte_port.h"
35 
39  struct rte_ring *ring;
40 
42  uint32_t mtu;
43 
47  uint32_t metadata_size;
48 
52 
56 };
57 
58 #define rte_port_ring_reader_ipv4_frag_params rte_port_ring_reader_frag_params
59 
60 #define rte_port_ring_reader_ipv6_frag_params rte_port_ring_reader_frag_params
61 
64 
67 
68 #ifdef __cplusplus
69 }
70 #endif
71 
72 #endif
struct rte_mempool * pool_indirect
Definition: rte_port_frag.h:55
struct rte_port_in_ops rte_port_ring_reader_ipv6_frag_ops
struct rte_mempool * pool_direct
Definition: rte_port_frag.h:51
struct rte_port_in_ops rte_port_ring_reader_ipv4_frag_ops