From ee8ba6877efb916b88255821f94ef33437724f75 Mon Sep 17 00:00:00 2001 From: Steven Luong Date: Thu, 14 Mar 2019 09:57:09 -0700 Subject: vmxnet3: auto bind support For creating the vmxnet3 interface, add the bind option to automatically bind the pci to vfio-pci module which removes the need for manual bind. Manual bind still works, should people prefer to go that route. Change-Id: Ife75926f8755d754a08dd0ecff0f1de326ad5ba1 Signed-off-by: Steven Luong --- src/plugins/vmxnet3/vmxnet3.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/plugins/vmxnet3/vmxnet3.h') diff --git a/src/plugins/vmxnet3/vmxnet3.h b/src/plugins/vmxnet3/vmxnet3.h index 7bc05ec4267..65aa929ddcd 100644 --- a/src/plugins/vmxnet3/vmxnet3.h +++ b/src/plugins/vmxnet3/vmxnet3.h @@ -605,6 +605,7 @@ typedef struct u16 rxq_num; u16 txq_size; u16 txq_num; + u8 bind; /* return */ i32 rv; u32 sw_if_index; -- cgit 1.2.3-korg