From: "xu,huilong" <huilongx.xu@intel.com>
To: dts@dpdk.org
Cc: "xu,huilong" <huilongx.xu@intel.com>
Subject: [dts] [PATCH V1 1/3] update vxlan ipv4/ipv6 packet detect packet type info
Date: Fri, 18 Nov 2016 11:08:00 +0800 [thread overview]
Message-ID: <1479438482-4875-1-git-send-email-huilongx.xu@intel.com> (raw)
Signed-off-by: xu,huilong <huilongx.xu@intel.com>
---
tests/TestSuite_vxlan.py | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/tests/TestSuite_vxlan.py b/tests/TestSuite_vxlan.py
index b810c13..5fef9d9 100644
--- a/tests/TestSuite_vxlan.py
+++ b/tests/TestSuite_vxlan.py
@@ -90,14 +90,14 @@ class VxlanTestConfig(object):
"""
if self.outer_udp_dst != VXLAN_PORT:
if self.outer_ip6_src != 'N/A':
- return '(outer) L3 type: IPV6_EXT_UNKNOWN'
+ return 'L3_IPV6_EXT_UNKNOWN'
else:
- return '(outer) L3 type: IPV4_EXT_UNKNOWN'
+ return 'L3_IPV4_EXT_UNKNOWN'
else:
if self.inner_ip6_src != 'N/A':
- return 'Inner L3 type: IPV6_EXT_UNKNOWN'
+ return 'L3_IPV6_EXT_UNKNOWN'
else:
- return 'Inner L3 type: IPV4_EXT_UNKNOWN'
+ return 'L3_IPV4_EXT_UNKNOWN'
def create_pcap(self):
"""
--
1.9.3
next reply other threads:[~2016-11-18 3:06 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-11-18 3:08 xu,huilong [this message]
2016-11-18 3:08 ` [dts] [PATCH V1 2/3] " xu,huilong
2016-11-18 3:11 ` Liu, Yong
2016-11-18 3:16 ` Xu, HuilongX
2016-11-22 9:16 ` Liu, Yong
2016-11-18 3:08 ` [dts] [PATCH V1 3/3] update all packet type info for fortville and niantic nic xu,huilong
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=1479438482-4875-1-git-send-email-huilongx.xu@intel.com \
--to=huilongx.xu@intel.com \
--cc=dts@dpdk.org \
/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).