Man page - rte_port_fd_writer_nodrop_ops(3)

Packages contains this manual

Manual

rte_port_fd.h

NAME
SYNOPSIS
Data Structures
Variables
Detailed Description
Variable Documentation
struct rte_port_in_ops rte_port_fd_reader_ops [extern]
struct rte_port_out_ops rte_port_fd_writer_ops [extern]
struct rte_port_out_ops rte_port_fd_writer_nodrop_ops [extern]
Author

NAME

rte_port_fd.h

SYNOPSIS

#include <stdint.h>
#include ’rte_port.h’

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

struct rte_port_in_ops rte_port_fd_reader_ops [extern]

fd_reader port operations

struct rte_port_out_ops rte_port_fd_writer_ops [extern]

fd_writer port operations

struct rte_port_out_ops rte_port_fd_writer_nodrop_ops [extern]

fd_writer_nodrop port operations

Author

Generated automatically by Doxygen for DPDK from the source code.