On Sat, Nov 4, 2023 at 2:49 PM Thomas Monjalon <tho...@monjalon.net> wrote: > > 04/11/2023 08:32, Jerin Jacob: > > On Sat, Nov 4, 2023 at 4:47 AM Abdullah Sevincer > > <abdullah.sevin...@intel.com> wrote: > > > > > > This commit implements an internal api to enable and disable PASID for > > > a device e.g. device driver event/dlb2. > > > > git comment can be reworded when apply. > > What do you mean Jerin?
Since I am not applying this patch, I thought you can reword something like following bus/pci: support PASID control Add an internal API to control PASID for a given PCIe 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 > > > retrieved by rte_pci_find_ext_capability() api. Therefore, api > > > implemented in this commit accepts an offset for PASID with an enable > > > flag which is used to enable/disable PASID. > > > > > > Signed-off-by: Abdullah Sevincer <abdullah.sevin...@intel.com> > > > > Acked-by: Jerin Jacob <jer...@marvell.com> > > >