DPDK  17.05.2
Data Fields
rte_eventdev_driver Struct Reference

#include <rte_eventdev_pmd.h>

+ Collaboration diagram for rte_eventdev_driver:

Data Fields

struct rte_pci_driver pci_drv
 
unsigned int dev_private_size
 
eventdev_init_t eventdev_init
 
eventdev_uninit_t eventdev_uninit
 

Detailed Description

The structure associated with a PMD driver.

Each driver acts as a PCI driver and is represented by a generic event_driver structure that holds:

Definition at line 136 of file rte_eventdev_pmd.h.

Field Documentation

◆ pci_drv

struct rte_pci_driver pci_drv

The PMD is also a PCI driver.

Definition at line 137 of file rte_eventdev_pmd.h.

◆ dev_private_size

unsigned int dev_private_size

Size of device private data.

Definition at line 138 of file rte_eventdev_pmd.h.

◆ eventdev_init

eventdev_init_t eventdev_init

Device init function.

Definition at line 140 of file rte_eventdev_pmd.h.

◆ eventdev_uninit

eventdev_uninit_t eventdev_uninit

Device uninit function.

Definition at line 141 of file rte_eventdev_pmd.h.


The documentation for this struct was generated from the following file: