DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH 0/4] New crypto algorithm string parser API
@ 2017-02-23 12:33 Pablo de Lara
  2017-02-23 12:33 ` [dpdk-dev] [PATCH 1/4] cryptodev: add missing algorithm strings Pablo de Lara
                   ` (5 more replies)
  0 siblings, 6 replies; 13+ messages in thread
From: Pablo de Lara @ 2017-02-23 12:33 UTC (permalink / raw)
  To: declan.doherty; +Cc: dev, Pablo de Lara

Last release, an array with strings for the supported algorithms
by the cryptodev library was added and used in the crypto-perf app.

This patchset creates a new API to parse strings from the user,
to select the desired algorithm (using the array above),
which can be used by any application, making it consistent across
all the applications (now, L2fwd-crypto and crypto-perf apps are
using different strings).

Pablo de Lara (4):
  cryptodev: add missing algorithm strings
  cryptodev: add algorithm string parsers
  app/crypto-perf: use cryptodev algorithm parser
  examples/l2fwd-crypto: use cryptodev algorithm parser

 app/test-crypto-perf/cperf_options_parsing.c   | 206 ++-----------------------
 examples/l2fwd-crypto/main.c                   |  85 ++--------
 lib/librte_cryptodev/rte_cryptodev.c           |  38 +++++
 lib/librte_cryptodev/rte_cryptodev.h           |  30 ++++
 lib/librte_cryptodev/rte_cryptodev_version.map |   8 +
 5 files changed, 100 insertions(+), 267 deletions(-)

-- 
2.7.4

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2017-02-28 14:18 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-23 12:33 [dpdk-dev] [PATCH 0/4] New crypto algorithm string parser API Pablo de Lara
2017-02-23 12:33 ` [dpdk-dev] [PATCH 1/4] cryptodev: add missing algorithm strings Pablo de Lara
2017-02-23 12:33 ` [dpdk-dev] [PATCH 2/4] cryptodev: add algorithm string parsers Pablo de Lara
2017-02-23 12:33 ` [dpdk-dev] [PATCH 3/4] app/crypto-perf: use cryptodev algorithm parser Pablo de Lara
2017-02-23 12:33 ` [dpdk-dev] [PATCH 4/4] examples/l2fwd-crypto: " Pablo de Lara
2017-02-24 15:41 ` [dpdk-dev] [PATCH 0/4] New crypto algorithm string parser API Trahe, Fiona
2017-02-25 11:18   ` Hemant Agrawal
2017-02-27 14:38 ` [dpdk-dev] [PATCH v2 " Pablo de Lara
2017-02-27 14:38   ` [dpdk-dev] [PATCH v2 1/4] cryptodev: add missing algorithm strings Pablo de Lara
2017-02-27 14:38   ` [dpdk-dev] [PATCH v2 2/4] cryptodev: add algorithm string parsers Pablo de Lara
2017-02-27 14:38   ` [dpdk-dev] [PATCH v2 3/4] app/crypto-perf: use cryptodev algorithm parser Pablo de Lara
2017-02-27 14:38   ` [dpdk-dev] [PATCH v2 4/4] examples/l2fwd-crypto: " Pablo de Lara
2017-02-28 14:18   ` [dpdk-dev] [PATCH v2 0/4] New crypto algorithm string parser API De Lara Guarch, Pablo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).