Message ID | 20230306185226.26483-1-tom.zanussi@linux.intel.com (mailing list archive) |
---|---|
Headers | show |
Series | crypto: Add Intel Analytics Accelerator (IAA) crypto compression driver | expand |
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? Thanks,
Hi Herbert, On Tue, 2023-03-07 at 12:20 +0800, 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? Sure, I'll respin and move it there. Thanks, Tom > > Thanks,
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,