14/02/2019 20:31, Aaron Conole: > Kevin Traynor <ktray...@redhat.com> 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: sta...@dpdk.org > > > > Signed-off-by: Kevin Traynor <ktray...@redhat.com> > > --- > > Acked-by: Aaron Conole <acon...@redhat.com>
Applied, thanks