dmaengine.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] Enable a few DSA 2.0 features
@ 2022-09-17 16:12 Fenghua Yu
  2022-09-17 16:12 ` [PATCH 1/5] dmaengine: idxd: convert ats_dis to a wq flag Fenghua Yu
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Fenghua Yu @ 2022-09-17 16:12 UTC (permalink / raw)
  To: Vinod Koul, Dave Jiang; +Cc: linux-kernel, dmaengine, Fenghua Yu

Data Streaming Accelerator (DSA) 2.0 [1] introduces a few new features.
This series enables the new features:

- Work Queue (WQ) operation cap restriction: patch 3 with patch 1 and 2
  as preparation.
- Configuration for concurrent work descriptor: patch 4.
- Configuration for concurrent batch descriptor: patch 5.

Reference:
1. https://software.intel.com/content/www/us/en/develop/articles/intel-data-streaming-accelerator-architecture-specification.html

Dave Jiang (5):
  dmaengine: idxd: convert ats_dis to a wq flag
  dmanegine: idxd: reformat opcap output to match bitmap_parse() input
  dmaengine: idxd: add WQ operation cap restriction support
  dmaengine: idxd: add configuration for concurrent work descriptor
    processing
  dmaengine: idxd: add configuration for concurrent batch descriptor
    processing

 .../ABI/stable/sysfs-driver-dma-idxd          |  35 ++++
 drivers/dma/idxd/device.c                     |  34 +++-
 drivers/dma/idxd/idxd.h                       |   8 +-
 drivers/dma/idxd/init.c                       |  30 +++
 drivers/dma/idxd/registers.h                  |  35 ++--
 drivers/dma/idxd/sysfs.c                      | 186 +++++++++++++++++-
 6 files changed, 298 insertions(+), 30 deletions(-)

-- 
2.32.0


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2022-09-29 16:30 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-17 16:12 [PATCH 0/5] Enable a few DSA 2.0 features Fenghua Yu
2022-09-17 16:12 ` [PATCH 1/5] dmaengine: idxd: convert ats_dis to a wq flag Fenghua Yu
2022-09-17 16:12 ` [PATCH 2/5] dmanegine: idxd: reformat opcap output to match bitmap_parse() input Fenghua Yu
2022-09-17 16:12 ` [PATCH 3/5] dmaengine: idxd: add WQ operation cap restriction support Fenghua Yu
2022-09-17 16:12 ` [PATCH 4/5] dmaengine: idxd: add configuration for concurrent work descriptor processing Fenghua Yu
2022-09-17 16:12 ` [PATCH 5/5] dmaengine: idxd: add configuration for concurrent batch " Fenghua Yu
2022-09-29 16:29 ` [PATCH 0/5] Enable a few DSA 2.0 features Vinod Koul

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).