mbox series

[pull-request] dpdk-next-eventdev - v22.03 - RC1

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

Pull-request

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

Checks

Context Check Description
ci/github-robot: build success github build: passed
ci/Intel-compilation warning apply issues

Message

Jerin Jacob Kollanukkaran Jan. 24, 2022, 9:23 a.m. UTC
  The following changes since commit 62c21c38a26e654bba09be147ea2d61c2e699a13:

  bus/ifpga: remove useless check while browsing devices (2022-01-19 17:52:19 +0100)

are available in the Git repository at:

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

for you to fetch changes up to 3a16d682fa5c314a868caee7c053ca45de1bfa38:

  event/cnxk: add timer adapter periodic mode support (2022-01-24 14:33:56 +0530)

----------------------------------------------------------------
Naga Harish K S V (1):
      eventdev/eth_rx: add event port get API

Nipun Gupta (1):
      examples/l3fwd: fix Rx burst size for event mode

Pavan Nikhilesh (7):
      eventdev/eth_rx: fix missing internal port checks
      event/cnxk: update min interval calculation
      event/cnxk: add external clock support for timer
      event/cnxk: fix qos devargs parsing
      common/cnxk: add telemetry endpoints to SSO
      common/cnxk: add workaround for vWQE flush
      common/cnxk: use XAQ create API for inline device

Rashmi Shetty (1):
      doc/dlb2: fix dlb2 documentation

Shijith Thotton (1):
      event/cnxk: add timer adapter periodic mode support

 doc/guides/eventdevs/cnxk.rst              |  18 +++
 doc/guides/eventdevs/dlb2.rst              |  19 +--
 doc/guides/rel_notes/release_22_03.rst     |   4 +
 drivers/common/cnxk/cnxk_telemetry_sso.c   |  50 +++++++
 drivers/common/cnxk/meson.build            |   4 +-
 drivers/common/cnxk/roc_idev.c             |  20 +++
 drivers/common/cnxk/roc_idev_priv.h        |   3 +
 drivers/common/cnxk/roc_nix_debug.c        |   4 +-
 drivers/common/cnxk/roc_nix_inl.c          |   3 +-
 drivers/common/cnxk/roc_nix_inl_dev.c      |  65 ++++-----
 drivers/common/cnxk/roc_nix_inl_priv.h     |   4 +-
 drivers/common/cnxk/roc_nix_priv.h         |   1 +
 drivers/common/cnxk/roc_nix_queue.c        |  19 ++-
 drivers/common/cnxk/roc_platform.h         |   1 +
 drivers/common/cnxk/roc_sso.c              |   1 +
 drivers/common/cnxk/roc_sso_priv.h         |   1 +
 drivers/common/cnxk/roc_tim.c              |  32 ++++-
 drivers/common/cnxk/roc_tim.h              |   9 +-
 drivers/common/cnxk/roc_utils.c            |   3 +
 drivers/common/cnxk/version.map            |   1 +
 drivers/event/cnxk/cn10k_eventdev.c        |   3 +-
 drivers/event/cnxk/cnxk_eventdev.c         |   2 +-
 drivers/event/cnxk/cnxk_eventdev.h         |   6 +-
 drivers/event/cnxk/cnxk_tim_evdev.c        | 223 +++++++++++++++++++++++++----
 drivers/event/cnxk/cnxk_tim_evdev.h        |  86 ++++++-----
 examples/l3fwd/l3fwd_event_internal_port.c |   2 +
 lib/eventdev/rte_event_eth_rx_adapter.c    |  44 ++++--
 lib/eventdev/rte_event_eth_rx_adapter.h    |  20 +++
 lib/eventdev/version.map                   |   3 +
 29 files changed, 515 insertions(+), 136 deletions(-)
 create mode 100644 drivers/common/cnxk/cnxk_telemetry_sso.c
  

Comments

Thomas Monjalon Jan. 26, 2022, 11:58 a.m. UTC | #1
24/01/2022 10:23, Jerin Jacob Kollanukkaran:
>   http://dpdk.org/git/next/dpdk-next-eventdev

Pulled, thanks.