struct tarpc_rte_eth_dev_get_supported_ptypes_in

rte_eth_dev_get_supported_ptypes()

struct tarpc_rte_eth_dev_get_supported_ptypes_in {
    // fields

    struct tarpc_in_arg common;
    uint16_t port_id;
    uint32_t ptype_mask;
    int num;
};