mbox series

[00/10] crypto: DPAA and DPAA2_SEC enhancements

Message ID 1535608265-13323-1-git-send-email-hemant.agrawal@nxp.com (mailing list archive)
Headers
Series crypto: DPAA and DPAA2_SEC enhancements |

Message

Hemant Agrawal Aug. 30, 2018, 5:50 a.m. UTC
  This patch series includes enhancements for the dpaa and dpaa2_sec
crypto drivers

Akhil Goyal (5):
  crypto/dpaa_sec: session reset before init
  crypto/dpaa_sec: add LOCK before Rx HW queue attach
  crypto/dpaa_sec: session qp should match with given qp
  crypto/dpaa_sec: enable sequence no rollover
  crypto/dpaa2_sec: enable sequence no rollover

Hemant Agrawal (5):
  crypto/dpaa2_sec: update the flib RTA to latest
  crypto/dpaa_sec: reduce the number of QP per device
  crypto/dpaa2_sec: add out of place crypto support
  crypto/dpaa2_sec: multi algo support for ipsec session
  crypto/dpaa_sec: ipsec offload add null algo support

 drivers/crypto/dpaa2_sec/dpaa2_sec_dpseci.c        | 374 +++++++---
 drivers/crypto/dpaa2_sec/hw/desc.h                 | 814 +++++----------------
 drivers/crypto/dpaa2_sec/hw/desc/algo.h            |  58 +-
 drivers/crypto/dpaa2_sec/hw/desc/ipsec.h           | 195 ++++-
 drivers/crypto/dpaa2_sec/hw/rta/protocol_cmd.h     | 346 ++++-----
 drivers/crypto/dpaa2_sec/hw/rta/sec_run_time_asm.h |  22 +
 drivers/crypto/dpaa_sec/dpaa_sec.c                 | 303 +++++---
 drivers/crypto/dpaa_sec/dpaa_sec.h                 |   3 +-
 8 files changed, 1012 insertions(+), 1103 deletions(-)
  

Comments

Akhil Goyal Sept. 26, 2018, 12:27 p.m. UTC | #1
On 8/30/2018 11:20 AM, Hemant Agrawal wrote:
> This patch series includes enhancements for the dpaa and dpaa2_sec
> crypto drivers
>
> Akhil Goyal (5):
>    crypto/dpaa_sec: session reset before init
>    crypto/dpaa_sec: add LOCK before Rx HW queue attach
>    crypto/dpaa_sec: session qp should match with given qp
>    crypto/dpaa_sec: enable sequence no rollover
>    crypto/dpaa2_sec: enable sequence no rollover
>
> Hemant Agrawal (5):
>    crypto/dpaa2_sec: update the flib RTA to latest
>    crypto/dpaa_sec: reduce the number of QP per device
>    crypto/dpaa2_sec: add out of place crypto support
>    crypto/dpaa2_sec: multi algo support for ipsec session
>    crypto/dpaa_sec: ipsec offload add null algo support
>
>   drivers/crypto/dpaa2_sec/dpaa2_sec_dpseci.c        | 374 +++++++---
>   drivers/crypto/dpaa2_sec/hw/desc.h                 | 814 +++++----------------
>   drivers/crypto/dpaa2_sec/hw/desc/algo.h            |  58 +-
>   drivers/crypto/dpaa2_sec/hw/desc/ipsec.h           | 195 ++++-
>   drivers/crypto/dpaa2_sec/hw/rta/protocol_cmd.h     | 346 ++++-----
>   drivers/crypto/dpaa2_sec/hw/rta/sec_run_time_asm.h |  22 +
>   drivers/crypto/dpaa_sec/dpaa_sec.c                 | 303 +++++---
>   drivers/crypto/dpaa_sec/dpaa_sec.h                 |   3 +-
>   8 files changed, 1012 insertions(+), 1103 deletions(-)
>
Series applied to dpdk-next-crypto

Added some of the patch descriptions and updated patch title

Thanks.