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 004CBA052A; Wed, 27 Jan 2021 23:45:53 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 7AE6014106A; Wed, 27 Jan 2021 23:45:53 +0100 (CET) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by mails.dpdk.org (Postfix) with ESMTP id 519BE141056 for ; Wed, 27 Jan 2021 23:45:52 +0100 (CET) IronPort-SDR: 1yrhpf3yom5KWjr4vX1TgRm+TRbtOcmr9vTvc8pZ7T44FqIDAnQMjjtTHC3uWtpgkQAUgXnfCN oU4Ug/Rf3GTg== X-IronPort-AV: E=McAfee;i="6000,8403,9877"; a="167821171" X-IronPort-AV: E=Sophos;i="5.79,380,1602572400"; d="scan'208";a="167821171" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Jan 2021 14:45:43 -0800 IronPort-SDR: x66zCAM2rd0KyQjK9+O1L7VIeeZZE6pVdVlBOCsWsC4JRHD8+FXDKWpwfnzuapl54RCzEPGeN1 Qu+zF5JVRd4Q== X-IronPort-AV: E=Sophos;i="5.79,380,1602572400"; d="scan'208";a="430271095" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.213.208.215]) ([10.213.208.215]) by orsmga001-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Jan 2021 14:45:40 -0800 To: Heinrich Kuhn , dev@dpdk.org References: <20210119115616.1807-1-heinrich.kuhn@netronome.com> From: Ferruh Yigit Message-ID: Date: Wed, 27 Jan 2021 22:45:36 +0000 MIME-Version: 1.0 In-Reply-To: <20210119115616.1807-1-heinrich.kuhn@netronome.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH 0/2] free port private data in dev_close callback 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 1/19/2021 11:56 AM, Heinrich Kuhn wrote: > The first patch in this series prepares the NFP PMD for the new expected > behavior of the .dev_close() callback function, most recently described > in commit fbd191356148 ("ethdev: remove old close behaviour"). Patch one > makes the needed infrastructure changes to make this possible. > > The second patch in the series makes the changes in nfp_net_close to > free the private data of a given port. PF resources are only freed once > all other ports under the PF has also been cleaned up. > > Heinrich Kuhn (2): > net/nfp: create a separate entity for a NFP PF device > net/nfp: free port private data in dev close callback > Thanks for the update. Series applied to dpdk-next-net/main, thanks.