DPDK  19.11.14
Data Structures | Variables
rte_port_ethdev.h File Reference
#include <stdint.h>
#include "rte_port.h"

Go to the source code of this file.

Data Structures

struct  rte_port_ethdev_reader_params
 
struct  rte_port_ethdev_writer_params
 
struct  rte_port_ethdev_writer_nodrop_params
 

Variables

struct rte_port_in_ops rte_port_ethdev_reader_ops
 
struct rte_port_out_ops rte_port_ethdev_writer_ops
 
struct rte_port_out_ops rte_port_ethdev_writer_nodrop_ops
 

Detailed Description

RTE Port Ethernet Device

ethdev_reader: input port built on top of pre-initialized NIC RX queue ethdev_writer: output port built on top of pre-initialized NIC TX queue

Definition in file rte_port_ethdev.h.

Variable Documentation

◆ rte_port_ethdev_reader_ops

struct rte_port_in_ops rte_port_ethdev_reader_ops

ethdev_reader port operations

Examples:
examples/ip_pipeline/pipeline.c.

◆ rte_port_ethdev_writer_ops

struct rte_port_out_ops rte_port_ethdev_writer_ops

ethdev_writer port operations

Examples:
examples/ip_pipeline/pipeline.c.

◆ rte_port_ethdev_writer_nodrop_ops

struct rte_port_out_ops rte_port_ethdev_writer_nodrop_ops

ethdev_writer_nodrop port operations

Examples:
examples/ip_pipeline/pipeline.c.