From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v4 0/3] fix and improve uio_pci_generic support Date: Tue, 24 Feb 2015 22:33:02 +0100 Message-ID: <1670985.VRdDqK62Yr@xps13> References: <1424703444-30761-1-git-send-email-bruce.richardson@intel.com> <1424784647-19367-1-git-send-email-bruce.richardson@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev-VfR2kkLFssw@public.gmane.org To: Bruce Richardson Return-path: In-Reply-To: <1424784647-19367-1-git-send-email-bruce.richardson-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" > V4 changes: Split second patch into two for more readable history > > V3 changes: Rebase to take account of commit 90a1633b > "eal/linux: allow to map BARs with MSI-X tables" > > This patch does some cleanup of the uio mapping code to > a) fix issue with mmap of PCI bars reported by Tetsuya and confirmed > by others. > b) eliminate redundant code and reduce scans of /sys > > Bruce Richardson (3): > eal: mmap uio resources using resourceX files > eal: populate uio_maps from pci mem_resources array > eal: remove unnecessary check for primary instance Applied, thanks