* [dts] [dts v2] update checksum offload cmd line
@ 2015-03-04 8:31 huilongx.xu
0 siblings, 0 replies; only message in thread
From: huilongx.xu @ 2015-03-04 8:31 UTC (permalink / raw)
To: dts; +Cc: root
From: root <root@localhost.localdomain>
used csum replace tx_checksum
add --txqflags=0 start parameter when setup testpmd
Signed-off-by: huilong xu <huilongx.xu@intel.com>
---
tests/TestSuite_checksum_offload.py | 18 +++++++++---------
1 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/tests/TestSuite_checksum_offload.py b/tests/TestSuite_checksum_offload.py
index 1ebac0f..6277f50 100644
--- a/tests/TestSuite_checksum_offload.py
+++ b/tests/TestSuite_checksum_offload.py
@@ -74,21 +74,21 @@ class TestChecksumOffload(TestCase):
Run before each test case.
"""
if self.dut.want_func_tests:
- self.pmdout.start_testpmd("1S/2C/2T", "--portmask=%s " % (self.portMask) + "--disable-hw-vlan --enable-rx-cksum --crc-strip")
+ self.pmdout.start_testpmd("1S/2C/2T", "--portmask=%s " % (self.portMask) + "--disable-hw-vlan --enable-rx-cksum --crc-strip --txqflags=0")
self.dut.send_expect("set verbose 1", "testpmd>")
self.dut.send_expect("set fwd csum", "testpmd>")
def checksum_enablehw(self, port):
- self.dut.send_expect("tx_checksum set ip hw %d" % port, "testpmd>")
- self.dut.send_expect("tx_checksum set udp hw %d" % port, "testpmd>")
- self.dut.send_expect("tx_checksum set tcp hw %d" % port, "testpmd>")
- self.dut.send_expect("tx_checksum set sctp hw %d" % port, "testpmd>")
+ self.dut.send_expect("csum set ip hw %d" % port, "testpmd>")
+ self.dut.send_expect("csum set udp hw %d" % port, "testpmd>")
+ self.dut.send_expect("csum set tcp hw %d" % port, "testpmd>")
+ self.dut.send_expect("csum set sctp hw %d" % port, "testpmd>")
def checksum_enablesw(self, port):
- self.dut.send_expect("tx_checksum set ip sw %d" % port, "testpmd>")
- self.dut.send_expect("tx_checksum set udp sw %d" % port, "testpmd>")
- self.dut.send_expect("tx_checksum set tcp sw %d" % port, "testpmd>")
- self.dut.send_expect("tx_checksum set sctp sw %d" % port, "testpmd>")
+ self.dut.send_expect("csum set ip sw %d" % port, "testpmd>")
+ self.dut.send_expect("csum set udp sw %d" % port, "testpmd>")
+ self.dut.send_expect("csum set tcp sw %d" % port, "testpmd>")
+ self.dut.send_expect("csum set sctp sw %d" % port, "testpmd>")
def checksum_validate(self, packets_sent, packets_expected):
"""
--
1.7.4.4
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2015-03-04 8:31 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-04 8:31 [dts] [dts v2] update checksum offload cmd line huilongx.xu
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).