From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-we0-f178.google.com (mail-we0-f178.google.com [74.125.82.178]) by dpdk.org (Postfix) with ESMTP id B73369AB2 for ; Tue, 24 Feb 2015 22:33:35 +0100 (CET) Received: by wesw55 with SMTP id w55so27970700wes.4 for ; Tue, 24 Feb 2015 13:33:35 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=iSC3DWovJYu+NfQJvM0zefmN5D7UgePc5JAjw295UaA=; b=PxWWmrDPd9Dr13HWYe37E4aOhLwP2O2G/HhYJ2wDoJ4t3tHixlhFBAWrxzuKaBzjm+ x/L7jlcghDDBCHGoAYG1kfnMBurRbgFJupg6kcHjn5SdSM3ifq5KK6giuIfUbzP0v6qj 5XmwJXfcj3g0AH0HpQPDUW9bJkU42eOoCYWpFRHSGSUXmtv2muhtqQvhj2Ss9/98oLjq cVCsgN2g5YyLX7ZyCead/uWUVtWkSsP1XeCD1PC6rnZzqw3DLW3YNCl1Zw5yKat2RUTU qK+udht3vp9B5Q6SfRJQjAXID3F2xtfiN/QCx28KqET05S2MlJTko3QVXkBjrXgC6KT2 27Tg== X-Gm-Message-State: ALoCoQm9nIXENzOIB0gj6/9WowZkIjI+DkI622FoN2lppjcUWWV7J2eUhsxLjXcWkUyJ4OlGG3dG X-Received: by 10.194.93.134 with SMTP id cu6mr35565258wjb.79.1424813615588; Tue, 24 Feb 2015 13:33:35 -0800 (PST) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id hv5sm61918237wjb.16.2015.02.24.13.33.34 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 24 Feb 2015 13:33:34 -0800 (PST) From: Thomas Monjalon To: Bruce Richardson Date: Tue, 24 Feb 2015 22:33:02 +0100 Message-ID: <1670985.VRdDqK62Yr@xps13> Organization: 6WIND User-Agent: KMail/4.14.4 (Linux/3.18.4-1-ARCH; KDE/4.14.4; x86_64; ; ) In-Reply-To: <1424784647-19367-1-git-send-email-bruce.richardson@intel.com> 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-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH v4 0/3] fix and improve uio_pci_generic support X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Feb 2015 21:33:35 -0000 > 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