vppapigen: support per-file (major,minor,patch) version stamps
[vpp.git] / src / vnet / devices / virtio / vhost_user.api
index df7ce7a..6f21cb6 100644 (file)
  * limitations under the License.
  */
 
+vl_api_version 1.0.0
+
 /** \brief vhost-user interface create request
     @param client_index - opaque cookie to identify the sender
     @param is_server - our side is socket server
     @param sock_filename - unix socket filename, used to speak with frontend
     @param use_custom_mac - enable or disable the use of the provided hardware address
     @param mac_address - hardware address to use if 'use_custom_mac' is set
-    @param operation_mode - polling=0, interrupt=1, or adaptive=2
 */
 define create_vhost_user_if
 {
@@ -32,7 +33,6 @@ define create_vhost_user_if
   u8 use_custom_mac;
   u8 mac_address[6];
   u8 tag[64];
-  u8 operation_mode;
 };
 
 /** \brief vhost-user interface create response
@@ -51,7 +51,6 @@ define create_vhost_user_if_reply
     @param client_index - opaque cookie to identify the sender
     @param is_server - our side is socket server
     @param sock_filename - unix socket filename, used to speak with frontend
-    @param operation_mode - polling=0, interrupt=1, or adaptive=2
 */
 autoreply define modify_vhost_user_if
 {
@@ -62,7 +61,6 @@ autoreply define modify_vhost_user_if
   u8 sock_filename[256];
   u8 renumber;
   u32 custom_dev_instance;
-  u8 operation_mode;
 };
 
 /** \brief vhost-user interface delete request
@@ -83,7 +81,6 @@ autoreply define delete_vhost_user_if
     @param is_server - vhost-user server socket
     @param sock_filename - socket filename
     @param num_regions - number of used memory regions
-    @param operation_mode - polling=0, interrupt=1, or adaptive=2
 */
 define sw_interface_vhost_user_details
 {
@@ -96,7 +93,6 @@ define sw_interface_vhost_user_details
   u8 sock_filename[256];
   u32 num_regions;
   i32 sock_errno;
-  u8 operation_mode;
 };
 
 define sw_interface_vhost_user_dump