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 2E981A04DB; Fri, 16 Oct 2020 19:55:31 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 9DB0CE271; Fri, 16 Oct 2020 19:55:28 +0200 (CEST) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id BBBF5E270 for ; Fri, 16 Oct 2020 19:55:26 +0200 (CEST) IronPort-SDR: WLGqXDaEO/F1zF4hFeKEuHQVcg+G7/pCiNS/qp4ukA15pRVeNm0K+nx8kvAwQPfDWSZgkKzc6d DxEbSyUbbKxQ== X-IronPort-AV: E=McAfee;i="6000,8403,9776"; a="145966306" X-IronPort-AV: E=Sophos;i="5.77,383,1596524400"; d="scan'208";a="145966306" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 16 Oct 2020 10:55:24 -0700 IronPort-SDR: /EjQVkRqTNtU5ie/CR5KyJskp93aspUPyLmUgKS6vbdzbgI/WcnYs0GEN44JEHDAfx/NpcMlgZ 8i1xL8gyOzqQ== X-IronPort-AV: E=Sophos;i="5.77,383,1596524400"; d="scan'208";a="531809025" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.252.19.66]) ([10.252.19.66]) by orsmga005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 16 Oct 2020 10:55:23 -0700 To: Thomas Monjalon , dev@dpdk.org Cc: andrew.rybchenko@oktetlabs.ru References: <20200913220711.3768597-1-thomas@monjalon.net> <20201016133259.3061153-1-thomas@monjalon.net> From: Ferruh Yigit Message-ID: Date: Fri, 16 Oct 2020 18:55:19 +0100 MIME-Version: 1.0 In-Reply-To: <20201016133259.3061153-1-thomas@monjalon.net> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit 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 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.