[dpdk-dev] [PATCH 1/2] doc: fix the list of supported flow actions in net/sfc

Ivan Malov ivan.malov at oktetlabs.ru
Wed Oct 13 19:52:13 CEST 2021


The list is sorted alphabetically.

Fixes: fc7944443bd2 ("net/sfc: support jump flows in tunnel offload")

Signed-off-by: Ivan Malov <ivan.malov at oktetlabs.ru>
---
 doc/guides/nics/features/sfc.ini | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/guides/nics/features/sfc.ini b/doc/guides/nics/features/sfc.ini
index 013fcd7086..b24d99ec4b 100644
--- a/doc/guides/nics/features/sfc.ini
+++ b/doc/guides/nics/features/sfc.ini
@@ -63,6 +63,7 @@ mark                 = P
 count                = Y
 drop                 = Y
 flag                 = Y
+jump                 = P
 mark                 = Y
 of_pop_vlan          = Y
 of_push_vlan         = Y
@@ -76,4 +77,3 @@ rss                  = Y
 vf                   = Y
 vxlan_decap          = Y
 vxlan_encap          = Y
-jump                 = P
-- 
2.20.1



More information about the dev mailing list