From: Christian Trautman Date: Mon, 23 Jan 2017 19:11:47 +0000 (-0500) Subject: rte_target_fix: Resolves blank rte_target issue in conf file X-Git-Tag: danube.1.RC1~35^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=f46b7155d921b8df87abff14ac49bb64a5a665ae;p=vswitchperf.git 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 --- 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'