DPDK  1.8.0
Data Structures | Variables
rte_port_frag.h File Reference
#include <stdint.h>
#include <rte_ring.h>
#include "rte_port.h"

Data Structures

struct  rte_port_ring_reader_ipv4_frag_params

Variables

struct rte_port_in_ops rte_port_ring_reader_ipv4_frag_ops

Detailed Description

RTE Port for IPv4 Fragmentation

This port is built on top of pre-initialized single consumer rte_ring. In order to minimize the amount of packets stored in the ring at any given time, the IP fragmentation functionality is executed on ring read operation, hence this port is implemented as an input port. A regular ring_writer port can be created to write to the same ring.

The packets written to the ring are either complete IP datagrams or jumbo frames (i.e. IP packets with length bigger than provided MTU value). The packets read from the ring are all non-jumbo frames. The complete IP datagrams written to the ring are not changed. The jumbo frames are fragmented into several IP packets with length less or equal to MTU.

Variable Documentation

struct rte_port_in_ops rte_port_ring_reader_ipv4_frag_ops

ring_reader_ipv4_frag port operations