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 552D7A0C4C; Tue, 5 Oct 2021 19:23:13 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 3F97041414; Tue, 5 Oct 2021 19:23:13 +0200 (CEST) Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) by mails.dpdk.org (Postfix) with ESMTP id F29C241400 for ; Tue, 5 Oct 2021 19:23:11 +0200 (CEST) Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id 691865C00C2; Tue, 5 Oct 2021 13:23:11 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute4.internal (MEProxy); Tue, 05 Oct 2021 13:23:11 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=fm2; bh= FcrSZfWGBbXGCAzE1olZSTAy2Nbw3Fdk7p6JBU6/+/o=; b=ChH2I/eIyuXc2P9+ XucveN5/Ew5w+LGqx9gqgZWmT/B888dVTQECA2pMdJLSpsUo6HX8GrTig8ecT+Cv 2OoN/C2PF68g9YvltYPc72PN4nzRTUlT6Oi9yqOVkIJ0q3SclgonPKAHhGfaUQtp I9aMCzt5jE8XoJnoae9Il/HRF6LvUG18LdfI6OWTE7hRWmmaMiKwih7fIrpWccsx X67r4MhZCFyirxZNslR0HfQsHST/kabozuWgM0L5f7SLbIJutTEIseCokXLDrn3p 0q4dIgdT+eSxlTeG4i62s7BoLYTIXSOk9yUzYHIccX5WwuLbyqj5FDFVu3FUYLcV Me5iMA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm1; bh=FcrSZfWGBbXGCAzE1olZSTAy2Nbw3Fdk7p6JBU6/+ /o=; b=G0/TzpcPhThQdMW6eUr0UX1Rq2L3WbcigPAODgxjSPlRp/4ooBAbYR3je O5FIF3Qhkhl2JY9GlLLVP1+L2eyd1ywLDU0OPF7z91eLDaSh80s4YLxNznRDd8Nb 2UczdWmTt1pTuhVAQQEgJkhaO9AVnUc7GOHvKb1RJlcm5/yWwLeumAy0KMxyiPVU j2wMza5z8gaiiPi9kqARdaAr8lPjeZooa914k23eG+lRjkkiU1DeD+nirh6l6zea 9G61R7sBGzav2XXDd+KLvPEqq7xVn4m6szhp646dbJwIa74UZJGogHLvxJjDFjFc +eFaJhJf7nrBJXmWlEtHR1pPqOr3Q== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvtddrudelgedgudduvdcutefuodetggdotefrod ftvfcurfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfgh necuuegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmd enucfjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhm rghsucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenuc ggtffrrghtthgvrhhnpedugefgvdefudfftdefgeelgffhueekgfffhfeujedtteeutdej ueeiiedvffegheenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhepmhgrihhlfh hrohhmpehthhhomhgrshesmhhonhhjrghlohhnrdhnvght X-ME-Proxy: Received: by mail.messagingengine.com (Postfix) with ESMTPA; Tue, 5 Oct 2021 13:23:09 -0400 (EDT) From: Thomas Monjalon To: Dmitry Kozlyuk Cc: dev@dpdk.org, orika@nvidia.com, ferruh.yigit@intel.com, andrew.rybchenko@oktetlabs.ru, ajit.khaparde@broadcom.com, jerinj@marvell.com Date: Tue, 05 Oct 2021 19:23:06 +0200 Message-ID: <2075143.HYUFLV3GoE@thomas> In-Reply-To: <20210901085516.3647814-1-dkozlyuk@nvidia.com> References: <20210901085516.3647814-1-dkozlyuk@nvidia.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [RFC PATCH 0/2] Flow entities behavior across port restart 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" > Dmitry Kozlyuk (2): > ethdev: add capability to keep flow rules on restart > ethdev: add capability to keep indirect actions on restart > > doc/guides/prog_guide/rte_flow.rst | 21 +++++++++++++++++++++ > lib/ethdev/rte_ethdev.h | 7 +++++++ > 2 files changed, 28 insertions(+) We should update this: * Please note that some configuration is not stored between calls to * rte_eth_dev_stop()/rte_eth_dev_start(). The following configuration will * be retained: * * - MTU * - flow control settings * - receive mode configuration (promiscuous mode, all-multicast mode, * hardware checksum mode, RSS/VMDQ settings etc.) * - VLAN filtering configuration * - default MAC address * - MAC addresses supplied to MAC address array * - flow director filtering mode (but not filtering rules) * - NIC queue statistics mappings