mbox series

[pull-request] next-eventdev 20.11 RC1

Message ID BYAPR18MB24248A46F66C5EFB0FC93E6AC8020@BYAPR18MB2424.namprd18.prod.outlook.com (mailing list archive)
State Accepted, archived
Delegated to: Thomas Monjalon
Headers
Series [pull-request] next-eventdev 20.11 RC1 |

Pull-request

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

Checks

Context Check Description
ci/Intel-compilation fail apply issues
ci/travis-robot success Travis build: passed

Message

Jerin Jacob Kollanukkaran Oct. 15, 2020, 9:46 p.m. UTC
  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
  

Comments

Thomas Monjalon Oct. 16, 2020, 12:40 p.m. UTC | #1
15/10/2020 23:46, Jerin Jacob Kollanukkaran:
> 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

OK, no problem

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

Pulled, thanks