From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas.monjalon@6wind.com>
Received: from mail-we0-f171.google.com (mail-we0-f171.google.com
 [74.125.82.171]) by dpdk.org (Postfix) with ESMTP id 29006B11C
 for <dev@dpdk.org>; Fri, 27 Jun 2014 03:10:40 +0200 (CEST)
Received: by mail-we0-f171.google.com with SMTP id q58so4515124wes.2
 for <dev@dpdk.org>; Thu, 26 Jun 2014 18:10:59 -0700 (PDT)
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=UO/oPAUwVBqzxy8lt8oF2HhCTbxzOFSFu4R8JYdWKJ8=;
 b=FKPSUZjyxu+HXKlyO5zOgzC+9bvegXckRip3+FT64WBD5XJO7drsFUraHzIEyG61o6
 swUyrOWAWNGkBbgTTeR64p6gvpVkAO2B9Hg1pUZ4h1KX5xJ77YFfi0/LfYtDwoBld6CU
 Iz50FWZSLJQvcE5Ovd7SqKRLBNfLWtG1aXnXdrqWx55Y8sw8SXO2du/n/XLq7YklG9j1
 DZf+e6jNVSzxTGsoPgERHxcKfFABGGQq2aCxf0dmF9eotHEOhMxcgCHSIIsmEMksbaoT
 9Fbz3GGodgykfGCsEOgmm78twZvNDhZzkyx+ENNHlXg51cfzK1whugXwFjbgP8JlbL9m
 sluw==
X-Gm-Message-State: ALoCoQnTaa1xMXCqkkcWHXfW/YbgCElu85mXAhQmIyqtCOqjVPR8upuon8AYYYWFRM3nXVYQA9Ez
X-Received: by 10.194.222.5 with SMTP id qi5mr21403079wjc.62.1403831459323;
 Thu, 26 Jun 2014 18:10:59 -0700 (PDT)
Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136])
 by mx.google.com with ESMTPSA id o12sm71821703wiw.5.2014.06.26.18.10.58
 for <multiple recipients>
 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);
 Thu, 26 Jun 2014 18:10:58 -0700 (PDT)
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: Anatoly Burakov <anatoly.burakov@intel.com>
Date: Fri, 27 Jun 2014 03:10:54 +0200
Message-ID: <1572313.Dg0XGuJPp3@xps13>
Organization: 6WIND
User-Agent: KMail/4.13.1 (Linux/3.14.6-1-ARCH; KDE/4.13.1; x86_64; ; )
In-Reply-To: <7c544ddadfbc7c8c23f8e49b4b0aceaefc42ac20.1403110823.git.anatoly.burakov@intel.com>
References: <7c544ddadfbc7c8c23f8e49b4b0aceaefc42ac20.1403110823.git.anatoly.burakov@intel.com>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Cc: dev@dpdk.org
Subject: Re: [dpdk-dev] [PATCH] dpdk_nic_bind: unbind ports that were
	erroneously bound
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: patches and discussions about DPDK <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Fri, 27 Jun 2014 01:10:40 -0000

> When binding devices to a generic driver (i.e. one that doesn't have a
> PCI ID table, some devices that are not bound to any other driver could
> be bound even if no one has asked them to. hence, we check the list of
> drivers again, and see if some of the previously-unbound devices were
> erroneously bound. if such devices are found, they are unbound back.
> 
> Signed-off-by: Anatoly Burakov <anatoly.burakov@intel.com>

Acked-by: Thomas Monjalon <thomas.monjalon@6wind.com>

Applied for version 1.7.0.

Thanks
-- 
Thomas