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 1A26DA0C5A; Thu, 4 Nov 2021 18:05:50 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id AED6341223; Thu, 4 Nov 2021 18:05:49 +0100 (CET) Received: from wout4-smtp.messagingengine.com (wout4-smtp.messagingengine.com [64.147.123.20]) by mails.dpdk.org (Postfix) with ESMTP id AA1AA411C9 for ; Thu, 4 Nov 2021 18:05:48 +0100 (CET) Received: from compute5.internal (compute5.nyi.internal [10.202.2.45]) by mailout.west.internal (Postfix) with ESMTP id 290143201C4B; Thu, 4 Nov 2021 13:05:47 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute5.internal (MEProxy); Thu, 04 Nov 2021 13:05:47 -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= KNofER1IhvpbqI0oaQNWRFD/VzBK0iuJ4Kar2c74h0E=; b=figf3FLcqrDnxLo8 QYRaVqdyBkieHn4gQdYSqNdt1hLlnTHMx6SJO2zr/BnXfYWWawng8n1MnYDfml6/ 5unfcjKA04LOJ+YB3Vj1laOFoRdRGGI+Zo7xwvL5tajqMPTCiHGv8BdDnJ1w2Dyl EUsCgA4/tUmFZ3gVflZdpRtRtglNggp4bp1fTEDiMXfXT6+geKH2zc6GnEBATtfX Mb4Yz8YmywaJ+OC8KQKufBzZOUiqgEN6BRvCNMsXub4pxJtnrBer6VLOHwfaeZJO /jrfBIUS0UGcSACtC8yiq0Tg8IErDyeAj8Ng33V7NB+r2zF+vNA53R55sc61WoeK DcX28Q== 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=KNofER1IhvpbqI0oaQNWRFD/VzBK0iuJ4Kar2c74h 0E=; b=LyvNDSBuGnNSHATDXrxUWODkgEs2AgN/J5ocLkhWOcYP5SZVYIPQ9NuFg dZDPrl+9tHn23QWGFx1HL+KdZYuB0IG3Xzwc4APQbw2rJFTE0ChYwd5WdqDBrgcJ honCTMfKxEhZef8tn1zIY/Fr+amozHSoeSTRPxMu/AJaFBftIJk9Ew70BP/HbfVW 75nkHZLStwWZd4gRtk314X1DxfWvqvgC8m3lwQA/JMTTbDEMscyqiacGYckrw8y0 CUZJJ+QBS4rZdwUQNTaynzpDtp1QranfdOxIwc6LPvmJg510KZ8dr60AMHIczl3R xN6UX20z7IRibNsbzsiVSTR1RoRdg== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvuddrtdeggdeludcutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghs ucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucggtf frrghtthgvrhhnpedugefgvdefudfftdefgeelgffhueekgfffhfeujedtteeutdejueei iedvffegheenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhepmhgrihhlfhhroh hmpehthhhomhgrshesmhhonhhjrghlohhnrdhnvght X-ME-Proxy: Received: by mail.messagingengine.com (Postfix) with ESMTPA; Thu, 4 Nov 2021 13:05:45 -0400 (EDT) From: Thomas Monjalon To: Yogesh Jangra Cc: dev@dpdk.org, cristian.dumitrescu@intel.com, venkata.suresh.kumar.p@intel.com, harshad.suresh.narayane@intel.com Date: Thu, 04 Nov 2021 18:05:43 +0100 Message-ID: <7209330.APgqoLe0iZ@thomas> In-Reply-To: <1635372954-112660-1-git-send-email-yogesh.jangra@intel.com> References: <1635372954-112660-1-git-send-email-yogesh.jangra@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] pipeline: fix dead code 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" 28/10/2021 00:15, Yogesh Jangra: > Fix minor dead code issue reported by Coverity. > > Coverity issue: 373653 > Fixes: e9d870 ("pipeline: add SWX pipeline tables") > > Signed-off-by: Yogesh Jangra > Acked-by: Cristian Dumitrescu Applied, thanks