X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fplugins%2Fdpdk%2Fapi%2Fdpdk.api;h=40bc7369af4fa8f088c18c5482baf9e374be2d49;hb=6d75c20a6babe71cd1c843dd122d26dd37e0bb33;hp=6bce2d07a39f72b7fd9b996d20d14b4efa143448;hpb=d4efce2e0ce11b3ae9d010b043241ee91e95a92a;p=vpp.git diff --git a/src/plugins/dpdk/api/dpdk.api b/src/plugins/dpdk/api/dpdk.api index 6bce2d07a39..40bc7369af4 100644 --- a/src/plugins/dpdk/api/dpdk.api +++ b/src/plugins/dpdk/api/dpdk.api @@ -14,6 +14,7 @@ */ option version = "1.0.0"; +import "vnet/interface_types.api"; /** \brief DPDK interface HQoS pipe profile set request @param client_index - opaque cookie to identify the sender @@ -26,7 +27,7 @@ option version = "1.0.0"; autoreply define sw_interface_set_dpdk_hqos_pipe { u32 client_index; u32 context; - u32 sw_if_index; + vl_api_interface_index_t sw_if_index; u32 subport; u32 pipe; u32 profile; @@ -46,7 +47,7 @@ autoreply define sw_interface_set_dpdk_hqos_pipe { autoreply define sw_interface_set_dpdk_hqos_subport { u32 client_index; u32 context; - u32 sw_if_index; + vl_api_interface_index_t sw_if_index; u32 subport; u32 tb_rate; u32 tb_size; @@ -66,7 +67,7 @@ autoreply define sw_interface_set_dpdk_hqos_subport { autoreply define sw_interface_set_dpdk_hqos_tctbl { u32 client_index; u32 context; - u32 sw_if_index; + vl_api_interface_index_t sw_if_index; u32 entry; u32 tc; u32 queue;