[v7,0/2] *** Disable PASID for DLB Device ***

Message ID 20231106170521.3064038-1-abdullah.sevincer@intel.com (mailing list archive)
Headers
Series *** Disable PASID for DLB Device *** |

Message

Sevincer, Abdullah Nov. 6, 2023, 5:05 p.m. UTC
  This series implement an internal API to disable 
PASID and calls the api to disable PASID in event/dlb2 device.

Abdullah Sevincer (2):
  bus/pci: support PASID control
  event/dlb2: fix disable PASID

 drivers/bus/pci/pci_common.c      |  7 +++++++
 drivers/bus/pci/rte_bus_pci.h     | 13 +++++++++++++
 drivers/bus/pci/version.map       |  1 +
 drivers/event/dlb2/pf/dlb2_main.c | 11 +++++++++++
 lib/pci/rte_pci.h                 |  4 ++++
 5 files changed, 36 insertions(+)
  

Comments

Thomas Monjalon Nov. 6, 2023, 5:50 p.m. UTC | #1
06/11/2023 18:05, Abdullah Sevincer:
> This series implement an internal API to disable 
> PASID and calls the api to disable PASID in event/dlb2 device.
> 
> Abdullah Sevincer (2):
>   bus/pci: support PASID control
>   event/dlb2: fix disable PASID

Moved things in the right place/order and added PASID definition in Doxygen.

Applied, thanks.

PS: please keep all versions in the same mail thread.