struct tarpc_rte_eth_txconf

struct tarpc_rte_eth_txconf {
    // fields

    struct tarpc_rte_eth_thresh tx_thresh;
    uint16_t tx_rs_thresh;
    uint16_t tx_free_thresh;
    uint32_t txq_flags;
    uint8_t tx_deferred_start;
    uint64_t offloads;
};