DPDK patches and discussions
 help / color / mirror / Atom feed
From: Jerin Jacob Kollanukkaran <jerinj@marvell.com>
To: Thomas Monjalon <thomas@monjalon.net>, "'dev@dpdk.org'" <dev@dpdk.org>
Cc: Hemant Agrawal <hemant.agrawal@nxp.com>,
	'Nipun Gupta' <nipun.gupta@nxp.com>,
	"gage.eads@intel.com" <gage.eads@intel.com>,
	"Pavan Nikhilesh Bhagavatula" <pbhagavatula@marvell.com>,
	"Gujjar, Abhinandan S" <abhinandan.gujjar@intel.com>,
	Nikhil Rao <nikhil.rao@intel.com>,
	"gage.eads@intel.com" <gage.eads@intel.com>,
	"harry.van.haaren@intel.com" <harry.van.haaren@intel.com>
Subject: [dpdk-dev]  [pull-request] next-eventdev 19.11 PRE-RC1
Date: Sat, 5 Oct 2019 13:50:49 +0000	[thread overview]
Message-ID: <BYAPR18MB24246B36C93061D326259949C8990@BYAPR18MB2424.namprd18.prod.outlook.com> (raw)

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

             reply	other threads:[~2019-10-05 13:50 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-05 13:50 Jerin Jacob Kollanukkaran [this message]
2019-10-15 19:06 ` Thomas Monjalon
2019-10-16 12:14   ` Jerin Jacob

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=BYAPR18MB24246B36C93061D326259949C8990@BYAPR18MB2424.namprd18.prod.outlook.com \
    --to=jerinj@marvell.com \
    --cc=abhinandan.gujjar@intel.com \
    --cc=dev@dpdk.org \
    --cc=gage.eads@intel.com \
    --cc=harry.van.haaren@intel.com \
    --cc=hemant.agrawal@nxp.com \
    --cc=nikhil.rao@intel.com \
    --cc=nipun.gupta@nxp.com \
    --cc=pbhagavatula@marvell.com \
    --cc=thomas@monjalon.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).