rte_port_fd.h
Contents
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.
Name
rte_port_fd.h
Synopsis
#include <stdint.h>
#include 'rte_port.h'
DataStructures
struct rte_port_fd_reader_params
struct rte_port_fd_writer_params
struct rte_port_fd_writer_nodrop_paramsVariables
struct rte_port_in_opsrte_port_fd_reader_ops
struct rte_port_out_opsrte_port_fd_writer_ops
struct rte_port_out_opsrte_port_fd_writer_nodrop_opsVariable Documentation
structrte_port_in_opsrte_port_fd_reader_ops[extern]
fd_reader port operations
structrte_port_out_opsrte_port_fd_writer_ops[extern]
fd_writer port operations
structrte_port_out_opsrte_port_fd_writer_nodrop_ops[extern]
fd_writer_nodrop port operations
