| rte_eth_txmode(3) | Library Functions Manual | rte_eth_txmode(3) |
rte_eth_txmode
#include <rte_ethdev.h>
enum rte_eth_tx_mq_mode mq_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]
A structure used to configure the Tx features of an Ethernet port.
Definition at line 1010 of file rte_ethdev.h.
Tx multi-queues mode.
Definition at line 1011 of file rte_ethdev.h.
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.
If set, reject sending out tagged pkts
Definition at line 1022 of file rte_ethdev.h.
If set, reject sending out untagged pkts
Definition at line 1024 of file rte_ethdev.h.
If set, enable port based VLAN insertion
Definition at line 1026 of file rte_ethdev.h.
Reserved for future fields
Definition at line 1028 of file rte_ethdev.h.
Reserved for future fields
Definition at line 1029 of file rte_ethdev.h.
Generated automatically by Doxygen for DPDK from the source code.
| Version 24.11.3 | DPDK |