struct tarpc_rte_eth_txmode

struct tarpc_rte_eth_txmode {
    // fields

    enum tarpc_rte_eth_tx_mq_mode mq_mode;
    uint64_t offloads;
    uint16_t pvid;
    uint8_t flags;
};