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 3C0ECA0A0C for ; Fri, 9 Apr 2021 10:57:52 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 2B7AF14142A; Fri, 9 Apr 2021 10:57:52 +0200 (CEST) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by mails.dpdk.org (Postfix) with ESMTP id 2DBD5141411; Fri, 9 Apr 2021 10:57:49 +0200 (CEST) IronPort-SDR: Fg4G4DdN1+HL0dTeTCGJHQ2se0rqV7IPyeIHaz3ZQ2EGfhNmv241fwIFKeZpgTQnrtcsOzsaYA 0wqiguvks4RA== X-IronPort-AV: E=McAfee;i="6000,8403,9948"; a="191571242" X-IronPort-AV: E=Sophos;i="5.82,209,1613462400"; d="scan'208";a="191571242" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 Apr 2021 01:57:33 -0700 IronPort-SDR: rOeCQIfjRx9IKQAmW/sm6BI+Jg9wvgPTRhOKR4lfrVfHtVBwqs3GWr6g7Svu/2p+3ZfER+45Fo KPv1f/ZiVKxw== X-IronPort-AV: E=Sophos;i="5.82,209,1613462400"; d="scan'208";a="459159515" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.213.203.45]) ([10.213.203.45]) by orsmga001-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 Apr 2021 01:57:31 -0700 To: John Daley , arybchenko@solarflare.com Cc: dev@dpdk.org, stable@dpdk.org, Hyong Youb Kim References: <20210408230631.2648-1-johndale@cisco.com> From: Ferruh Yigit X-User: ferruhy Message-ID: <8ff2cd6e-aff4-776c-c5ce-3dba97dba3ba@intel.com> Date: Fri, 9 Apr 2021 09:57:28 +0100 MIME-Version: 1.0 In-Reply-To: <20210408230631.2648-1-johndale@cisco.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-stable] [PATCH] net/enic: fix flow initialization error handling X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.29 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" On 4/9/2021 12:06 AM, John Daley wrote: > Fix a rare case in rte_flow initialization where the action hash table > is not freed if allocating a NIC match table fails. > > Fixes: ea7768b5bba8 ("net/enic: add flow implementation based on Flow Manager API") > Cc: stable@dpdk.org > > Signed-off-by: John Daley > Reviewed-by: Hyong Youb Kim Applied to dpdk-next-net/main, thanks.