struct tarpc_rte_eth_dev_set_vlan_ether_type_in

rte_eth_dev_set_vlan_ether_type()

struct tarpc_rte_eth_dev_set_vlan_ether_type_in {
    // fields

    struct tarpc_in_arg common;
    uint16_t port_id;
    enum tarpc_rte_vlan_type vlan_type;
    uint16_t tag_type;
};