From mboxrd@z Thu Jan 1 00:00:00 1970 From: Damien Millescamps Subject: Re: [PATCH v2 2/2] pci: use igb_uio mapping only when needed Date: Tue, 17 Sep 2013 13:27:25 +0200 Message-ID: <52383C9D.50901@6wind.com> References: <1379363340-20870-1-git-send-email-thomas.monjalon@6wind.com> <82132fea875815a5569d5138b2531eabf6545090.1379413101.git.thomas.monjalon@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit To: dev-VfR2kkLFssw@public.gmane.org Return-path: In-Reply-To: <82132fea875815a5569d5138b2531eabf6545090.1379413101.git.thomas.monjalon-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" On 09/17/2013 12:21 PM, Thomas Monjalon wrote: > pci_uio_map_resource() should only be called for Intel devices > (using igb_uio kernel module). > The flag RTE_PCI_DRV_NEED_IGB_UIO is set for all those devices, even when > RTE_EAL_UNBIND_PORTS is disabled. > > Signed-off-by: Thomas Monjalon Acked-by: Damien Millescamps