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

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                               rte_eth_txmode(3)

Detailed Description

       A structure used to configure the Tx features of an Ethernet port.

       Definition at line 1010 of file rte_ethdev.h.

Field Documentation

enumrte_eth_tx_mq_modemq_mode
       Tx multi-queues mode.

       Definition at line 1011 of file rte_ethdev.h.

   uint64_toffloads
       Per-port Tx offloads to be set using RTE_ETH_TX_OFFLOAD_* flags. Only offloads set on tx_offload_capa
       field on rte_eth_dev_info structure are allowed to be set.

       Definition at line 1017 of file rte_ethdev.h.

   __extension__uint8_thw_vlan_reject_tagged
       If set, reject sending out tagged pkts

       Definition at line 1022 of file rte_ethdev.h.

   __extension__uint8_thw_vlan_reject_untagged
       If set, reject sending out untagged pkts

       Definition at line 1024 of file rte_ethdev.h.

   __extension__uint8_thw_vlan_insert_pvid
       If set, enable port based VLAN insertion

       Definition at line 1026 of file rte_ethdev.h.

   uint64_treserved_64s[2]
       Reserved for future fields

       Definition at line 1028 of file rte_ethdev.h.

   void*reserved_ptrs[2]
       Reserved for future fields

       Definition at line 1029 of file rte_ethdev.h.

Name

       rte_eth_txmode

Synopsis

       #include <rte_ethdev.h>

   DataFields
       enum rte_eth_tx_mq_modemq_mode
       uint64_t offloads
       __extension__ uint8_t hw_vlan_reject_tagged: 1
       __extension__ uint8_t hw_vlan_reject_untagged: 1
       __extension__ uint8_t hw_vlan_insert_pvid: 1
       uint64_t reserved_64s [2]
       void * reserved_ptrs [2]

See Also