Re: [dpdk-dev] [PATCH] eal/linux: fix log levels for unable to read pagemap

2019-03-27 Thread Thomas Monjalon
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,

Re: [dpdk-dev] [PATCH] eal/linux: fix log levels for unable to read pagemap

2019-02-14 Thread 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. >

[dpdk-dev] [PATCH] eal/linux: fix log levels for unable to read pagemap

2019-02-14 Thread Kevin Traynor
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 e