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

2016-03-11 Thread Thomas Monjalon
> > 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 capab

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

2016-03-11 Thread Sergio Gonzalez Monroy
On 11/03/2016 00:02, Pablo de Lara wrote: > 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 depe

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

2016-03-11 Thread Cao, Min
...@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

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

2016-03-11 Thread Pablo de Lara
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