From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v4 0/5] ethdev port notifications Date: Wed, 10 Jan 2018 21:19:23 +0000 Message-ID: <7ced0cf4-52ea-67b5-9b61-682854c7286c@intel.com> References: <20171128221302.15400-1-thomas@monjalon.net> <20180104160112.28651-1-thomas@monjalon.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit To: Thomas Monjalon , dev@dpdk.org Return-path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 789E91B217 for ; Wed, 10 Jan 2018 22:19:26 +0100 (CET) In-Reply-To: <20180104160112.28651-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 1/4/2018 4:01 PM, Thomas Monjalon wrote: > This patchset aims to add notifications for ethdev ports > added or removed. > It will be especially useful for hotplug. > > v2 & v3 changes: gather more patches in the series > v4 change: fix a variable wraparound as in Matan's v1 > > Matan Azrad (3): > ethdev: allow event registration for all ports > ethdev: free detached port by the dedicated function > app/testpmd: extend event printing > > Thomas Monjalon (2): > ethdev: remove useless parameter in callback process > ethdev: add notifications for probing and removal Series applied to dpdk-next-net/master, thanks.