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 EAF3FA0548; Mon, 26 Apr 2021 15:07:50 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 6DC4B41104; Mon, 26 Apr 2021 15:07:50 +0200 (CEST) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by mails.dpdk.org (Postfix) with ESMTP id 7F82740140 for ; Mon, 26 Apr 2021 15:07:48 +0200 (CEST) IronPort-SDR: VwN/FfsJ8/YOvmYoEOzsyPDvOtDlxSQbAVu+KRAB0ewe7S8kyBuW6Q8ySTxjpZBEOasPUdSp4N 7l04/SdFmOkQ== X-IronPort-AV: E=McAfee;i="6200,9189,9966"; a="257634510" X-IronPort-AV: E=Sophos;i="5.82,252,1613462400"; d="scan'208";a="257634510" Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 26 Apr 2021 06:05:20 -0700 IronPort-SDR: w78triSVxyNfEGbe3/QWc5tdCJ7J21UtmAo4gNPWUjv8yHUkIK2hhpgMQKMDKU2RPCNA91066Q LhDA3/y+PrVQ== X-IronPort-AV: E=Sophos;i="5.82,252,1613462400"; d="scan'208";a="402917683" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.213.240.23]) ([10.213.240.23]) by orsmga002-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 26 Apr 2021 06:05:19 -0700 To: "Min Hu (Connor)" , dev@dpdk.org References: <1619057102-4154-1-git-send-email-humin29@huawei.com> From: Ferruh Yigit X-User: ferruhy Message-ID: <5e416f19-8415-cf3b-9bf2-6c072577e664@intel.com> Date: Mon, 26 Apr 2021 14:05:16 +0100 MIME-Version: 1.0 In-Reply-To: <1619057102-4154-1-git-send-email-humin29@huawei.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] net/bonding: fix kvlist memory leakage 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/22/2021 3:05 AM, Min Hu (Connor) wrote: > From: Chengwen Feng > > If the bond device was created by vdev mode, the kvlist was not free > when the bond device removed. > > Fixes: 8d30fe7fa737 ("bonding: support port hotplug") > Cc: stable@dpdk.org > > Signed-off-by: Chengwen Feng > Signed-off-by: Min Hu (Connor) Reviewed-by: Ferruh Yigit Applied to dpdk-next-net/main, thanks.