vmxnet3: per interface gso support
[vpp.git] / src / plugins / vmxnet3 / vmxnet3.api
index 8c3597b..191c2cc 100644 (file)
@@ -15,7 +15,7 @@
  *------------------------------------------------------------------
  */
 
-option version = "1.0.0";
+option version = "1.0.1";
 
 /** \brief
     @param client_index - opaque cookie to identify the sender
@@ -30,6 +30,7 @@ option version = "1.0.0";
     @param txq_num - number of transmit queues (optional - default is 1)
     @param bind - automatically bind PCI to vfio-pci module
                      (optional - default is 0)
+    @param enable_gso - enable gso (optional - default is 0)
 */
 
 define vmxnet3_create
@@ -44,6 +45,7 @@ define vmxnet3_create
   u16 txq_size;
   u16 txq_num;
   u8 bind;
+  u8 enable_gso;
 };
 
 /** \brief