rte_port_ethdev.h
Contents
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.
Name
rte_port_ethdev.h
Synopsis
#include <stdint.h>
#include 'rte_port.h'
DataStructures
struct rte_port_ethdev_reader_params
struct rte_port_ethdev_writer_params
struct rte_port_ethdev_writer_nodrop_paramsVariables
struct rte_port_in_opsrte_port_ethdev_reader_ops
struct rte_port_out_opsrte_port_ethdev_writer_ops
struct rte_port_out_opsrte_port_ethdev_writer_nodrop_opsVariable Documentation
structrte_port_in_opsrte_port_ethdev_reader_ops[extern]
ethdev_reader port operations
structrte_port_out_opsrte_port_ethdev_writer_ops[extern]
ethdev_writer port operations
structrte_port_out_opsrte_port_ethdev_writer_nodrop_ops[extern]
ethdev_writer_nodrop port operations
