From mboxrd@z Thu Jan 1 00:00:00 1970 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) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 10 Jan 2018 13:19:25 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,342,1511856000"; d="scan'208";a="20593677" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.48]) ([10.237.220.48]) by fmsmga001.fm.intel.com with ESMTP; 10 Jan 2018 13:19:24 -0800 To: Thomas Monjalon , dev@dpdk.org References: <20171128221302.15400-1-thomas@monjalon.net> <20180104160112.28651-1-thomas@monjalon.net> From: Ferruh Yigit Message-ID: <7ced0cf4-52ea-67b5-9b61-682854c7286c@intel.com> Date: Wed, 10 Jan 2018 21:19:23 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.5.2 MIME-Version: 1.0 In-Reply-To: <20180104160112.28651-1-thomas@monjalon.net> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v4 0/5] ethdev port notifications 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: , X-List-Received-Date: Wed, 10 Jan 2018 21:19:26 -0000 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.