diff options
author | Martin Klozik <martinx.klozik@intel.com> | 2017-01-24 17:27:04 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-01-24 17:27:04 +0000 |
commit | 7652512fd09bb761649d8397a7f1ebd7f0d874ac (patch) | |
tree | c3080947f6d808d9e575e514ae69b04937438ffa | |
parent | 2e549f6216db3e11e7e97f41b402e2be440aa528 (diff) | |
parent | f46b7155d921b8df87abff14ac49bb64a5a665ae (diff) |
Merge "rte_target_fix: Resolves blank rte_target issue in conf file"
-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 ece733d9..819d2c32 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' |