Tested-by: Yang Gang < [email protected] > - Check patch: success - Apply patch: success - compilation: success OS: fedora23 GCC: gcc_x86-64, 5.3.1 Commit: dpdk-next-crypto(081fefb01748e7063b1b9692af89d8115ec64632) x86_64-native-linuxapp-gcc: compile pass - dts validation: -- Test Commit: e5041333988936fdb09d578ec4fb7cb0ce796ecb -- OS/Kernel: Fedora23/4.2.3-300.fc23.x86_64 -- GCC: gcc version 5.3.1 -- CPU: Intel(R) Xeon(R) CPU E5-2680 v2 @ 1.80GHz -- NIC: Intel Corporation Ethernet Controller X710 for 10GbE SFP+ [8086:1572] -- total 1,failed 0 (case1: contain cryptodev_openssl_autotest and all of others cryptodev cases on unit test . case 2: all of the related cases about openssl DES DOCSIS BPI cipher only on l2fwd-crypto test)
-----Original Message----- From: dev [mailto:[email protected]] On Behalf Of Jain, Deepak K Sent: Tuesday, February 28, 2017 5:18 AM To: De Lara Guarch, Pablo <[email protected]>; Doherty, Declan <[email protected]> Cc: [email protected]; De Lara Guarch, Pablo <[email protected]> Subject: Re: [dpdk-dev] [PATCH v2] crypto/openssl: add DES DOCSIS BPI support > -----Original Message----- > From: dev [mailto:[email protected]] On Behalf Of Pablo de Lara > Sent: Thursday, February 23, 2017 3:22 PM > To: Doherty, Declan <[email protected]> > Cc: [email protected]; De Lara Guarch, Pablo > <[email protected]> > Subject: [dpdk-dev] [PATCH v2] crypto/openssl: add DES DOCSIS BPI > support > > Adds support in OpenSSL for algorithm following the DOCSIS > specification, which combines DES-CBC for full DES blocks (8 bytes) > and DES-CFB for last runt block (less than 8 bytes). > > Signed-off-by: Pablo de Lara <[email protected]> > --- > This patch depends on patch http://dpdk.org/dev/patchwork/patch/20691/. > > Changes in v2: > - Added patch dependency note > - Fixed the commit message > -- > 2.7.4 Acked-by: Deepak Kumar Jain <[email protected]>

