DPDK  2.0.0
Data Fields
rte_eth_txmode Struct Reference

#include <rte_ethdev.h>

Data Fields

enum rte_eth_tx_mq_mode mq_mode
uint8_t hw_vlan_reject_tagged: 1
uint8_t hw_vlan_reject_untagged: 1
uint8_t hw_vlan_insert_pvid: 1

Detailed Description

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

Field Documentation

uint8_t hw_vlan_insert_pvid

If set, enable port based VLAN insertion

uint8_t hw_vlan_reject_tagged

If set, reject sending out tagged pkts

uint8_t hw_vlan_reject_untagged

If set, reject sending out untagged pkts

enum rte_eth_tx_mq_mode mq_mode

TX multi-queues mode.


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