DPDK patches and discussions
 help / color / mirror / Atom feed
From: Jerin Jacob Kollanukkaran <jerinj@marvell.com>
To: Thomas Monjalon <thomas@monjalon.net>
Cc: "dev@dpdk.org" <dev@dpdk.org>,
	"timothy.mcdaniel@intel.com" <timothy.mcdaniel@intel.com>,
	Sunil Kumar Kori <skori@marvell.com>
Subject: [dpdk-dev]  [pull-request] next-eventdev 20.11 RC1
Date: Thu, 15 Oct 2020 21:46:28 +0000	[thread overview]
Message-ID: <BYAPR18MB24248A46F66C5EFB0FC93E6AC8020@BYAPR18MB2424.namprd18.prod.outlook.com> (raw)

Patches postponed to RC2: 

DLB driver: http://patches.dpdk.org/patch/77484/
DLB2 driver: http://patches.dpdk.org/patch/77507/
evendev feature matrix documentation: http://patches.dpdk.org/user/todo/dpdk/?series=8706


The following changes since commit 057d9a92f0a9aa07dd820669d4a07b325661929f:

  eal: fix build with conflicting libc variable memory_order (2020-10-15 18:49:53 +0200)

are available in the Git repository at:

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

for you to fetch changes up to 0a5a3ba495ce9e4622befb31193bcbd6ef8a0fb0:

  eventdev: add PCI probe named convenience function (2020-10-16 02:55:35 +0530)

----------------------------------------------------------------
Ankur Dwivedi (6):
      test/event_crypto_adapter: return error for unsupported mode
      test/event_crypto_adapter: fix function arguments
      test/event_crypto_adapter: free resources during exit
      crypto/octeontx2: move functions to helper file
      event/octeontx2: add crypto adapter framework
      event/octeontx2: add crypto adapter datapath

Harman Kalra (2):
      net/octeontx2: fix jumbo frame crash
      app/eventdev: enable fast free offload

Jay Jayatheerthan (2):
      app/test: uninit vdevs in event eth Rx adapter autotest
      app/test: add net null dev creation in Rx adapter autotest

Mike Ximing Chen (1):
      eventdev: support telemetry with xstats info

Pavan Nikhilesh (3):
      event/octeontx: validate events requested against available
      event/octeontx2: add switch tag flush op
      event/octeontx2: improve single flow performance

Radu Nicolau (1):
      event/sw: performance improvements

Timothy McDaniel (2):
      eventdev: express DLB/DLB2 PMD constraints
      eventdev: add PCI probe named convenience function

Yunjian Wang (3):
      eventdev: fix return value of null not checked
      event/dpaa2: fix dereference before null check
      eventdev: fix adapter leak in error path

