DPDK 22.11.4
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
9extern "C" {
10#endif
11
30#include <stdint.h>
31
32
33#include "rte_port.h"
34
38 struct rte_ring *ring;
39
41 uint32_t mtu;
42
46 uint32_t metadata_size;
47
51
55};
56
57#define rte_port_ring_reader_ipv4_frag_params rte_port_ring_reader_frag_params
58
59#define rte_port_ring_reader_ipv6_frag_params rte_port_ring_reader_frag_params
60
63
66
67#ifdef __cplusplus
68}
69#endif
70
71#endif
struct rte_port_in_ops rte_port_ring_reader_ipv6_frag_ops
struct rte_port_in_ops rte_port_ring_reader_ipv4_frag_ops
struct rte_mempool * pool_indirect
Definition: rte_port_frag.h:54
struct rte_mempool * pool_direct
Definition: rte_port_frag.h:50