From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 091B3A0C52; Wed, 13 Oct 2021 19:52:35 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 7B3BF4118D; Wed, 13 Oct 2021 19:52:30 +0200 (CEST) Received: from shelob.oktetlabs.ru (shelob.oktetlabs.ru [91.220.146.113]) by mails.dpdk.org (Postfix) with ESMTP id 09591410E4 for ; Wed, 13 Oct 2021 19:52:28 +0200 (CEST) Received: from localhost.localdomain (unknown [5.144.123.99]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by shelob.oktetlabs.ru (Postfix) with ESMTPSA id 59BFF7F530; Wed, 13 Oct 2021 20:52:27 +0300 (MSK) DKIM-Filter: OpenDKIM Filter v2.11.0 shelob.oktetlabs.ru 59BFF7F530 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=oktetlabs.ru; s=default; t=1634147547; bh=MpV+Ozhq21YugNCS4YVixs1GWCbHKsBrQ1wBDdBIVz0=; h=From:To:Cc:Subject:Date; b=tGePOJsQ/kMpaUOCCQJq92SR0KmptA+wEMKK4frqs1bvTBQK1M2a3A9drZO7VcLN/ PLFw6C92XKxEOCSRZWbbnxt8XqPPs+tql9wd8LGgBN2xeveT+l6KikvG7I8wBaoljS xbVhJO5eE45avb0csDYfnVs2wcGdtchfiv61ntJA= From: Ivan Malov To: dev@dpdk.org Cc: Ferruh Yigit , Andrew Rybchenko Date: Wed, 13 Oct 2021 20:52:13 +0300 Message-Id: <20211013175214.31235-1-ivan.malov@oktetlabs.ru> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dpdk-dev] [PATCH 1/2] doc: fix the list of supported flow actions in net/sfc X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" The list is sorted alphabetically. Fixes: fc7944443bd2 ("net/sfc: support jump flows in tunnel offload") Signed-off-by: Ivan Malov --- 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