diff options
Diffstat (limited to 'src/plugins/vmxnet3/vmxnet3.api')
-rw-r--r-- | src/plugins/vmxnet3/vmxnet3.api | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/plugins/vmxnet3/vmxnet3.api b/src/plugins/vmxnet3/vmxnet3.api index 8c3597bd6a0..191c2ccbd02 100644 --- a/src/plugins/vmxnet3/vmxnet3.api +++ b/src/plugins/vmxnet3/vmxnet3.api @@ -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 |