From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <arybchenko@solarflare.com>
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 <dev@dpdk.org>; Tue,  9 Oct 2018 11:45:44 +0200 (CEST)
X-Virus-Scanned: Proofpoint Essentials engine
Received: from webmail.solarflare.com (uk.solarflare.com [193.34.186.16])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits))
 (No client certificate requested)
 by mx1-us4.ppe-hosted.com (Proofpoint Essentials ESMTP Server) with ESMTPS id
 8C14614007F; Tue,  9 Oct 2018 09:45:43 +0000 (UTC)
Received: from [192.168.38.17] (91.220.146.112) by ukex01.SolarFlarecom.com
 (10.17.10.4) with Microsoft SMTP Server (TLS) id 15.0.1395.4; Tue, 9 Oct 2018
 10:45:38 +0100
To: Thomas Monjalon <thomas@monjalon.net>, <dev@dpdk.org>
CC: <gaetan.rivet@6wind.com>, <ophirmu@mellanox.com>, <ferruh.yigit@intel.com>
References: <20181007222554.4886-1-thomas@monjalon.net>
 <20181009001616.10497-1-thomas@monjalon.net>
 <20181009001616.10497-7-thomas@monjalon.net>
From: Andrew Rybchenko <arybchenko@solarflare.com>
Message-ID: <edaeb61e-74da-c4f3-0e22-7399f98aac5b@solarflare.com>
Date: Tue, 9 Oct 2018 12:44:56 +0300
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101
 Thunderbird/60.0
MIME-Version: 1.0
In-Reply-To: <20181009001616.10497-7-thomas@monjalon.net>
Content-Type: text/plain; charset="utf-8"; format=flowed
Content-Transfer-Encoding: 7bit
Content-Language: en-GB
X-Originating-IP: [91.220.146.112]
X-ClientProxiedBy: ocex03.SolarFlarecom.com (10.20.40.36) To
 ukex01.SolarFlarecom.com (10.17.10.4)
X-TM-AS-Product-Ver: SMEX-12.5.0.1300-8.5.1010-24144.003
X-TM-AS-Result: No-3.756400-8.000000-10
X-TMASE-MatchedRID: e/tT8EyIjJQOwH4pD14DsPHkpkyUphL9mX+W7bzPOQFnnK6mXN72m/aP
 mMcSFkHtT3l0AnIWQ5ywiqg6QcdK5zcpdZ3fQiLdOX/V8P8ail1yZ8zcONpAsdmzcdRxL+xwKra
 uXd3MZDXRqMt8od8RYdd2eBKmZQwu+3HBGPyszfWoFqzNv+Iwbr3lDh6nRA0phXICXPkDTMLvGy
 aLyWJvBWLqcdF40kDywzhVZiqhieGz597RaJ+lCg==
X-TM-AS-User-Approved-Sender: Yes
X-TM-AS-User-Blocked-Sender: No
X-TMASE-Result: 10--3.756400-8.000000
X-TMASE-Version: SMEX-12.5.0.1300-8.5.1010-24144.003
X-MDID: 1539078344-h50sTPlbW2ja
Subject: Re: [dpdk-dev] [PATCH v2 6/6] eal: remove deprecated attach/detach
	functions
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: DPDK patches and discussions <dev.dpdk.org>
List-Unsubscribe: <https://mails.dpdk.org/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://mails.dpdk.org/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <https://mails.dpdk.org/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Tue, 09 Oct 2018 09:45:44 -0000

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 <thomas@monjalon.net>

Reviewed-by: Andrew Rybchenko <arybchenko@solarflare.com>