[dts] [PATCH] Remove crc-strip parameter due to adding defaultly in dpdk.

Xueqin Lin xueqin.lin at intel.com
Fri Apr 21 03:27:32 CEST 2017


---
 framework/pmd_output.py | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/framework/pmd_output.py b/framework/pmd_output.py
index f52332b..ca361a7 100644
--- a/framework/pmd_output.py
+++ b/framework/pmd_output.py
@@ -101,12 +101,6 @@ class PmdOutput():
 
     def start_testpmd(self, cores, param='', eal_param='', socket=0):
         # in dpdk2.0 need used --txqflags param to open hardware features
-        default_param = {'i40evf': ' --crc-strip'}
-        for (pci_bus, pci_id) in self.dut.pci_devices_info:
-            driver = get_nic_driver(pci_id)
-            if default_param.has_key(driver):
-                if default_param[driver] not in param:
-                    param += default_param[driver]
         if "--txqflags" not in param:
             param += " --txqflags=0"
 
-- 
2.5.5



More information about the dts mailing list