From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Rybchenko Subject: Re: [PATCH v2 6/6] eal: remove deprecated attach/detach functions Date: Tue, 9 Oct 2018 12:44:56 +0300 Message-ID: References: <20181007222554.4886-1-thomas@monjalon.net> <20181009001616.10497-1-thomas@monjalon.net> <20181009001616.10497-7-thomas@monjalon.net> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit Cc: , , To: Thomas Monjalon , Return-path: Received: from dispatch1-us1.ppe-hosted.com (dispatch1-us1.ppe-hosted.com [67.231.154.164]) by dpdk.org (Postfix) with ESMTP id 8B8421B453 for ; Tue, 9 Oct 2018 11:45:44 +0200 (CEST) In-Reply-To: <20181009001616.10497-7-thomas@monjalon.net> Content-Language: en-GB 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/9/18 3:16 AM, Thomas Monjalon wrote: > These hotplug functions were deprecated and have some new replacements. > As announced earlier, the oldest ones are now removed. > > Signed-off-by: Thomas Monjalon Reviewed-by: Andrew Rybchenko