test suite reviews and discussions
 help / color / mirror / Atom feed
From: Rami Rosen <rami.rosen@intel.com>
To: yong.liu@intel.com
Cc: dts@dpdk.org, Rami Rosen <rami.rosen@intel.com>
Subject: [dts] [PATCH] test_plan cloud_filter: use correct action in Multiple cloud filters test case.
Date: Wed, 16 Aug 2017 22:33:05 +0300	[thread overview]
Message-ID: <20170816193305.4338-1-rami.rosen@intel.com> (raw)

In Multiple cloud filter rules test case, in cloud filter
test plan, in the description of the 
second rule, we have: "Action 3 mean packet will be redirected 
to queue 3.".However, in the command line that immediately follows,
"action 0" is used, instead of "action 3". This patch fixes this 
error.

Signed-off-by: Rami Rosen <rami.rosen@intel.com>
---
 test_plans/cloud_filter_test_plan.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test_plans/cloud_filter_test_plan.rst b/test_plans/cloud_filter_test_plan.rst
index 24feda431f00..500e13174f57 100644
--- a/test_plans/cloud_filter_test_plan.rst
+++ b/test_plans/cloud_filter_test_plan.rst
@@ -255,7 +255,7 @@ Test case: Multiple cloud filter rules
 
       ethtool -N $PF_INTF flow-type ether dst 00:00:00:00:00:00 m \
       ff:ff:ff:ff:ff:ff src 00:00:00:00:10:00 m 00:00:00:00:00:00 \
-      vlan 2 user-def 0xffffffff00000000 action 0 loc 2
+      vlan 2 user-def 0xffffffff00000000 action 3 loc 2
 
 3. Dump cloud filter rules::
 
-- 
2.11.0

             reply	other threads:[~2017-08-16 19:33 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-08-16 19:33 Rami Rosen [this message]
2017-08-17 10:13 ` Liu, Yong

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=20170816193305.4338-1-rami.rosen@intel.com \
    --to=rami.rosen@intel.com \
    --cc=dts@dpdk.org \
    --cc=yong.liu@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).