From f46b7155d921b8df87abff14ac49bb64a5a665ae Mon Sep 17 00:00:00 2001 From: Christian Trautman Date: Mon, 23 Jan 2017 14:11:47 -0500 Subject: rte_target_fix: Resolves blank rte_target issue in conf file Modifies RTE_TARGET in conf/10_custom.conf which overwrites default value in 02_vswitch.conf file. JIRA: VSPERF-359 Change-Id: I83561d94543a6543764cd76eb4376ccdc091a4cd Signed-off-by: Christian Trautman --- conf/10_custom.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/10_custom.conf b/conf/10_custom.conf index 498ac29f..f4e3cdf7 100644 --- a/conf/10_custom.conf +++ b/conf/10_custom.conf @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -RTE_TARGET = '' # the relevant DPDK build target +#RTE_TARGET = '' # the relevant DPDK build target # traffic generator to use in tests #TRAFFICGEN = 'TestCenter' -- cgit 1.2.3-korg