diff options
author | Christian Trautman <ctrautma@redhat.com> | 2017-01-23 14:11:47 -0500 |
---|---|---|
committer | Christian Trautman <ctrautma@redhat.com> | 2017-01-24 11:03:25 -0500 |
commit | f46b7155d921b8df87abff14ac49bb64a5a665ae (patch) | |
tree | 86b690663b7cf6bebb1a781b758d8471a8439017 | |
parent | 605742c4e23f8aa199395dea96d5758dc2616093 (diff) |
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 <ctrautma@redhat.com>
-rw-r--r-- | conf/10_custom.conf | 2 |
1 files changed, 1 insertions, 1 deletions
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' |