From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v2 0/5] app/testpmd: improve attach/detach support Date: Fri, 26 Oct 2018 13:46:19 +0100 Message-ID: References: <20181024134111.26771-1-thomas@monjalon.net> <20181025151117.17132-1-thomas@monjalon.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org, ophirmu@mellanox.com, wisamm@mellanox.com, arybchenko@solarflare.com To: Thomas Monjalon , bernard.iremonger@intel.com, jingjing.wu@intel.com, wenzhuo.lu@intel.com Return-path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id EEA9A2E81 for ; Fri, 26 Oct 2018 14:46:22 +0200 (CEST) In-Reply-To: <20181025151117.17132-1-thomas@monjalon.net> Content-Language: en-US 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/25/2018 4:11 PM, Thomas Monjalon wrote: > While working on EAL probe/remove and ethdev iterator/close, > some scenarios appeared to not be managed by testpmd, especially > because it was not designed for multi-ports devices: > - configure dependent port (detected via event) > - configuring twice (if already probed before) > - detaching twice > > > Changes in v2 - Bernard review: > - improve pretty names of printed events > - add syntax of the new command in the guide > > > Thomas Monjalon (5): > app/testpmd: check not detaching device twice > app/testpmd: merge ports list update functions > app/testpmd: check not configuring port twice > app/testpmd: move ethdev events registration > app/testpmd: setup attached ports on probe event Series applied to dpdk-next-net/master, thanks.