[dts] [PATCH] fix shutdown api bug on 1G nics

yongjie yongjiex.gu at intel.com
Wed Nov 11 10:04:32 CET 2015


From: Gu yongjie <yongjiex.gu at intel.com>


Signed-off-by: Gu yongjie <yongjiex.gu at intel.com>
---
 tests/TestSuite_shutdown_api.py |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/tests/TestSuite_shutdown_api.py b/tests/TestSuite_shutdown_api.py
index d672d50..3800669 100644
--- a/tests/TestSuite_shutdown_api.py
+++ b/tests/TestSuite_shutdown_api.py
@@ -147,13 +147,16 @@ class TestShutdownApi(TestCase):
                 rx_bytes_exp -= 4
                 tx_bytes_exp -= 4
         elif self.nic in ["fortville_eagle", "fortville_spirit",
-                        "fortville_spirit_single", "bartonhills",
-                        "powerville", "springville", "hartwell"]:
+                        "fortville_spirit_single", "bartonhills"]:
             # some NIC will always strip tx crc
             tx_bytes_exp -= 4
             if vlan is True:
                 # vlan strip default is on
                 tx_bytes_exp -= 4
+        elif self.nic in ["springville", "powerville"]:
+            if vlan is True:
+                # vlan strip default is on
+                tx_bytes_exp -= 4
         else:
             # some NIC will always include tx crc
             if crcStrip is True:
@@ -354,7 +357,7 @@ class TestShutdownApi(TestCase):
         self.dut.send_expect("port start all", "testpmd> ", 100)
         self.dut.send_expect("start", "testpmd> ")
 
-        if self.nic in ['niantic']:
+        if self.nic in ['niantic', 'twinpond', 'kawela_4', 'ironpond', 'springfountain', 'springville', 'powerville']:
             # nantic vlan length will not be calculated
             vlan_jumbo_size = jumbo_size + 4
         else:
-- 
1.7.4.4



More information about the dts mailing list