diff options
-rw-r--r-- | conf/02_vswitch.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/02_vswitch.conf b/conf/02_vswitch.conf index f56548f7..2335b1f1 100644 --- a/conf/02_vswitch.conf +++ b/conf/02_vswitch.conf @@ -29,7 +29,7 @@ VSWITCH_DIR = os.path.join(ROOT_DIR, 'vswitches') # ############################ # DPDK target used when builing DPDK -RTE_TARGET = 'x86_64-ivshmem-linuxapp-gcc' +RTE_TARGET = 'x86_64-native-linuxapp-gcc' # list of NIC HWIDs which will be bound to the 'igb_uio' driver on # system init |