DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH 0/5] net/softnic: add symmetric crypto support
@ 2018-10-24 12:49 Fan Zhang
  2018-10-24 12:49 ` [dpdk-dev] [PATCH 1/5] net/softnic: add cryptodev Fan Zhang
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Fan Zhang @ 2018-10-24 12:49 UTC (permalink / raw)
  To: dev; +Cc: cristian.dumitrescu

This patchset enables the symmetric crypto workload processing support
to softnic PMD.

Fan Zhang (5):
  net/softnic: add cryptodev
  net/softnic: configure crypto port
  net/softnic: add symmetric crypto action
  net/softnic: update cli parsing
  doc: update release note

 doc/guides/rel_notes/release_18_11.rst          |   6 +
 drivers/net/softnic/Makefile                    |   2 +
 drivers/net/softnic/meson.build                 |   3 +-
 drivers/net/softnic/rte_eth_softnic.c           |   1 +
 drivers/net/softnic/rte_eth_softnic_action.c    |  11 +
 drivers/net/softnic/rte_eth_softnic_cli.c       | 513 ++++++++++++++++++++++++
 drivers/net/softnic/rte_eth_softnic_cryptodev.c | 125 ++++++
 drivers/net/softnic/rte_eth_softnic_internals.h |  53 +++
 drivers/net/softnic/rte_eth_softnic_pipeline.c  |  55 +++
 drivers/net/softnic/rte_eth_softnic_thread.c    |  10 +
 10 files changed, 778 insertions(+), 1 deletion(-)
 create mode 100644 drivers/net/softnic/rte_eth_softnic_cryptodev.c

-- 
2.13.6

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

end of thread, other threads:[~2018-10-26 10:22 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-24 12:49 [dpdk-dev] [PATCH 0/5] net/softnic: add symmetric crypto support Fan Zhang
2018-10-24 12:49 ` [dpdk-dev] [PATCH 1/5] net/softnic: add cryptodev Fan Zhang
2018-10-24 12:49 ` [dpdk-dev] [PATCH 2/5] net/softnic: configure crypto port Fan Zhang
2018-10-24 12:49 ` [dpdk-dev] [PATCH 3/5] net/softnic: add symmetric crypto action Fan Zhang
2018-10-24 12:49 ` [dpdk-dev] [PATCH 4/5] net/softnic: update cli parsing Fan Zhang
2018-10-24 12:49 ` [dpdk-dev] [PATCH 5/5] doc: update release note Fan Zhang
2018-10-26 10:22 ` [dpdk-dev] [PATCH 0/5] net/softnic: add symmetric crypto support Dumitrescu, Cristian

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).