From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] eal/linux: fix log levels for unable to read pagemap Date: Wed, 27 Mar 2019 14:55:48 +0100 Message-ID: <8402298.WZYNpv3VWo@xps> References: <20190214175656.14390-1-ktraynor@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Aaron Conole , anatoly.burakov@intel.com, stable@dpdk.org To: Kevin Traynor Return-path: In-Reply-To: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 14/02/2019 20:31, Aaron Conole: > Kevin Traynor writes: > > > Commit cdc242f260e7 says: > > For Linux kernel 4.0 and newer, the ability to obtain > > physical page frame numbers for unprivileged users from > > /proc/self/pagemap was removed. Instead, when an IOMMU > > is present, simply choose our own DMA addresses instead. > > > > In this case the user still sees error messages, so adjust > > the log levels. Later, other checks will ensure that errors > > are logged in the appropriate cases. > > > > Fixes: cdc242f260e7 ("eal/linux: support running as unprivileged user") > > Cc: stable@dpdk.org > > > > Signed-off-by: Kevin Traynor > > --- > > Acked-by: Aaron Conole Applied, thanks