From: Ole Troan Date: Fri, 6 Dec 2019 12:14:14 +0000 (+0100) Subject: avf: explicit types in api X-Git-Tag: v20.05-rc0~193 X-Git-Url: https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commitdiff_plain;h=a0bf06d74caf6a99574a54201d14d836059ed2e9 avf: explicit types in api Type: fix Signed-off-by: Ole Troan Change-Id: If693e066eeb9312d4535893c279446dc43e8baa2 --- diff --git a/src/plugins/avf/avf.api b/src/plugins/avf/avf.api index c7c4da9d19e..24e62ce0e14 100644 --- a/src/plugins/avf/avf.api +++ b/src/plugins/avf/avf.api @@ -16,6 +16,7 @@ */ option version = "1.0.0"; +import "vnet/interface_types.api"; /** \brief @param client_index - opaque cookie to identify the sender @@ -51,7 +52,7 @@ define avf_create_reply { u32 context; i32 retval; - u32 sw_if_index; + vl_api_interface_index_t sw_if_index; }; /** \brief @@ -65,7 +66,7 @@ autoreply define avf_delete u32 client_index; u32 context; - u32 sw_if_index; + vl_api_interface_index_t sw_if_index; option vat_help = ""; };