From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 1/2] eal: add flag to force unbind device Date: Wed, 10 Jul 2013 17:52:11 +0200 Message-ID: <201307101752.11862.thomas.monjalon@6wind.com> References: <0f890bf9b880233a2af4844f78ccef07c5018c98.1373462050.git.damien.millescamps@6wind.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: dev-VfR2kkLFssw@public.gmane.org To: Damien Millescamps Return-path: In-Reply-To: <0f890bf9b880233a2af4844f78ccef07c5018c98.1373462050.git.damien.millescamps-pdR9zngts4EAvxtiuMwx3w@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" 10/07/2013 15:14, Damien Millescamps : > Some devices need to be unbound in order to be used via the PMD > without kernel module. > > Signed-off-by: Damien Millescamps > --- acked and applied -- Thomas