[dts] [PATCH V1] tests/l3fwd_base:support CVL100g and CVL25g NIC type

Ling, WeiX weix.ling at intel.com
Wed Sep 16 04:24:23 CEST 2020


Tested-by: Ling, Wei <weix.ling at intel.com>

Regards,
Ling Wei

-----Original Message-----
From: Ling, WeiX <weix.ling at intel.com> 
Sent: Wednesday, September 16, 2020 06:09 PM
To: dts at dpdk.org
Cc: Ling, WeiX <weix.ling at intel.com>
Subject: [dts][PATCH V1] tests/l3fwd_base:support CVL100g and CVL25g NIC type

support CVL100g and CVL25g NIC type

Signed-off-by: lingwei <weix.ling at intel.com>
---
 tests/l3fwd_base.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/l3fwd_base.py b/tests/l3fwd_base.py index 6f7af8a..94b6834 100644
--- a/tests/l3fwd_base.py
+++ b/tests/l3fwd_base.py
@@ -677,7 +677,7 @@ class L3fwdBase(object):
                 'whitelist': self.__l3fwd_white_list if self.__l3fwd_white_list else '',
                 'port_mask': utils.create_mask(self.__valports),
                 'config': config, })
-        if self.nic == "niantic":
+        if self.nic in ["niantic", "columbiaville_100g", "columbiaville_25g"]:
             command_line += " --parse-ptype"
         if frame_size > 1518:
             command_line += " --enable-jumbo --max-pkt-len %d" % frame_size
--
2.17.1

-------------- next part --------------
A non-text attachment was scrubbed...
Name: TestVfL3fwdKernelPf.log
Type: application/octet-stream
Size: 2159205 bytes
Desc: TestVfL3fwdKernelPf.log
URL: <http://mails.dpdk.org/archives/dts/attachments/20200916/1752ece0/attachment.obj>


More information about the dts mailing list