From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id ADECF4C88 for ; Thu, 12 Jul 2018 10:30:30 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 348A721B35; Thu, 12 Jul 2018 04:30:30 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Thu, 12 Jul 2018 04:30:30 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=5YxOyIzR9bw8duz3Dvj3koZ5w8 GYKxeFvMUqCAJfnxo=; b=SZpHTQzHistj84JzS53tzpNfWaPVzKjkxqBCpqEtO4 RMtN/Uvhd824UlEV7HkAxxfK86U1cJMyDrj9YrowwjV/xN3YtZsN2mqp7Su1TWck ODAZe/iyTXovs6jviajTR1kBahjs41PP9WwGg72o51f7Zul3NserX3CLs9Ugd3Hj g= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm3; bh=5YxOyI zR9bw8duz3Dvj3koZ5w8GYKxeFvMUqCAJfnxo=; b=gLZWeJwffhIt7uVfUte4Ds V9EDcrM28t/9OPjTujoJN6GWx8TL5XpO2rc/R3Y7ky9t3+9kk4hqZPmLsouET7t3 wLHEl91b/z/chHQCP7EnJELNZ7etoG7s0geM5Mf1QzwLWuHfGsPXCeiq1nuEC3+h sNv2CI/uhtuKGK09OvUV+cdn3aZ8jN6nsiO6uOaN8+7gflSubwkeiD291SGh4G+u hSck1BqUiH/sQ09z/vCSIyD3HCQq/djRKm8hrii4Jl7q7ORItv5Z5ovJVOZnU5ZT 4/NPEsUNrHcbPcfiYt0VOSXe8ii12ytWyBg060RA4CpRuqrdOI2eVCC3uaZmMTlg == X-ME-Proxy: X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 7E14210289; Thu, 12 Jul 2018 04:30:28 -0400 (EDT) From: Thomas Monjalon To: Qi Zhang Cc: dev@dpdk.org, anatoly.burakov@intel.com, konstantin.ananyev@intel.com, bruce.richardson@intel.com, ferruh.yigit@intel.com, benjamin.h.shelton@intel.com, narender.vangati@intel.com Date: Thu, 12 Jul 2018 10:30:27 +0200 Message-ID: <2770006.tjtdisTQ3j@xps> In-Reply-To: <20180712011514.45006-1-qi.z.zhang@intel.com> References: <20180607123849.14439-1-qi.z.zhang@intel.com> <20180712011514.45006-1-qi.z.zhang@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v12 00/19] enable hotplug on multi-process 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: Thu, 12 Jul 2018 08:30:30 -0000 12/07/2018 03:14, Qi Zhang: > v13: > - Since rte_eth_dev_attach/rte_eth_dev_detach will be deprecated, > so, modify the sample code to use rte_eal_hotplug_add and > rte_eal_hotplug_remove to attach/detach device. Yes, this is what I tried to explain you. I think it is now too late for 18.08. We see that this patchset deserves more reviews.