From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] pci: fix igb_uio mapping for virtio_uio and vmxnet3_uio Date: Fri, 21 Mar 2014 15:44:41 +0100 Message-ID: <7120061.SD6FztvhBa@xps13> References: <1395409819-3133-1-git-send-email-thomas.monjalon@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit To: dev-VfR2kkLFssw@public.gmane.org Return-path: In-Reply-To: <1395409819-3133-1-git-send-email-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" 21/03/2014 14:50, Thomas Monjalon : > Since commit 10ed994 (pci: use igb_uio mapping only when needed), > the flag RTE_PCI_DRV_NEED_IGB_UIO must be set even if RTE_EAL_UNBIND_PORTS > is disabled. > It was not the case for virtio_uio and vmxnet3_uio so the uio resources were > not mapped. > > Reported-by: Daniel Kan > Signed-off-by: Thomas Monjalon Merged with Daniel Kan's patch. -- Thomas