All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jingjing Wu <jingjing.wu@intel.com>
To: dev@dpdk.org
Subject: [PATCH v2 4/4] doc: extend commands in testpmd
Date: Tue, 16 Jun 2015 11:43:47 +0800	[thread overview]
Message-ID: <1434426227-5477-5-git-send-email-jingjing.wu@intel.com> (raw)
In-Reply-To: <1434426227-5477-1-git-send-email-jingjing.wu@intel.com>

Modify the doc about flow director commands to support l2_payload flow type.

Signed-off-by: Jingjing Wu <jingjing.wu@intel.com>
---
 doc/guides/testpmd_app_ug/testpmd_funcs.rst | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/doc/guides/testpmd_app_ug/testpmd_funcs.rst b/doc/guides/testpmd_app_ug/testpmd_funcs.rst
index 761172e..9aa5397 100644
--- a/doc/guides/testpmd_app_ug/testpmd_funcs.rst
+++ b/doc/guides/testpmd_app_ug/testpmd_funcs.rst
@@ -1537,6 +1537,9 @@ flow_director_filter (port_id) (add|del|update) flow (ipv4-sctp|ipv6-sctp)
 src (src_ip_address) (src_port) dst (dst_ip_address) (dst_port) tag (verification_tag)
 vlan (vlan_value) flexbytes (flexbytes_value) (drop|fwd) queue (queue_id) fd_id (fd_id_value)
 
+flow_director_filter (port_id) (add|del|update) flow l2_payload
+ether (ethertype) flexbytes (flexbytes_value) (drop|fwd) queue (queue_id) fd_id (fd_id_value)
+
 For example, to add an ipv4-udp flow type filter:
 
 .. code-block:: console
@@ -1582,7 +1585,7 @@ flow_director_flex_mask
 set masks of flow director's flexible payload based on certain flow type:
 
 flow_director_flex_mask (port_id) flow (none|ipv4-other|ipv4-frag|ipv4-tcp|ipv4-udp|ipv4-sctp|
-ipv6-other|ipv6-frag|ipv6-tcp|ipv6-udp|ipv6-sctp|all) (mask)
+ipv6-other|ipv6-frag|ipv6-tcp|ipv6-udp|ipv6-sctp|l2_payload|all) (mask)
 
 Example, to set flow director's flex mask for all flow type on port 0:
 
-- 
1.9.3

  parent reply	other threads:[~2015-06-16  3:44 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-05-11  3:46 [PATCH 0/6] extend flow director to support L2_paylod type and VF filtering in i40e driver Jingjing Wu
2015-05-11  3:46 ` [PATCH 1/6] ethdev: add struct rte_eth_l2_flow to support l2_payload flow type Jingjing Wu
2015-05-11  3:46 ` [PATCH 2/6] i40e: extend flow diretcor " Jingjing Wu
2015-05-11  3:46 ` [PATCH 3/6] ethdev: extend struct to support flow director in VFs Jingjing Wu
2015-06-12 16:45   ` Thomas Monjalon
2015-06-15  7:14     ` Wu, Jingjing
2015-05-11  3:46 ` [PATCH 4/6] i40e: extend flow diretcor to support filtering " Jingjing Wu
2015-05-11  3:46 ` [PATCH 5/6] testpmd: extend commands Jingjing Wu
2015-05-11  3:46 ` [PATCH 6/6] doc: extend commands in testpmd Jingjing Wu
2015-06-02  7:33 ` [PATCH 0/6] extend flow director to support L2_paylod type and VF filtering in i40e driver Zhang, Helin
2015-06-16  3:43 ` [PATCH v2 0/4] extend flow director to support L2_paylod type Jingjing Wu
2015-06-16  3:43   ` [PATCH v2 1/4] ethdev: add struct rte_eth_l2_flow to support l2_payload flow type Jingjing Wu
2015-06-16  3:43   ` [PATCH v2 2/4] i40e: extend flow diretcor " Jingjing Wu
2015-06-16  3:43   ` [PATCH v2 3/4] testpmd: extend commands Jingjing Wu
2015-06-16  3:43   ` Jingjing Wu [this message]
2015-06-26  2:26   ` [PATCH v2 0/4] extend flow director to support L2_paylod type Xu, HuilongX
2015-06-26  3:14   ` Zhang, Helin
2015-07-07 21:24     ` Thomas Monjalon

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=1434426227-5477-5-git-send-email-jingjing.wu@intel.com \
    --to=jingjing.wu@intel.com \
    --cc=dev@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.