DPDK
17.11.10
|
#include <rte_pmd_i40e.h>
Data Fields | |
uint16_t | pctype |
void * | packet |
uint32_t | length |
A structure used to define the input for raw packet template.
Definition at line 298 of file rte_pmd_i40e.h.
uint16_t pctype |
the pctype used for raw packet template
Definition at line 300 of file rte_pmd_i40e.h.
void* packet |
the buffer conatining raw packet template
Definition at line 302 of file rte_pmd_i40e.h.
uint32_t length |
the length of buffer with raw packet template
Definition at line 304 of file rte_pmd_i40e.h.