From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v2] net/qede: support IOVA VA mode Date: Fri, 15 Mar 2019 18:18:55 +0000 Message-ID: References: <20190307183903.10779-1-ktraynor@redhat.com> <20190308092855.10942-1-ktraynor@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: stable@dpdk.org To: Kevin Traynor , rmody@marvell.com, shshaikh@marvell.com, dev@dpdk.org Return-path: In-Reply-To: <20190308092855.10942-1-ktraynor@redhat.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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: > 815c7deaed2d ("pci: get IOMMU class on Linux") > > Cc: stable@dpdk.org > > Acked-by: Shahed Shaikh > Acked-by: Rasesh Mody > Signed-off-by: Kevin Traynor Applied to dpdk-next-net/master, thanks.