From: "Liu, Yong" <yong.liu@intel.com>
To: "Fan, ChangruX" <changrux.fan@intel.com>, "dts@dpdk.org" <dts@dpdk.org>
Subject: Re: [dts] [PATCH] Fix the fdir_flexword_fwd_ipv4 failed issue
Date: Fri, 18 Sep 2015 12:42:57 +0000 [thread overview]
Message-ID: <86228AFD5BCD8E4EBFD2B90117B5E81E10EF7325@SHSMSX103.ccr.corp.intel.com> (raw)
In-Reply-To: <1442543055-43631-1-git-send-email-changrux.fan@intel.com>
Thanks. Applied.
> -----Original Message-----
> From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of changru
> Sent: Friday, September 18, 2015 10:24 AM
> To: dts@dpdk.org
> Subject: [dts] [PATCH] Fix the fdir_flexword_fwd_ipv4 failed issue
>
> Python grammar error.
>
> Signed-off-by: changru <changrux.fan@intel.com>
> ---
> tests/TestSuite_fdir.py | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tests/TestSuite_fdir.py b/tests/TestSuite_fdir.py
> index 5e1196d..94c5e0a 100644
> --- a/tests/TestSuite_fdir.py
> +++ b/tests/TestSuite_fdir.py
> @@ -597,7 +597,7 @@ class TestFdir(TestCase, IxiaPacketGenerator):
> self.dut.send_expect("flow_director_filter %s add flow ipv4-
> sctp src 192.168.0.1 32 dst 192.168.0.2 32 verify_tag 1 vlan 0 flexbytes
> (%s) fwd queue %d fd_id %d "%(self.dut_ports[0],self.flexbytes, 1, 1),
> "testpmd>")
> self.dut.send_expect("flow_director_filter %s update flow
> ipv4-sctp src 192.168.0.1 32 dst 192.168.0.2 32 verify_tag 1 vlan 0
> flexbytes (%s) fwd queue %d fd_id %d "%(self.dut_ports[0],self.flexbytes,
> 2, 1), "testpmd>")
> self.send_and_verify(True,
> 'sendp([Ether(src=get_if_hwaddr("%s"),
> dst="00:1B:21:8E:B2:30")/IP(src="192.168.0.1",
> dst="192.168.0.2")/SCTP(sport=32, dport=32,
> tag=1)/SCTPChunkData(data="%s")], iface="%s")' % (self.dut_rx_interface,
> self.payload, self.dut_rx_interface))
> - self.dut.send_expect("flow_director_filter 0 del flow ipv4-
> sctp src 192.168.0.1 32 dst 192.168.0.2 32 verify_tag 1 vlan 0 flexbytes
> (%s) fwd queue %d fd_id %d "%(self.dut_ports[0],self.flexbytes, 2, 1),
> "testpmd>")
> + self.dut.send_expect("flow_director_filter %s del flow ipv4-
> sctp src 192.168.0.1 32 dst 192.168.0.2 32 verify_tag 1 vlan 0 flexbytes
> (%s) fwd queue %d fd_id %d "%(self.dut_ports[0],self.flexbytes, 2, 1),
> "testpmd>")
> self.fdir_get_flexbytes()
>
> self.dut.send_expect("quit", "# ", 30)
> --
> 1.9.3
prev parent reply other threads:[~2015-09-18 12:43 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-09-18 2:24 changru
2015-09-18 12:42 ` Liu, Yong [this message]
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=86228AFD5BCD8E4EBFD2B90117B5E81E10EF7325@SHSMSX103.ccr.corp.intel.com \
--to=yong.liu@intel.com \
--cc=changrux.fan@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).