X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fplugins%2Fnsim%2Fnsim.api;h=f0ae02a70bdaac20956b3f9e614c2f226c116f1d;hb=00f21fb2f;hp=7bb84bafacd85d2f6653c7a81ec948943b70d64c;hpb=10c5ff143a86d15e78cb1f8625eb0ab8bf72b6ce;p=vpp.git diff --git a/src/plugins/nsim/nsim.api b/src/plugins/nsim/nsim.api index 7bb84bafacd..f0ae02a70bd 100644 --- a/src/plugins/nsim/nsim.api +++ b/src/plugins/nsim/nsim.api @@ -3,7 +3,8 @@ * @brief VPP control-plane API messages for the network delay simulator */ -option version = "1.1.0"; +option version = "2.2.1"; +import "vnet/interface_types.api"; /** \brief enable / disable the network delay simulation cross-connect @param client_index - opaque cookie to identify the sender @@ -12,7 +13,7 @@ option version = "1.1.0"; @param sw_if_index0 - one interface to cross-connect @param sw_if_index1 - the other interface to cross-connect */ -autoreply define nsim_enable_disable +autoreply define nsim_cross_connect_enable_disable { /* Client identifier, set from api_main.my_client_index */ u32 client_index; @@ -21,11 +22,34 @@ autoreply define nsim_enable_disable u32 context; /* Enable / disable the feature on the interfaces */ - u8 enable_disable; + bool enable_disable; /* Interface handles */ - u32 sw_if_index0; - u32 sw_if_index1; + vl_api_interface_index_t sw_if_index0; + vl_api_interface_index_t sw_if_index1; + option vat_help = "[ | sw_if_index ] [ | sw_if_index ] [disable]"; +}; + +/** \brief enable / disable the network delay simulation output feature + @param client_index - opaque cookie to identify the sender + @param context - sender context, to match reply w/ request + @param enable_disable - enable or disable the feature + @param sw_if_index0 - interface +*/ +autoreply define nsim_output_feature_enable_disable +{ + /* Client identifier, set from api_main.my_client_index */ + u32 client_index; + + /* Arbitrary context, so client can match reply to request */ + u32 context; + + /* Enable / disable the feature on the interfaces */ + bool enable_disable; + + /* Interface handles */ + vl_api_interface_index_t sw_if_index; + option vat_help = "[ | sw_if_index [disable]"; }; /** \brief configure the network delay simulation cross-connect @@ -36,6 +60,30 @@ autoreply define nsim_enable_disable @param bandwidth_in_bits_per_second - bps for wheel sizing */ autoreply define nsim_configure +{ + option deprecated; + /* Client identifier, set from api_main.my_client_index */ + u32 client_index; + + /* Arbitrary context, so client can match reply to request */ + u32 context; + + /* Configuration parameters */ + u32 delay_in_usec; + u32 average_packet_size; + u64 bandwidth_in_bits_per_second; + u32 packets_per_drop; + option vat_help = "delay