app/test-eventdev/evt_common.h                     |  11 +
 app/test-eventdev/test_order_atq.c                 |  26 +-
 app/test-eventdev/test_order_common.c              |   1 +
 app/test-eventdev/test_order_queue.c               |  27 +-
 app/test-eventdev/test_pipeline_common.c           |   5 +
 app/test/test_event_crypto_adapter.c               |  75 +++--
 app/test/test_event_eth_rx_adapter.c               |  75 ++++-
 app/test/test_eventdev.c                           |   4 +-
 doc/guides/eventdevs/octeontx.rst                  |  23 +-
 doc/guides/eventdevs/sw.rst                        |  22 ++
 doc/guides/rel_notes/deprecation.rst               |  13 -
 doc/guides/rel_notes/release_20_11.rst             |  14 +
 drivers/common/cpt/cpt_common.h                    |   1 +
 drivers/common/octeontx2/otx2_io_arm64.h           |  12 +
 drivers/common/octeontx2/otx2_io_generic.h         |  16 +-
 drivers/crypto/octeontx2/meson.build               |   1 +
 .../crypto/octeontx2/otx2_cryptodev_hw_access.h    |  12 +
 drivers/crypto/octeontx2/otx2_cryptodev_mbox.h     |   2 +
 drivers/crypto/octeontx2/otx2_cryptodev_ops.c      |  96 +++---
 .../crypto/octeontx2/otx2_cryptodev_ops_helper.h   |  74 +++++
 drivers/crypto/octeontx2/otx2_cryptodev_qp.h       |   7 +
 .../octeontx2/rte_pmd_octeontx2_crypto_version.map |  10 +
 drivers/event/dpaa/dpaa_eventdev.c                 |   3 +-
 drivers/event/dpaa2/dpaa2_eventdev.c               |  13 +-
 drivers/event/dsw/dsw_evdev.c                      |   3 +-
 drivers/event/octeontx/ssovf_evdev.c               | 104 +++++-
 drivers/event/octeontx/ssovf_evdev.h               |   6 +
 drivers/event/octeontx/timvf_evdev.c               |  68 +++-
 drivers/event/octeontx/timvf_evdev.h               |   2 +
 drivers/event/octeontx2/meson.build                |   4 +-
 drivers/event/octeontx2/otx2_evdev.c               |   9 +-
 drivers/event/octeontx2/otx2_evdev.h               |  29 +-
 drivers/event/octeontx2/otx2_evdev_crypto_adptr.c  |  81 +++++
 .../event/octeontx2/otx2_evdev_crypto_adptr_dp.h   |  75 +++++
 drivers/event/octeontx2/otx2_worker.h              | 102 +++---
 drivers/event/octeontx2/otx2_worker_dual.h         |  44 ++-
 drivers/event/opdl/opdl_evdev.c                    |   3 +-
 drivers/event/skeleton/skeleton_eventdev.c         |   5 +-
 drivers/event/sw/event_ring.h                      | 109 ++----
 drivers/event/sw/sw_evdev.c                        | 118 +++++--
 drivers/event/sw/sw_evdev.h                        |  22 +-
 drivers/event/sw/sw_evdev_scheduler.c              |  66 +++-
 drivers/event/sw/sw_evdev_selftest.c               |   6 +-
 drivers/mempool/octeontx2/otx2_mempool_ops.c       |   4 +
 drivers/net/octeontx2/otx2_tx.c                    |  23 +-
 drivers/net/octeontx2/otx2_tx.h                    |  41 +++
 .../eventdev_pipeline/pipeline_worker_generic.c    |   6 +-
 examples/eventdev_pipeline/pipeline_worker_tx.c    |   1 +
 examples/l2fwd-event/l2fwd_event_generic.c         |   7 +-
 examples/l2fwd-event/l2fwd_event_internal_port.c   |   6 +-
 examples/l3fwd/l3fwd_event_generic.c               |   7 +-
 examples/l3fwd/l3fwd_event_internal_port.c         |   6 +-
 lib/librte_eventdev/meson.build                    |   1 +
 lib/librte_eventdev/rte_event_crypto_adapter.c     |   1 +
lib/librte_eventdev/rte_event_eth_tx_adapter.c     |   4 +-
 lib/librte_eventdev/rte_eventdev.c                 | 369 ++++++++++++++++++++-
 lib/librte_eventdev/rte_eventdev.h                 |  51 ++-
 lib/librte_eventdev/rte_eventdev_pmd_pci.h         |  45 ++-
 lib/librte_eventdev/rte_eventdev_trace.h           |   7 +-
 lib/librte_eventdev/rte_eventdev_version.map       |   6 +-
 60 files changed, 1592 insertions(+), 392 deletions(-)
 create mode 100644 drivers/crypto/octeontx2/otx2_cryptodev_ops_helper.h
 create mode 100644 drivers/event/octeontx2/otx2_evdev_crypto_adptr.c
 create mode 100644 drivers/event/octeontx2/otx2_evdev_crypto_adptr_dp.h

             reply	other threads:[~2020-10-15 21:46 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-15 21:46 Jerin Jacob Kollanukkaran [this message]
2020-10-16 12:40 ` Thomas Monjalon

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=BYAPR18MB24248A46F66C5EFB0FC93E6AC8020@BYAPR18MB2424.namprd18.prod.outlook.com \
    --to=jerinj@marvell.com \
    --cc=dev@dpdk.org \
    --cc=skori@marvell.com \
    --cc=thomas@monjalon.net \
    --cc=timothy.mcdaniel@intel.com \
    /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).