DPDK  21.02.0
Data Structures | Variables
rte_port_eventdev.h File Reference
#include <stdint.h>
#include <rte_eventdev.h>
#include "rte_port.h"

Go to the source code of this file.

Data Structures

struct  rte_port_eventdev_reader_params
 
struct  rte_port_eventdev_writer_params
 
struct  rte_port_eventdev_writer_nodrop_params
 

Variables

struct rte_port_in_ops rte_port_eventdev_reader_ops
 
struct rte_port_out_ops rte_port_eventdev_writer_ops
 
struct rte_port_out_ops rte_port_eventdev_writer_nodrop_ops
 

Detailed Description

RTE Port Eventdev Interface

eventdev_reader: input port built on top of pre-initialized eventdev interface eventdev_writer: output port built on top of pre-initialized eventdev interface

Definition in file rte_port_eventdev.h.

Variable Documentation

struct rte_port_in_ops rte_port_eventdev_reader_ops

Eventdev_reader port operations.

struct rte_port_out_ops rte_port_eventdev_writer_ops

Eventdev_writer port operations.

struct rte_port_out_ops rte_port_eventdev_writer_nodrop_ops

Eventdev_writer_nodrop port operations.