From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v1 1/3] ethdev: remove detachable device flag Date: Tue, 24 Oct 2017 11:23:44 +0200 Message-ID: <3058511.EAyg0AEsyI@xps> References: <212303ac15d863bd6242bfd75b9056a3d36b95b4.1508833644.git.gaetan.rivet@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Gaetan Rivet Return-path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id 11A961B77F for ; Tue, 24 Oct 2017 11:23:45 +0200 (CEST) In-Reply-To: <212303ac15d863bd6242bfd75b9056a3d36b95b4.1508833644.git.gaetan.rivet@6wind.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 24/10/2017 10:59, Gaetan Rivet: > This flag is not necessary at the ether layer anymore. > Buses are able to advertize their hotplug support. The ether layer can > rely upon this capability instead of a special flag. > > Signed-off-by: Gaetan Rivet Please update the release notes in API section and remove the deprecation notice. Thanks