Message ID | 20230306185226.26483-1-tom.zanussi@linux.intel.com |
---|---|
Headers | show |
Series | crypto: Add Intel Analytics Accelerator (IAA) crypto compression driver | expand |
Hi Fenghua, On Tue, 2023-03-07 at 05:43 -0800, Fenghua Yu wrote: > Hi, Tom, > > On 3/6/23 10:52, Tom Zanussi wrote: > > From: Dave Jiang <dave.jiang@intel.com> > > > > With the possibility of multiple wq drivers that can be bound to > > the wq, > > the user config tool accel-config needs a way to know which wq > > driver to > > bind to the wq. Introduce per wq driver_name sysfs attribute where > > the user > > can indicate the driver to be bound to the wq. This allows accel- > > config to > > just bind to the driver using wq->driver_name. > > > > Signed-off-by: Dave Jiang <dave.jiang@intel.com> > > Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com> > > --- > > .../ABI/stable/sysfs-driver-dma-idxd | 6 ++++ > > drivers/dma/idxd/cdev.c | 8 ++++++ > > drivers/dma/idxd/dma.c | 6 ++++ > > drivers/dma/idxd/idxd.h | 7 +++++ > > drivers/dma/idxd/sysfs.c | 28 > > +++++++++++++++++++ > > include/uapi/linux/idxd.h | 1 + > > 6 files changed, 56 insertions(+) > > > > diff --git a/Documentation/ABI/stable/sysfs-driver-dma-idxd > > b/Documentation/ABI/stable/sysfs-driver-dma-idxd > > index 3becc9a82bdf..e9a37e064193 100644 > > --- a/Documentation/ABI/stable/sysfs-driver-dma-idxd > > +++ b/Documentation/ABI/stable/sysfs-driver-dma-idxd > > @@ -244,6 +244,12 @@ Description: Shows the operation > > capability bits displayed in bitmap format > > correlates to the operations allowed. It's visible > > only > > on platforms that support the capability. > > > > +What: /sys/bus/dsa/devices/wq<m>.<n>/driver_name > > +Date: Feb 23, 2023 > > +KernelVersion: 6.3.0 > > Need to change to 6.4.0. This series won't be in 6.3.0. OK, will change to 6.4.0. Thanks, Tom > > > +Contact: dmaengine@vger.kernel.org > > +Description: Name of driver to be bounded to the wq. > > + > > Thanks. > > -Fenghua
On 3/6/23 9:20 PM, Herbert Xu wrote: > On Mon, Mar 06, 2023 at 12:52:10PM -0600, Tom Zanussi wrote: >> This series adds Linux crypto algorithm support for Intel® In-memory >> Analytics Accelerator (Intel IAA) [1] hardware compression and >> decompression, which is available on Sapphire Rapids systems. > > I haven't reviewed the patches yet, but could you please create > a drivers/crypto/intel directory and put this driver in it? Hi Herbert, does this mean drivers/crypto/qat should now move to drivers/crypto/intel/qat? > > Thanks,
On Tue, Mar 07, 2023 at 08:54:03AM -0700, Dave Jiang wrote: > > Hi Herbert, does this mean drivers/crypto/qat should now move to > drivers/crypto/intel/qat? Yes we should move qat as well. Oh and there's also ixp4xx and keembay. Thanks,