[PATCH v1] bus/pci: add function to enable/disable PASID

2023-11-03 Thread Abdullah Sevincer
This commit implements an internal api to enable and disable PASID for a device e.g. DLB Device. For kernels when PASID enabled by default it breaks DLB functionality, hence disabling PASID is required for DLB to function properly. PASID capability is not exposed to users hence offset can not be

Re: [PATCH v1] bus/pci: add function to enable/disable PASID

2023-11-03 Thread Bruce Richardson
On Fri, Nov 03, 2023 at 12:03:47PM -0500, Abdullah Sevincer wrote: > This commit implements an internal api to enable > and disable PASID for a device e.g. DLB Device. > > For kernels when PASID enabled by default it breaks > DLB functionality, hence disabling PASID is required > for DLB to functi

RE: [EXT] [PATCH v1] bus/pci: add function to enable/disable PASID

2023-11-03 Thread Jerin Jacob Kollanukkaran
> -Original Message- > From: Abdullah Sevincer > Sent: Friday, November 3, 2023 10:34 PM > To: dev@dpdk.org > Cc: Jerin Jacob Kollanukkaran ; > mike.ximing.c...@intel.com; bruce.richard...@intel.com; > tho...@monjalon.net; Abdullah Sevincer > Subject: [EXT]