Re: [dpdk-dev] [PATCH v2] net/qede: support IOVA VA mode

2019-03-15 Thread Ferruh Yigit
On 3/8/2019 9:28 AM, Kevin Traynor wrote: > Set RTE_PCI_DRV_IOVA_AS_VA in drv_flags. This allows initializing qede > PMD as non-root also on Linux v4.x, where /proc/self/pagemap can't be > acccessed without CAP_SYS_ADMIN privileges. > > The flag was introduced generically but not in pmds in commit

[dpdk-dev] [PATCH v2] net/qede: support IOVA VA mode

2019-03-08 Thread Kevin Traynor
Set RTE_PCI_DRV_IOVA_AS_VA in drv_flags. This allows initializing qede PMD as non-root also on Linux v4.x, where /proc/self/pagemap can't be acccessed without CAP_SYS_ADMIN privileges. The flag was introduced generically but not in pmds in commit: 815c7deaed2d ("pci: get IOMMU class on Linux") Cc