DPDK  24.03.0
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 
29 #include <stdint.h>
30 
31 
32 #include "rte_port.h"
33 
37  struct rte_ring *ring;
38 
40  uint32_t mtu;
41 
45  uint32_t metadata_size;
46 
50 
54 };
55 
56 #define rte_port_ring_reader_ipv4_frag_params rte_port_ring_reader_frag_params
57 
58 #define rte_port_ring_reader_ipv6_frag_params rte_port_ring_reader_frag_params
59 
62 
65 
66 #ifdef __cplusplus
67 }
68 #endif
69 
70 #endif
struct rte_mempool * pool_indirect
Definition: rte_port_frag.h:53
struct rte_port_in_ops rte_port_ring_reader_ipv6_frag_ops
struct rte_mempool * pool_direct
Definition: rte_port_frag.h:49
struct rte_port_in_ops rte_port_ring_reader_ipv4_frag_ops