[dpdk-dev] [pull-request] next-eventdev 19.11 PRE-RC1

Jerin Jacob Kollanukkaran jerinj at marvell.com
Sat Oct 5 15:50:49 CEST 2019


The following changes since commit 5b5bb56532fd5dea5d6260c0a0e405c0e32da2a0:

  maintainers: add David for main branch (2019-10-03 10:13:20 +0200)

are available in the Git repository at:

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

for you to fetch changes up to 0c3fd934882db31ace23a8ee0cd2e31d5444394f:

  app/test-eventdev: add options to set mbuf and pkt size (2019-10-05 19:09:31 +0530)


Note:
- I will be on vacation next week.
- Following are the pending patches in Eventdev tree for 19.11. Based on the review comments and time the review completes, We can merge in post RC1 or in RC1.

a) Tx adapter API change
http://patches.dpdk.org/patch/60528/
b) NXP Tx adapter implementation
http://patches.dpdk.org/user/todo/dpdk/?series=6696
c) Crypto adapter changes
http://patches.dpdk.org/user/todo/dpdk/?series=6648
d) l2fwd-event(Waiting for NXP Ack)
http://patches.dpdk.org/project/dpdk/list/?series=6676



----------------------------------------------------------------
Gage Eads (1):
      event/sw: fix xstats reset value assignment bug

Hemant Agrawal (10):
      test/event_crypto: add check for session init failure
      test/event_crypto: no service core when HW support available
      test/event_crypto: fix mempool name
      test/event_crypto: change the SEC cipher algo
      test/event_crypto: add error check for adapter failure
      event/dpaa2: fix def queue conf
      event/dpaa2: remove conditional compilation
      event/dpaa2: add destroy support
      event/dpaa2: add selftest cases
      test/event: enable dpaa2 self test

Nipun Gupta (1):
      event/dpaa2: add retry break in packet enqueue

Pavan Nikhilesh (2):
      event/octeontx2: fix Rx adapter capabilities
      app/test-eventdev: add options to set mbuf and pkt size

 app/test-eventdev/evt_common.h                |  30 +-
 app/test-eventdev/evt_options.c               |  28 +-
 app/test-eventdev/evt_options.h               |   2 +
 app/test-eventdev/test_pipeline_common.c      |  38 +-
 app/test/test_event_crypto_adapter.c          |  30 +-
 app/test/test_eventdev.c                      |   7 +
 doc/guides/tools/testeventdev.rst             |  10 +
 drivers/event/dpaa2/Makefile                  |   7 +-
 drivers/event/dpaa2/dpaa2_eventdev.c          |  70 ++-
 drivers/event/dpaa2/dpaa2_eventdev.h          |   2 +
 drivers/event/dpaa2/dpaa2_eventdev_logs.h     |   8 +-
 drivers/event/dpaa2/dpaa2_eventdev_selftest.c | 833 ++++++++++++++++++++++++++
 drivers/event/dpaa2/meson.build               |   3 +-
 drivers/event/octeontx2/otx2_evdev_adptr.c    |   3 +-
 drivers/event/sw/sw_evdev_xstats.c            |   5 +-
 15 files changed, 1022 insertions(+), 54 deletions(-)
 create mode 100644 drivers/event/dpaa2/dpaa2_eventdev_selftest.c


More information about the dev mailing list