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 AC62AA04DC; Tue, 20 Oct 2020 14:24:58 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id D9D57BBAA; Tue, 20 Oct 2020 14:24:55 +0200 (CEST) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id E0948BAFA for ; Tue, 20 Oct 2020 14:24:53 +0200 (CEST) IronPort-SDR: 5+nmixNpkSwoCXd0pAIX9cDkLSk/JcOQpLtg96ty7OHk1kEQ1XE7Jy5XCI1L8DCb2DkU7Of9Vs 67mw21iag0ew== X-IronPort-AV: E=McAfee;i="6000,8403,9779"; a="163707497" X-IronPort-AV: E=Sophos;i="5.77,396,1596524400"; d="scan'208";a="163707497" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Oct 2020 05:24:52 -0700 IronPort-SDR: w8y1ADG/03gC47G7plcwdyPyZTpOL9vkiQn7b2GedUmmy41p/mUB9bIkruyw6KNkrRKGEY2OVY K4eojs8NBv5Q== X-IronPort-AV: E=Sophos;i="5.77,396,1596524400"; d="scan'208";a="533039155" Received: from bricha3-mobl.ger.corp.intel.com ([10.213.248.1]) by orsmga005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-SHA; 20 Oct 2020 05:24:49 -0700 Date: Tue, 20 Oct 2020 13:24:45 +0100 From: Bruce Richardson To: thomas@monjalon.net Cc: Thomas Monjalon , dev@dpdk.org, andrew.rybchenko@oktetlabs.ru, ferruh.yigit@intel.com Message-ID: <20201020122445.GE558@bricha3-MOBL.ger.corp.intel.com> References: <20200913220711.3768597-1-thomas@monjalon.net> <20201016133259.3061153-1-thomas@monjalon.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [dpdk-dev] [PATCH v6 0/3] cleanup ethdev close operation 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 Fri, Oct 16, 2020 at 06:55:19PM +0100, Ferruh Yigit wrote: > On 10/16/2020 2:32 PM, Thomas Monjalon wrote: > > Most of the patches from the v3 have been merged already. The > > remaining 3 patches are reworked in v4: - reset dev_started in some > > PMDs - selectively reset pointers in rte_eth_dev_release_port() - fix > > error handling > > > > v5: change error code to ENODEV if wrong port id v6: - use eth_err() in > > rte_eth_dev_close() - fix missed igbvf and ixgbevf > > > > > > Thomas Monjalon (3): ethdev: remove forcing stopped state upon close > > ethdev: reset all when releasing a port ethdev: allow close function to > > return an error > > > > Series applied to dpdk-next-net/main, thanks. > Interesting bit of trivia: According to "git shortlog -sne" this patchset pushes Thomas over the 1000 patches mark in DPDK, with patch 2 of 3 being his 1000th accepted DPDK patch. Congrats on being the first to make this milestone! ~/dpdk.org$ git shortlog -sne | head -1 1001 Thomas Monjalon Regards, /Bruce PS: for anyone checking my numbers, Thomas' commits appear under two different emails, so you need the following line in .mailmap to merge them: "Thomas Monjalon " PPS: Perhaps we should look to maintain a .mailmap file in the DPDK repo, since there are quite a number of contributors to DPDK who have used multiple email addresses over time - including both main tree committers!