From: "Liu, Yong" <yong.liu@intel.com>
To: "Tang, HaifengX" <haifengx.tang@intel.com>,
"dts@dpdk.org" <dts@dpdk.org>
Subject: Re: [dts] [DTS][PATCH] fix tx crc issue
Date: Wed, 25 Nov 2015 09:18:49 +0000 [thread overview]
Message-ID: <86228AFD5BCD8E4EBFD2B90117B5E81E10F6E909@SHSMSX103.ccr.corp.intel.com> (raw)
In-Reply-To: <1448438158-3657-1-git-send-email-haifengx.tang@intel.com>
Haifeng,
Your patch seem duplicated with "[dts] [PATCH] fix tx crc issue", which one is the correct one?
> -----Original Message-----
> From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of haifeng
> Sent: Wednesday, November 25, 2015 3:56 PM
> To: dts@dpdk.org
> Subject: [dts] [DTS][PATCH] fix tx crc issue
>
> Signed-off-by: haifeng <haifengx.tang@intel.com>
> ---
> tests/TestSuite_shutdown_api.py | 27 ++++++++-------------------
> 1 file changed, 8 insertions(+), 19 deletions(-)
>
> diff --git a/tests/TestSuite_shutdown_api.py
> b/tests/TestSuite_shutdown_api.py
> index 23888f4..411e4bf 100644
> --- a/tests/TestSuite_shutdown_api.py
> +++ b/tests/TestSuite_shutdown_api.py
> @@ -82,7 +82,7 @@ class TestShutdownApi(TestCase):
> stats = output.get_pmd_stats(portid)
> return stats
>
> - def check_forwarding(self, ports=None, pktSize=68, received=True,
> vlan=False, promisc=False, crcStrip=False):
> + def check_forwarding(self, ports=None, pktSize=68, received=True,
> vlan=False, promisc=False, crcStrip=True):
> if ports is None:
> ports = self.ports
> if len(ports) == 1:
> @@ -146,25 +146,14 @@ class TestShutdownApi(TestCase):
> # RRC will always strip rx/tx vlan
> rx_bytes_exp -= 4
> tx_bytes_exp -= 4
> - elif self.nic in ["fortville_eagle", "fortville_spirit",
> - "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:
> - rx_bytes_exp -= 4
> - if vlan is True:
> - # vlan strip default is on
> - tx_bytes_exp -= 4
> -
> + if self.nic not in ['kawela_4']:
> + tx_bytes_exp -= 4
> + if crcStrip is True:
> + rx_bytes_exp -= 4
> + if vlan is True:
> + tx_bytes_exp -= 4
> +
> if received:
> self.verify(p0tx_pkts == p1rx_pkts, "Wrong TX pkts p0_tx=%d,
> p1_rx=%d" % (p0tx_pkts, p1rx_pkts))
> self.verify(p1rx_bytes == rx_bytes_exp, "Wrong Rx bytes
> p1_rx=%d, expect=%d" % (p1rx_bytes, rx_bytes_exp))
> --
> 1.9.3
next prev parent reply other threads:[~2015-11-25 9:18 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-11-25 7:55 haifeng
2015-11-25 9:18 ` Liu, Yong [this message]
2015-11-25 9:24 ` Liu, Yong
2015-11-25 11:11 ` Van Haaren, Harry
2015-11-26 1:26 ` Liu, Yong
2015-11-26 10:29 ` Tang, HaifengX
2015-11-25 10:36 ` Xu, HuilongX
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=86228AFD5BCD8E4EBFD2B90117B5E81E10F6E909@SHSMSX103.ccr.corp.intel.com \
--to=yong.liu@intel.com \
--cc=dts@dpdk.org \
--cc=haifengx.tang@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).