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 C05F7A0C52; Wed, 13 Oct 2021 19:52:29 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 96DAD410E4; Wed, 13 Oct 2021 19:52:29 +0200 (CEST) Received: from shelob.oktetlabs.ru (shelob.oktetlabs.ru [91.220.146.113]) by mails.dpdk.org (Postfix) with ESMTP id 00E2D40E64 for ; Wed, 13 Oct 2021 19:52:27 +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 9514C7F578; Wed, 13 Oct 2021 20:52:27 +0300 (MSK) DKIM-Filter: OpenDKIM Filter v2.11.0 shelob.oktetlabs.ru 9514C7F578 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=oktetlabs.ru; s=default; t=1634147547; bh=82GZfjDow4A0WuBtMzqcRBDfVfwPSZLAUN9FJ5dk/iI=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=KT8pOto6HZ48JWxohThNDG4gqwkMGbllM5FeJZDPbrb1aCsmoX/76CzmOkIOjINeH +3RiFg50fZCM02m02G/h44Ch6GWOsdibj7Vy7DGvtMLkOPhJ4o9gJeXhOB9Q6s6ccg ztyKq8SS8Ah6bYPTLn/xG+MBfbf6Hi9K07J5bssc= From: Ivan Malov To: dev@dpdk.org Cc: Ferruh Yigit , Andrew Rybchenko Date: Wed, 13 Oct 2021 20:52:14 +0300 Message-Id: <20211013175214.31235-2-ivan.malov@oktetlabs.ru> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20211013175214.31235-1-ivan.malov@oktetlabs.ru> References: <20211013175214.31235-1-ivan.malov@oktetlabs.ru> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dpdk-dev] [PATCH 2/2] doc: fix the list of supported flow items 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: 5b0388c3540f ("net/sfc: support group 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 b24d99ec4b..81046bfc19 100644 --- a/doc/guides/nics/features/sfc.ini +++ b/doc/guides/nics/features/sfc.ini @@ -46,6 +46,7 @@ eth = Y geneve = Y ipv4 = Y ipv6 = Y +mark = P nvgre = Y pf = Y phy_port = Y @@ -57,7 +58,6 @@ udp = Y vf = Y vlan = Y vxlan = Y -mark = P [rte_flow actions] count = Y -- 2.20.1