From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f44.google.com (mail-wm0-f44.google.com [74.125.82.44]) by dpdk.org (Postfix) with ESMTP id EC9EC95C2 for ; Wed, 27 Jan 2016 16:11:25 +0100 (CET) Received: by mail-wm0-f44.google.com with SMTP id n5so31129142wmn.0 for ; Wed, 27 Jan 2016 07:11:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:organization:user-agent :in-reply-to:references:mime-version:content-transfer-encoding :content-type; bh=cen5xhK5rtdvop6ZE2vJmwLiM/QYmLaw53DaZ++A2cw=; b=G556aZ9i4zLDMWnh8A9ivJGq0nIhtsLnQR3fJ6DPU+4AAhAe2upgcuYbpS8PSVd+nl AdSEGYEulpBCpjMNA0BDtXTqy5wXav8sfYAlu2hsyMFmXEjOngFnVorQWq+RB8SVo2+R pSZSIZTMvEqo++NWIJ+f+Dg6SIMKO9O+QyzHEfRbNrMuVNR+Ltjg28M/tRoPlz5TFMBf OUxRHzXqpBGov+FbPMopnzlg4p1dfChE5KxBs8y7oPxsGtHcqRHQ3zM2MpmUagG+Rj2C xlr1Tr8A95r+Jisldqpk0xMp9MVnb/+/QeRZtCPcF5A1kIlPLe13x+Wv1CCjOcU0quOb jBcw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=cen5xhK5rtdvop6ZE2vJmwLiM/QYmLaw53DaZ++A2cw=; b=OzE7vedLLcYJNwzt2d1BbTFEKsYnxZpGaL0pRIdWKP43KIgVAhipPpIRVXCJvTlswW V4Kok8AP7LxAGJ3t8BXIHBfLjthO3slQMt0Q2LJzUS4MvjIvY4bYvEtFTVJfbfHYx6q8 WgCKlRfGW5SWfcdyvu6c6dcZaPXo8bFoQvH3TrtPW6UEPZGH6reXz/HlKeFHqJrkP+vN WNhQH6Z/4HgdN8d7rfzNrahfqUiym6cu+1FQiJyeIvnU9khkXGZlyh1G2BWdyyaeP3FS lzorTHvowp61oREoGjaCv6hXGxJXngMPYWo+Li7R9NXlR7sRg+R7SUcqTn2bIeTQzA4u TT/A== X-Gm-Message-State: AG10YOR6ZReBKkxSDqEHHdDeAYikNxMxImdFavHVlXvAI8KhDeE1Iy9fHmz71JN0b5XlRBhe X-Received: by 10.195.11.226 with SMTP id el2mr35655342wjd.112.1453907485213; Wed, 27 Jan 2016 07:11:25 -0800 (PST) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by smtp.gmail.com with ESMTPSA id q75sm8792464wmd.6.2016.01.27.07.11.24 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 27 Jan 2016 07:11:24 -0800 (PST) From: Thomas Monjalon To: David Marchand Date: Wed, 27 Jan 2016 16:10:15 +0100 Message-ID: <2704434.9RKFunJyxC@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <1453471618-29722-1-git-send-email-david.marchand@6wind.com> References: <1453377431-25850-1-git-send-email-david.marchand@6wind.com> <1453471618-29722-1-git-send-email-david.marchand@6wind.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org, viktorin@rehivetech.com Subject: Re: [dpdk-dev] [PATCH v2 0/2] minor cleanup in ethdev hotplug X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Jan 2016 15:11:26 -0000 2016-01-22 15:06, David Marchand: > It was first a preparation step for future patchsets, but I am not sure what > will become of them, so sending this anyway since it does not hurt to clean > this now. > > Changes since v1: > - rebased on HEAD (previous patchset was based on another patch I sent > separately) > - restored EINVAL error code for rte_eth_dev_(at|de)tach (thanks Jan) Applied, thanks