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 3DF28A00E6 for ; Thu, 8 Aug 2019 09:19:25 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 07E5E2082; Thu, 8 Aug 2019 09:19:25 +0200 (CEST) Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id 71E5A2082 for ; Thu, 8 Aug 2019 09:19:24 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id D649A21F16; Thu, 8 Aug 2019 03:19:23 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Thu, 08 Aug 2019 03:19:23 -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=mesmtp; bh=lCw3wyv7Lgj0uGsD1ZFIeaipeEkp1BEVCCt/PSpW7TQ=; b=EzCAtlQoTpzb An4n0g4ThZYJM815CX+EWoD/5TnFi+6okRn7CoDsTxsJjM/toq5Yt7KiQPAuHw6u FtRMrwt3jk2LANSHjAUxINmDFfu4SJQAUEENSYMKzN6A0dU5V1qzJlQVwvz9Aa2J DBWhlzjRjgs9dsc7SJuGThKe6VhfgsM= 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=fm3; bh=lCw3wyv7Lgj0uGsD1ZFIeaipeEkp1BEVCCt/PSpW7 TQ=; b=m61re6SBi5gb+rmbr3tfmc8FORyizyA1zQgPsV5BtRoIdu+/Vu++hy0LS 5cO7YXVQGDEFcUs8/FiwayfBTDkpYfX1kmvJvI7/mBVJUGmihpClx7a03eBDxhNx WILNclfHbXhNfIBwaiktuHsd/ZjuO6NXHXAVyBlZgLJu8DyPw8rgJ+EKW3SixjEv 9I0LWfCZwmSfxWoWBxbRGp25NGFhAXPHZhDcw6Ylqb99D9Y97CZ7zPZTKRV4aF8C ItM7OaMMQEatw+HZ6OcUdbPsU30KtB9w1Z1/Frc3SBRBiBhlSje8v5QaFUV/paJs bpNgLnBL5aOiKDGMHexfA+c5O1fDg== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduvddruddugedgleduucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecukf hppeelfedriedrudegledruddugeenucfrrghrrghmpehmrghilhhfrhhomhepthhhohhm rghssehmohhnjhgrlhhonhdrnhgvthenucevlhhushhtvghrufhiiigvpedu X-ME-Proxy: Received: from xps.localnet (114.149.6.93.rev.sfr.net [93.6.149.114]) by mail.messagingengine.com (Postfix) with ESMTPA id B87FF380083; Thu, 8 Aug 2019 03:19:22 -0400 (EDT) From: Thomas Monjalon To: Bernard Iremonger Cc: stable@dpdk.org, qabuild@intel.com Date: Thu, 08 Aug 2019 09:19:18 +0200 Message-ID: <2904295.4NWPuHgFpT@xps> In-Reply-To: <1565177258-8727-1-git-send-email-bernard.iremonger@intel.com> References: <1565177258-8727-1-git-send-email-bernard.iremonger@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-stable] [DPDK] examples/ipsec-secgw: fix unchecked return value X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Sender: "stable" 07/08/2019 13:27, Bernard Iremonger: > Check the return value of the rte_eth_dev_rss_hash_conf_get function. > > Coverity issue: 344970 > Fixes: 3a690d5a65e2 ("examples/ipsec-secgw: fix first packet with inline crypto") > Cc: stable@dpdk.org > > Signed-off-by: Bernard Iremonger Please don't Cc stable@dpdk.org for internal testing.