DPDK  21.05.0
Data Structures | Variables
rte_port_fd.h File Reference
#include <stdint.h>
#include <rte_mempool.h>
#include "rte_port.h"

Go to the source code of this file.

Data Structures

struct  rte_port_fd_reader_params
 
struct  rte_port_fd_writer_params
 
struct  rte_port_fd_writer_nodrop_params
 

Variables

struct rte_port_in_ops rte_port_fd_reader_ops
 
struct rte_port_out_ops rte_port_fd_writer_ops
 
struct rte_port_out_ops rte_port_fd_writer_nodrop_ops
 

Detailed Description

RTE Port FD Device

fd_reader: input port built on top of valid non-blocking file descriptor fd_writer: output port built on top of valid non-blocking file descriptor

Definition in file rte_port_fd.h.

Variable Documentation

◆ rte_port_fd_reader_ops

struct rte_port_in_ops rte_port_fd_reader_ops

fd_reader port operations

Examples:
examples/ip_pipeline/pipeline.c.

◆ rte_port_fd_writer_ops

struct rte_port_out_ops rte_port_fd_writer_ops

fd_writer port operations

Examples:
examples/ip_pipeline/pipeline.c.

◆ rte_port_fd_writer_nodrop_ops

struct rte_port_out_ops rte_port_fd_writer_nodrop_ops

fd_writer_nodrop port operations

Examples:
examples/ip_pipeline/pipeline.c.