test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V1] kni/ethtool delete ethtool -a during the running process
@ 2018-11-07  6:48 zhuwenhui
  2018-11-07 10:07 ` Tu, Lijuan
  0 siblings, 1 reply; 2+ messages in thread
From: zhuwenhui @ 2018-11-07  6:48 UTC (permalink / raw)
  To: dts; +Cc: zhuwenhui


KNI, when ethtool support enabled ("CONFIG_RTE_KNI_KMOD_ETHTOOL=y") 
ethtool commands "ETHTOOL_GSET & ETHTOOL_SSET" are no more supported 
for the kernels that has "ETHTOOL_GLINKSETTINGS & ETHTOOL_SLINKSETTINGS" 
support. This means ``ethtool "-a|--show-pause", "-s|--change"`` won't
work, and ``ethtool <iface>`` output will have less information.

Signed-off-by: zhuwenhui <wenhuix.zhu@intel.com>
---
 tests/TestSuite_kni.py | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/tests/TestSuite_kni.py b/tests/TestSuite_kni.py
index 23d6d04..46928a7 100644
--- a/tests/TestSuite_kni.py
+++ b/tests/TestSuite_kni.py
@@ -676,14 +676,6 @@ class TestKni(TestCase):
             self.verify("Operation not supported" not in out,
                         "'ethtool -i' not supported")
 
-            # Request pause parameters
-            out = self.dut.send_expect("ethtool -a %s" % virtual_interface,
-                                       "# ")
-            self.verify("Pause parameters for %s" % virtual_interface in out,
-                        "'ethtool -a' not supported")
-            self.verify("Operation not supported" not in out,
-                        "ethtool '-a' not supported")
-
             # Request statistics
             out = self.dut.send_expect("ethtool -S %s" % virtual_interface,
                                        "# ")
-- 
2.17.2

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-11-07 10:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-07  6:48 [dts] [PATCH V1] kni/ethtool delete ethtool -a during the running process zhuwenhui
2018-11-07 10:07 ` Tu, Lijuan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).