diff options
author | Maryam Tahhan <maryam.tahhan@intel.com> | 2015-11-08 17:07:21 -0500 |
---|---|---|
committer | Maryam Tahhan <maryam.tahhan@intel.com> | 2015-11-10 17:03:00 +0000 |
commit | e2a18c8324088c55655d352498640754e69eb070 (patch) | |
tree | 13fb35d1f8edfd47cfbb0cde4af55b6fd24810ce /conf/02_vswitch.conf | |
parent | 0e1a01a606ed2374574b5b30d9cea4e96084230b (diff) |
conf: change default RTE_TARGET
Change RTE_TARGET to build native instead of ivshmem.
Change-Id: I3707d1f4bf545c4a2a35e85816f26dbd214a72de
Signed-off-by: Maryam Tahhan <maryam.tahhan@intel.com>
Reviewed-by: Billy O'Mahony <billy.o.mahony@intel.com>
Reviewed-by: Martin Klozik <martinx.klozik@intel.com>
Reviewed-by: Al Morton <acmorton@att.com>
Diffstat (limited to 'conf/02_vswitch.conf')
-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 |