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_eth_udp_tunnel

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                           rte_eth_udp_tunnel(3)

Detailed Description

       UDP tunneling configuration.

       Used to configure the classifier of a device, associating an UDP port with a type of tunnel.

       Some NICs may need such configuration to properly parse a tunnel with any standard or custom UDP port.

       Definition at line 1487 of file rte_ethdev.h.

Field Documentation

uint16_tudp_port
       UDP port used for the tunnel.

       Definition at line 1488 of file rte_ethdev.h.

   uint8_tprot_type
       Tunnel type.

       Seealsorte_eth_tunnel_type

       Definition at line 1489 of file rte_ethdev.h.

Name

       rte_eth_udp_tunnel

Synopsis

       #include <rte_ethdev.h>

   DataFields
       uint16_t udp_port
       uint8_t prot_type

See Also