[PATCH v5 1/2] 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. device driver event/dlb2. 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 offs

Re: [PATCH v5 1/2] bus/pci: add function to enable/disable PASID

2023-11-03 Thread Jerin Jacob
On Fri, Nov 3, 2023 at 11:23 PM Abdullah Sevincer wrote: > > This commit implements an internal api to enable and disable PASID for > a device e.g. device driver event/dlb2. > > For kernels when PASID enabled by default it breaks DLB functionality, > hence disabling PASID is required for DLB to fu

RE: [PATCH v5 1/2] bus/pci: add function to enable/disable PASID

2023-11-03 Thread Sevincer, Abdullah
>+Looks like you missed my comments at >+https://patches.dpdk.org/project/dpdk/patch/20231103170347.2790525-1-abdullah.sevin...@intel.com/ Yes, all comments, upstream happened at the same time 😊 will address them and push another patch.