> > 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(-) > > Acked-by: Sergio Gonzalez Monroy <sergio.gonzalez.monroy at intel.com>
Applied, thanks