lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Thu, 13 Dec 2018 18:31:32 +0800
From:   Herbert Xu <herbert@...dor.apana.org.au>
To:     "Srikanth, Jampala" <Jampala.Srikanth@...ium.com>
Cc:     "davem@...emloft.net" <davem@...emloft.net>,
        "linux-crypto@...r.kernel.org" <linux-crypto@...r.kernel.org>,
        "linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] crypto: cavium/nitrox - Enabled Mailbox support

On Tue, Dec 04, 2018 at 12:55:54PM +0000, Srikanth, Jampala wrote:
> Enabled the PF->VF Mailbox support. Mailbox message are interpreted
> as {type, opcode, data}. Supported message types are REQ, ACK and NACK.
> 
> Signed-off-by: Srikanth Jampala <Jampala.Srikanth@...ium.com>
> ---
>  drivers/crypto/cavium/nitrox/Makefile         |   3 +-
>  drivers/crypto/cavium/nitrox/nitrox_csr.h     |  12 +-
>  drivers/crypto/cavium/nitrox/nitrox_debugfs.h |  22 ++
>  drivers/crypto/cavium/nitrox/nitrox_dev.h     |  61 +++++-
>  drivers/crypto/cavium/nitrox/nitrox_hal.c     | 114 +++++++---
>  drivers/crypto/cavium/nitrox/nitrox_hal.h     |   2 +
>  drivers/crypto/cavium/nitrox/nitrox_isr.c     |   8 +-
>  drivers/crypto/cavium/nitrox/nitrox_main.c    |   3 +-
>  drivers/crypto/cavium/nitrox/nitrox_mbx.c     | 204 ++++++++++++++++++
>  drivers/crypto/cavium/nitrox/nitrox_mbx.h     |   9 +
>  drivers/crypto/cavium/nitrox/nitrox_sriov.c   |  57 ++++-
>  11 files changed, 441 insertions(+), 54 deletions(-)
>  create mode 100644 drivers/crypto/cavium/nitrox/nitrox_debugfs.h
>  create mode 100644 drivers/crypto/cavium/nitrox/nitrox_mbx.c
>  create mode 100644 drivers/crypto/cavium/nitrox/nitrox_mbx.h

Patch applied.  Thanks.
-- 
Email: Herbert Xu <herbert@...dor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