DPDK  24.03.0
Data Fields
rte_pmd_i40e_pkt_template_input Struct Reference

#include <rte_pmd_i40e.h>

Data Fields

uint16_t pctype
 
void * packet
 
uint32_t length
 

Detailed Description

A structure used to define the input for raw packet template.

Definition at line 276 of file rte_pmd_i40e.h.

Field Documentation

◆ pctype

uint16_t pctype

the pctype used for raw packet template

Definition at line 278 of file rte_pmd_i40e.h.

◆ packet

void* packet

the buffer containing raw packet template

Definition at line 280 of file rte_pmd_i40e.h.

◆ length

uint32_t length

the length of buffer with raw packet template

Definition at line 282 of file rte_pmd_i40e.h.


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