conf: change default RTE_TARGET 65/3165/3
authorMaryam Tahhan <maryam.tahhan@intel.com>
Sun, 8 Nov 2015 22:07:21 +0000 (17:07 -0500)
committerMaryam Tahhan <maryam.tahhan@intel.com>
Tue, 10 Nov 2015 17:03:00 +0000 (17:03 +0000)
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>
conf/02_vswitch.conf

index f56548f..2335b1f 100644 (file)
@@ -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