From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 901A2C433B4 for ; Fri, 9 Apr 2021 08:57:52 +0000 (UTC) Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by mail.kernel.org (Postfix) with ESMTP id EA27E61181 for ; Fri, 9 Apr 2021 08:57:51 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org EA27E61181 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=intel.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=dev-bounces@dpdk.org Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E6F3B141416; Fri, 9 Apr 2021 10:57:50 +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-dev] [PATCH] net/enic: fix flow initialization error handling 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" 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.