From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] dpdk_nic_bind: unbind ports that were erroneously bound Date: Fri, 27 Jun 2014 03:10:54 +0200 Message-ID: <1572313.Dg0XGuJPp3@xps13> References: <7c544ddadfbc7c8c23f8e49b4b0aceaefc42ac20.1403110823.git.anatoly.burakov@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev-VfR2kkLFssw@public.gmane.org To: Anatoly Burakov Return-path: In-Reply-To: <7c544ddadfbc7c8c23f8e49b4b0aceaefc42ac20.1403110823.git.anatoly.burakov-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" > 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 Acked-by: Thomas Monjalon Applied for version 1.7.0. Thanks -- Thomas