From patchwork Fri Jun 4 10:22:48 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ivan Malov X-Patchwork-Id: 93872 X-Patchwork-Delegate: david.marchand@redhat.com Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id EA890A0A0F; Fri, 4 Jun 2021 12:22:52 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 7C6404068F; Fri, 4 Jun 2021 12:22:52 +0200 (CEST) Received: from shelob.oktetlabs.ru (shelob.oktetlabs.ru [91.220.146.113]) by mails.dpdk.org (Postfix) with ESMTP id 5902340147; Fri, 4 Jun 2021 12:22:51 +0200 (CEST) Received: from localhost.localdomain (unknown [188.242.7.54]) (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 AC75E7F4E2; Fri, 4 Jun 2021 13:22:50 +0300 (MSK) DKIM-Filter: OpenDKIM Filter v2.11.0 shelob.oktetlabs.ru AC75E7F4E2 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=oktetlabs.ru; s=default; t=1622802170; bh=ZIO8DWWDg/8rLFuQbfJj92CP/3PKqo6xcNy2ZapGypc=; h=From:To:Cc:Subject:Date; b=JpyiZgfm+6732g2vhiK5UH5dLxyOYMkjm2JiSpJWtTF2u3GnJxuYExv7Lepe+YM11 j62qVH/3Ay0OF6+7ULWBE45pDO3188L/t67xI5qUOyXa+lRVa8fUKmfw+RtOWsRmD3 4pstFLOAnTeB+lJ9Jv25scl7ahqzSRMILqI7tO/c= From: Ivan Malov To: dev@dpdk.org Cc: stable@dpdk.org, Andrew Rybchenko , Andy Moreton Date: Fri, 4 Jun 2021 13:22:48 +0300 Message-Id: <20210604102248.3664-1-ivan.malov@oktetlabs.ru> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Subject: [dpdk-dev] [PATCH] doc: add missing update for recently added features 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" Actions VXLAN_DECAP and VXLAN_ENCAP need to be listed among actions supported for transfer flows. Fixes: 6ab6c40d1e83 ("net/sfc: support action VXLAN decap in transfer rules") Fixes: 1bbd1ec2348a ("net/sfc: support action VXLAN encap in MAE backend") Cc: stable@dpdk.org Signed-off-by: Ivan Malov Reviewed-by: Andrew Rybchenko Reviewed-by: Andy Moreton --- doc/guides/nics/sfc_efx.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/guides/nics/sfc_efx.rst b/doc/guides/nics/sfc_efx.rst index cf1269cc0..df16fff32 100644 --- a/doc/guides/nics/sfc_efx.rst +++ b/doc/guides/nics/sfc_efx.rst @@ -228,6 +228,10 @@ Supported actions (***transfer*** rules): - OF_VLAN_SET_PCP +- VXLAN_DECAP + +- VXLAN_ENCAP + - FLAG - MARK