> > > PDCP protocol offload using rte_security are supported in > > dpaa2_sec and dpaa_sec drivers. > > > > Wireless algos(SNOW/ZUC) without protocol offload are also > > supported as per crypto APIs. > > Hi Akhil, > > I didn't bisect this series, but it seems there's some kind of build > error: > > https://travis-ci.com/ovsrobot/dpdk/builds/125436276 > > Hope you can take a look. > > -Aaron > Hi Aaron,
Yes I also saw that issue on clang. Will be sending the next version soon. Thanks, Akhil > > > > Akhil Goyal (5): > > security: add hfn override option in PDCP > > crypto/dpaaX_sec: update dpovrd for hfn override in PDCP > > crypto/dpaa2_sec: update desc for pdcp 18bit enc-auth > > crypto/dpaa2_sec/hw: update 12bit SN desc for null auth for ERA8 > > crypto/dpaa_sec: support scatter gather for pdcp > > > > Hemant Agrawal (4): > > crypto/dpaa2_sec: support CAAM HW era 10 > > crypto/dpaa2_sec: support scatter gather for proto offloads > > crypto/dpaa2_sec: Support snow3g cipher/integrity > > crypto/dpaa2_sec: Support zuc ciphering > > > > Vakul Garg (11): > > drivers/crypto: Support PDCP 12-bit c-plane processing > > drivers/crypto: Support PDCP u-plane with integrity > > crypto/dpaa2_sec: disable 'write-safe' for PDCP > > crypto/dpaa2_sec/hw: Support 18-bit PDCP enc-auth cases > > crypto/dpaa2_sec/hw: Support aes-aes 18-bit PDCP > > crypto/dpaa2_sec/hw: Support zuc-zuc 18-bit PDCP > > crypto/dpaa2_sec/hw: Support snow-snow 18-bit PDCP > > crypto/dpaa2_sec/hw: Support snow-f8 > > crypto/dpaa2_sec/hw: Support snow-f9 > > crypto/dpaa2_sec/hw: Support kasumi > > crypto/dpaa2_sec/hw: Support zuc cipher/integrity > > > > drivers/crypto/dpaa2_sec/dpaa2_sec_dpseci.c | 477 ++++-- > > drivers/crypto/dpaa2_sec/dpaa2_sec_logs.h | 4 +- > > drivers/crypto/dpaa2_sec/dpaa2_sec_priv.h | 70 +- > > drivers/crypto/dpaa2_sec/hw/desc.h | 8 +- > > drivers/crypto/dpaa2_sec/hw/desc/algo.h | 259 ++- > > drivers/crypto/dpaa2_sec/hw/desc/pdcp.h | 1387 ++++++++++++++--- > > .../dpaa2_sec/hw/rta/fifo_load_store_cmd.h | 9 +- > > drivers/crypto/dpaa2_sec/hw/rta/header_cmd.h | 21 +- > > drivers/crypto/dpaa2_sec/hw/rta/jump_cmd.h | 3 +- > > drivers/crypto/dpaa2_sec/hw/rta/key_cmd.h | 5 +- > > drivers/crypto/dpaa2_sec/hw/rta/load_cmd.h | 10 +- > > drivers/crypto/dpaa2_sec/hw/rta/math_cmd.h | 12 +- > > drivers/crypto/dpaa2_sec/hw/rta/move_cmd.h | 8 +- > > drivers/crypto/dpaa2_sec/hw/rta/nfifo_cmd.h | 10 +- > > .../crypto/dpaa2_sec/hw/rta/operation_cmd.h | 6 +- > > .../crypto/dpaa2_sec/hw/rta/protocol_cmd.h | 11 +- > > .../dpaa2_sec/hw/rta/sec_run_time_asm.h | 27 +- > > .../dpaa2_sec/hw/rta/seq_in_out_ptr_cmd.h | 7 +- > > drivers/crypto/dpaa2_sec/hw/rta/store_cmd.h | 6 +- > > drivers/crypto/dpaa_sec/dpaa_sec.c | 262 +++- > > drivers/crypto/dpaa_sec/dpaa_sec.h | 4 +- > > lib/librte_security/rte_security.h | 4 +- > > 22 files changed, 2082 insertions(+), 528 deletions(-)