[dts] [PATCH v1 1/3] framework: Remove option "tx--offloads"

Lijuan Tu lijuanx.a.tu at intel.com
Thu Jan 25 16:43:11 CET 2018


Remove tx-offload configuration , use dpdk default.
"tx-offloads" no longer handled by framework but case by case.
if offload needed by a feature, it should be handled by itself.

Signed-off-by: Lijuan Tu <lijuanx.a.tu at intel.com>
---
 framework/pmd_output.py | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/framework/pmd_output.py b/framework/pmd_output.py
index 0c1dfc6..aa9384d 100644
--- a/framework/pmd_output.py
+++ b/framework/pmd_output.py
@@ -101,9 +101,6 @@ class PmdOutput():
         return self.command
 
     def start_testpmd(self, cores, param='', eal_param='', socket=0):
-        # in dpdk18.02 need used --tx-offloads param to open hardware features
-        if "--tx-offloads" not in param:
-            param += " --tx-offloads=0x8fff"
 
         if type(cores) == list:
             core_list = cores
-- 
1.8.3.1



More information about the dts mailing list