logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

rte_pmd_i40e_pkt_template_input

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2              rte_pmd_i40e_pkt_template_input(3)

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

uint16_tpctype
       the pctype used for raw packet template

       Definition at line 278 of file rte_pmd_i40e.h.

   void*packet
       the buffer containing raw packet template

       Definition at line 280 of file rte_pmd_i40e.h.

   uint32_tlength
       the length of buffer with raw packet template

       Definition at line 282 of file rte_pmd_i40e.h.

Name

       rte_pmd_i40e_pkt_template_input

Synopsis

       #include <rte_pmd_i40e.h>

   DataFields
       uint16_t pctype
       void * packet
       uint32_t length

See Also