From: yufengmx <yufengx.mo@intel.com>
To: dts@dpdk.org, lei.a.yao@intel.com
Cc: yufengmx <yufengx.mo@intel.com>
Subject: [dts] [PATCH V1 1/2] pktgen/ixia: fix ping ipv6 issue
Date: Tue, 14 Jan 2020 14:45:16 +0800 [thread overview]
Message-ID: <20200114064517.12742-2-yufengx.mo@intel.com> (raw)
In-Reply-To: <20200114064517.12742-1-yufengx.mo@intel.com>
fix ixia ping ipv6 issue.
Signed-off-by: yufengmx <yufengx.mo@intel.com>
---
framework/pktgen_ixia.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/framework/pktgen_ixia.py b/framework/pktgen_ixia.py
index 14b5d5b..43ec52c 100644
--- a/framework/pktgen_ixia.py
+++ b/framework/pktgen_ixia.py
@@ -661,7 +661,7 @@ class Ixia(SSHConnection):
"""
Send ping6 packet from IXIA ports.
"""
- port = self.pci_to_port(pci)['card']
+ port = self.pci_to_port(pci)
ixia_port = "%d %d %d" % (self.chasId, port['card'], port['port'])
self.send_expect("source ./ixTcl1.0/ixiaPing6.tcl", "% ")
cmd = 'ping6 "%s" "%s" %s' % (self.ipv6_to_tcl_format(ipv6),
--
2.21.0
next prev parent reply other threads:[~2020-01-14 6:42 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-01-14 6:45 [dts] [PATCH V1 0/2] " yufengmx
2020-01-14 6:45 ` yufengmx [this message]
2020-01-14 6:45 ` [dts] [PATCH V1 1/2] " Yao, Lei A
2020-01-14 6:45 ` [dts] [PATCH V1 2/2] " yufengmx
2020-01-14 6:44 ` Yao, Lei A
2020-01-16 5:52 ` [dts] [PATCH V1 0/2] " Tu, Lijuan
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=20200114064517.12742-2-yufengx.mo@intel.com \
--to=yufengx.mo@intel.com \
--cc=dts@dpdk.org \
--cc=lei.a.yao@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).