Bug 1657 - SIOV - Fix 3 idxd driver name issues and 1 vfio/mdev max batch size issue for vdcm
Summary: SIOV - Fix 3 idxd driver name issues and 1 vfio/mdev max batch size issue for...
Status: NEW
Alias: None
Product: ANCK 5.10 Dev
Classification: ANCK
Component: drivers (show other bugs) drivers
Version: unspecified
Hardware: All Linux
: P3-Medium S3-normal
Target Milestone: ---
Assignee: xunlei
QA Contact: shuming
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-07-12 10:31 UTC by AubreyLi
Modified: 2022-07-12 10:31 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description AubreyLi intel_group 2022-07-12 10:31:37 UTC
Fix 3 idxd driver name issues and 1 vfio/mdev max batch size issue for vdcm

Dave Jiang (4):
  dmaengine: idxd: add wq driver name support for accel-config user tool
  dmaengine: idxd: remove trailing white space on input str for driver_name
  dmaengine: idxd: clear driver_name on wq reset
  vfio: mdev: idxd: fix max batch size for vdcm

 .../ABI/stable/sysfs-driver-dma-idxd          |  6 +++
 drivers/dma/idxd/cdev.c                       |  8 ++++
 drivers/dma/idxd/device.c                     |  1 +
 drivers/dma/idxd/dma.c                        |  7 ++++
 drivers/dma/idxd/idxd.h                       |  7 ++++
 drivers/dma/idxd/sysfs.c                      | 40 +++++++++++++++++++
 drivers/vfio/mdev/idxd/vdev.c                 |  4 +-
 include/uapi/linux/idxd.h                     |  1 +
 8 files changed, 72 insertions(+), 2 deletions(-)