From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 62AEBA0545; Wed, 25 Nov 2020 13:58:11 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 2ACA0C952; Wed, 25 Nov 2020 13:58:09 +0100 (CET) Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 4221AC94E for ; Wed, 25 Nov 2020 13:58:07 +0100 (CET) Received: from compute2.internal (compute2.nyi.internal [10.202.2.42]) by mailout.nyi.internal (Postfix) with ESMTP id D25755C012B; Wed, 25 Nov 2020 07:58:05 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute2.internal (MEProxy); Wed, 25 Nov 2020 07:58:05 -0500 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= /uDnwtRT7tyEiQ8Nl1WAP6UBL0zyEY4mSo3tFD1jKkk=; b=l70qKWptue59/AXw d8L1i4Y0eXIDfzo3t1AvqIGXH8IyxPBby0XpQHzZYBKIeXxQBvHcfkFxf/kOFDxo Qlh6wH2/xUmga2ZfKqjM847qJLftUZ0mEpr/F65SrWqixPxi+c0ETLxI6TFZxJg6 zLM10S9pLDZfUUNHPBj1b07s/HdIMeTGvFeQxCPhWrghAx9F94AzJHy/Aj43hlxQ nVslRkc7bUajkseY817CwL24lSOxZWgZrNtrhP6uKbKq3azA72IRU0qAiv4nlqzi sszOmXIhDEA37AEirrz8Rlovjjzuavpq27w7chUrQLsKqMy9eOOfxAlrXMaeh5LV jlHU+g== 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=/uDnwtRT7tyEiQ8Nl1WAP6UBL0zyEY4mSo3tFD1jK kk=; b=WUMe8w1LW6mkpvV2bW7KfRm78faOIgCjklHseNT9ykTuI2ychwX9sr1os Xw/YoiM+ucd3LdRUCpJDKFgilO9U96dZdzufGWuamHgenW6175GutYcMXdttq+qz FI8au9oYgUrcqB9fGLAIXADAUlUIcsazxeNcoEXFijtx05HxR6xL4AfzH6F/XlAQ 24VcKgU7IPvrIQCPQh5CIcybK2MBKMAnhu20bcgmRadUxPeNVT1xnsYPIYNmTRWf DknoNK4mdmTDy9ZjxmEUM8TeHtG+B6Ip1PorJBpkR4QVJN+Rt/R7ehEPqBiSxAet vZRmfGnqHvM5gtcFJFSYeCN5RkVJg== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedujedrudehtddggeejucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecugg ftrfgrthhtvghrnhepudeggfdvfeduffdtfeeglefghfeukefgfffhueejtdetuedtjeeu ieeivdffgeehnecukfhppeejjedrudefgedrvddtfedrudekgeenucevlhhushhtvghruf hiiigvpedtnecurfgrrhgrmhepmhgrihhlfhhrohhmpehthhhomhgrshesmhhonhhjrghl ohhnrdhnvght X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id D12A63064AB8; Wed, 25 Nov 2020 07:58:04 -0500 (EST) From: Thomas Monjalon To: Andrey Vesnovaty , Tal Shnaiderman Cc: "dev@dpdk.org" , Matan Azrad , Slava Ovsiienko , asafp@nvidia.com Date: Wed, 25 Nov 2020 13:58:02 +0100 Message-ID: <1895206.eglvhR2BRZ@thomas> In-Reply-To: References: <20201124224022.2550640-1-thomas@monjalon.net> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH 1/1] net/mlx5: fix flow shared action destroy error code X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 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" > > In the function rte_flow_shared_action_destroy(), the errno > > ETOOMANYREFS has been replaced with EBUSY in the commit dc328d1c555a > > ("ethdev: rename a flow shared action error code"). > > > > Another occurrence of ETOOMANYREFS, added later by mistake, is replaced > > with EBUSY errno. > > > > Fixes: fa7ad49e96b5 ("net/mlx5: fix shared RSS action update") > > > > Signed-off-by: Thomas Monjalon > Reviewed-by: Tal Shnaiderman > Tested-by: Tal Shnaiderman Applied