DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [pull-request] next-eventdev 21.05-rc1
@ 2021-04-17 17:28 Jerin Jacob Kollanukkaran
  2021-04-18 23:33 ` Thomas Monjalon
  0 siblings, 1 reply; 2+ messages in thread
From: Jerin Jacob Kollanukkaran @ 2021-04-17 17:28 UTC (permalink / raw)
  To: Thomas Monjalon; +Cc: dpdk-dev

The following changes since commit 74299cc7591192cbc72e8f411dff0c7f3cfdf309:

  buildtools: fix all drivers disabled on Windows (2021-04-17 12:49:23 +0200)

are available in the Git repository at:

  http://dpdk.org/git/next/dpdk-next-eventdev

for you to fetch changes up to 6e5aa8854846c884885391ddc84b2629de198e68:

  eventdev: fix case to initiate crypto adapter service (2021-04-17 22:52:41 +0530)

----------------------------------------------------------------
Akhil Goyal (1):
      eventdev: introduce crypto adapter enqueue API

Shijith Thotton (3):
      event/octeontx2: support crypto adapter forward mode
      test/event_crypto: use crypto adapter enqueue API
      eventdev: fix case to initiate crypto adapter service

 app/test/test_event_crypto_adapter.c               | 33 +++++----
 devtools/libabigail.abignore                       |  5 ++
 doc/guides/prog_guide/event_crypto_adapter.rst     | 69 +++++++++++-------
 doc/guides/rel_notes/release_21_05.rst             |  7 ++
 drivers/crypto/octeontx2/otx2_cryptodev_ops.c      | 49 +++++++++----
 drivers/event/octeontx2/otx2_evdev.c               |  5 +-
 drivers/event/octeontx2/otx2_evdev_crypto_adptr.c  |  3 +-
 ...pto_adptr_dp.h => otx2_evdev_crypto_adptr_rx.h} |  6 +-
 .../event/octeontx2/otx2_evdev_crypto_adptr_tx.h   | 83 ++++++++++++++++++++++
 drivers/event/octeontx2/otx2_worker.h              |  2 +-
 drivers/event/octeontx2/otx2_worker_dual.h         |  2 +-
 lib/librte_eventdev/eventdev_trace_points.c        |  3 +
 lib/librte_eventdev/rte_event_crypto_adapter.c     |  1 +
 lib/librte_eventdev/rte_event_crypto_adapter.h     | 63 ++++++++++++++++
 lib/librte_eventdev/rte_eventdev.c                 | 10 +++
 lib/librte_eventdev/rte_eventdev.h                 |  9 ++-
 lib/librte_eventdev/rte_eventdev_trace_fp.h        | 10 +++
 lib/librte_eventdev/version.map                    |  1 +
 18 files changed, 301 insertions(+), 60 deletions(-)
 rename drivers/event/octeontx2/{otx2_evdev_crypto_adptr_dp.h => otx2_evdev_crypto_adptr_rx.h} (93%)
 create mode 100644 drivers/event/octeontx2/otx2_evdev_crypto_adptr_tx.h

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

* Re: [dpdk-dev] [pull-request] next-eventdev 21.05-rc1
  2021-04-17 17:28 [dpdk-dev] [pull-request] next-eventdev 21.05-rc1 Jerin Jacob Kollanukkaran
@ 2021-04-18 23:33 ` Thomas Monjalon
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Monjalon @ 2021-04-18 23:33 UTC (permalink / raw)
  To: Jerin Jacob Kollanukkaran; +Cc: dev

17/04/2021 19:28, Jerin Jacob Kollanukkaran:
>   http://dpdk.org/git/next/dpdk-next-eventdev

Pulled, thanks




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

end of thread, other threads:[~2021-04-18 23:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-17 17:28 [dpdk-dev] [pull-request] next-eventdev 21.05-rc1 Jerin Jacob Kollanukkaran
2021-04-18 23:33 ` Thomas Monjalon

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