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 EDD95A04DB; Wed, 14 Oct 2020 23:32:06 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 7B8A61BEBF; Wed, 14 Oct 2020 23:32:04 +0200 (CEST) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 625C51BC76 for ; Wed, 14 Oct 2020 23:32:03 +0200 (CEST) IronPort-SDR: z/1kWE4s7/oigKMKQ769Tcqj559fVy287EXhYS/AXPi+GtH/ULSMa4VHGxroD3P6ZZY2422m22 Cywkz4TLzjcg== X-IronPort-AV: E=McAfee;i="6000,8403,9774"; a="227846083" X-IronPort-AV: E=Sophos;i="5.77,376,1596524400"; d="scan'208";a="227846083" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Oct 2020 14:31:58 -0700 IronPort-SDR: 3cQw2d3vCSLuVehyczv6qiCP5a8mufrHuwJJa99IC7J+jH99R8QaBArH15L9bY13ROXTSeEhIm vuMFHm0PXSSA== X-IronPort-AV: E=Sophos;i="5.77,376,1596524400"; d="scan'208";a="464033446" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.213.212.224]) ([10.213.212.224]) by orsmga004-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Oct 2020 14:31:57 -0700 To: John Daley , arybchenko@solarflare.com Cc: dev@dpdk.org References: <20201014202522.7466-1-johndale@cisco.com> From: Ferruh Yigit Message-ID: <3d16f884-9bc9-f472-3ee9-1cc115fab3d4@intel.com> Date: Wed, 14 Oct 2020 22:31:53 +0100 MIME-Version: 1.0 In-Reply-To: <20201014202522.7466-1-johndale@cisco.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] net/enic: check return 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" On 10/14/2020 9:25 PM, John Daley wrote: > Coverity issue: 363046 > Fixes: bb66d562aefc ("net/enic: share flow actions with same signature") > > Signed-off-by: John Daley Reviewed-by: Ferruh Yigit Applied to dpdk-next-net/main, thanks.