[dpdk-stable] patch 'doc: fix MAC address rewrite actions in prog guide' has been queued to LTS release 18.11.1

Kevin Traynor ktraynor at redhat.com
Thu Jan 31 16:48:57 CET 2019


Hi,

FYI, your patch has been queued to LTS release 18.11.1

Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet.
It will be pushed if I get no objections before 02/07/19. So please
shout if anyone has objections.

Also note that after the patch there's a diff of the upstream commit vs the
patch applied to the branch. This will indicate if there was any rebasing
needed to apply to the stable branch. If there were code changes for rebasing
(ie: not only metadata diffs), please double check that the rebase was
correctly done.

Thanks.

Kevin Traynor

---
>From 6837bdb60beb5dcb45eb6cb8b85dde23ca217568 Mon Sep 17 00:00:00 2001
From: Dekel Peled <dekelp at mellanox.com>
Date: Wed, 9 Jan 2019 13:37:59 +0200
Subject: [PATCH] doc: fix MAC address rewrite actions in prog guide

[ upstream commit e76d76b27be270b0eaba52b3a6bbc7860a9197af ]

This patch fixes a typo in SET_MAC_DST action description.
It also adds restriction note for set MAC src/dst actions description.

Fixes: 15dbcdaada77 ("ethdev: add generic MAC address rewrite actions")

Signed-off-by: Dekel Peled <dekelp at mellanox.com>
Acked-by: Ori Kam <orika at mellanox.com>
---
 doc/guides/prog_guide/rte_flow.rst | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/doc/guides/prog_guide/rte_flow.rst b/doc/guides/prog_guide/rte_flow.rst
index c18637500..dbf4999aa 100644
--- a/doc/guides/prog_guide/rte_flow.rst
+++ b/doc/guides/prog_guide/rte_flow.rst
@@ -2315,5 +2315,8 @@ Action: ``SET_MAC_SRC``
 ^^^^^^^^^^^^^^^^^^^^^^^
 
-Set source MAC address
+Set source MAC address.
+
+It must be used with a valid RTE_FLOW_ITEM_TYPE_ETH flow pattern item.
+Otherwise, RTE_FLOW_ERROR_TYPE_ACTION error will be returned.
 
 .. _table_rte_flow_action_set_mac_src:
@@ -2330,5 +2333,8 @@ Action: ``SET_MAC_DST``
 ^^^^^^^^^^^^^^^^^^^^^^^
 
-Set source MAC address
+Set destination MAC address.
+
+It must be used with a valid RTE_FLOW_ITEM_TYPE_ETH flow pattern item.
+Otherwise, RTE_FLOW_ERROR_TYPE_ACTION error will be returned.
 
 .. _table_rte_flow_action_set_mac_dst:
-- 
2.19.0

---
  Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- -	2019-01-31 15:44:06.878895180 +0000
+++ 0049-doc-fix-MAC-address-rewrite-actions-in-prog-guide.patch	2019-01-31 15:44:05.000000000 +0000
@@ -1,13 +1,14 @@
-From e76d76b27be270b0eaba52b3a6bbc7860a9197af Mon Sep 17 00:00:00 2001
+From 6837bdb60beb5dcb45eb6cb8b85dde23ca217568 Mon Sep 17 00:00:00 2001
 From: Dekel Peled <dekelp at mellanox.com>
 Date: Wed, 9 Jan 2019 13:37:59 +0200
 Subject: [PATCH] doc: fix MAC address rewrite actions in prog guide
 
+[ upstream commit e76d76b27be270b0eaba52b3a6bbc7860a9197af ]
+
 This patch fixes a typo in SET_MAC_DST action description.
 It also adds restriction note for set MAC src/dst actions description.
 
 Fixes: 15dbcdaada77 ("ethdev: add generic MAC address rewrite actions")
-Cc: stable at dpdk.org
 
 Signed-off-by: Dekel Peled <dekelp at mellanox.com>
 Acked-by: Ori Kam <orika at mellanox.com>


More information about the stable mailing list