|
DPDK
17.11.10
|
#include <rte_eth_softnic_internals.h>
Data Fields | |
| struct pmd_params | params |
| struct { | |
| struct default_internals def | |
| struct tm_internals tm | |
| } | soft |
| struct { | |
| } | hard |
PMD Internals
Definition at line 230 of file rte_eth_softnic_internals.h.
| struct pmd_params params |
Params
Definition at line 232 of file rte_eth_softnic_internals.h.
| struct default_internals def |
Default
Definition at line 236 of file rte_eth_softnic_internals.h.
| struct tm_internals tm |
Traffic Management
Definition at line 237 of file rte_eth_softnic_internals.h.
| struct { ... } soft |
Soft device
| struct { ... } hard |
Hard device
1.8.9.1