struct tarpc_rte_eth_dev_set_vlan_pvid_in

rte_eth_dev_set_vlan_pvid()

struct tarpc_rte_eth_dev_set_vlan_pvid_in {
    // fields

    struct tarpc_in_arg common;
    uint16_t port_id;
    uint16_t pvid;
    tarpc_int on;
};