[dpdk-dev] [PATCH 0/6] L2fwd-crypto enhancements

Cao, Min min.cao at intel.com
Fri Mar 11 07:57:07 CET 2016


Tested-by: Min Cao <min.cao at intel.com>

- Tested Commit: 94b0ad8e0aa556230183f4c4d06b68bfd145dce3
- OS: Fedora20 3.11.10-301.fc20.x86_64
- GCC: gcc (GCC) 4.8.3
- CPU: Intel(R) Xeon(R) CPU E5-2658 v3 @ 2.20GHz
- NIC: Niantic
- Default x86_64-native-linuxapp-gcc configuration
- Prerequisites:
- Total 65 cases, 65 passed, 0 failed

- test case 1: QAT Unit test 
    Total 45 cases, 45 passed, 0 failed

- test case 2: AES_NI Unit test 
    Total 10 cases, 10 passed, 0 failed

- test case 3: AES_NI GCM Unit test 
    Total 10 cases, 10 passed, 0 failed

-----Original Message-----
From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Pablo de Lara
Sent: Friday, March 11, 2016 8:03 AM
To: dev at dpdk.org
Subject: [dpdk-dev] [PATCH 0/6] L2fwd-crypto enhancements

This patchset cleans up the l2fwd-crypto app, implements some missing functionality and makes use of the new capability discovery mechanism that cryptodev library offers to discover which crypto operations a PMD can provide.

This patchset depends on "cryptodev: add capabilities discovery mechanism" patch
(http://dpdk.org/dev/patchwork/patch/11434/)

Pablo de Lara (6):
  l2fwd-crypto: code cleanup
  l2fwd-crypto: update auth algo list
  l2fwd-crypto: implement parse_key function
  l2fwd_crypto: add AAD parsing
  l2fwd-crypto: add missing cipher/hash only cases
  l2fwd-crypto: use cryptodev capability discovery

 examples/l2fwd-crypto/main.c | 517 +++++++++++++++++++++++++++++--------------
 1 file changed, 348 insertions(+), 169 deletions(-)

--
2.5.0



More information about the dev mailing list