struct tarpc_rte_eth_macaddr_get_in

rte_eth_macaddr_get()

struct tarpc_rte_eth_macaddr_get_in {
    // fields

    struct tarpc_in_arg common;
    uint16_t port_id;
    struct tarpc_ether_addr mac_addr<>;
};