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>
Subject: [dpdk-dev] [pull-request] dpdk-next-eventdev - v22.03 - RC1
Date: Mon, 24 Jan 2022 09:23:19 +0000	[thread overview]
Message-ID: <BY3PR18MB478505314945774488656B95C85E9@BY3PR18MB4785.namprd18.prod.outlook.com> (raw)

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

             reply	other threads:[~2022-01-24  9:23 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-24  9:23 Jerin Jacob Kollanukkaran [this message]
2022-01-26 11:58 ` 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=BY3PR18MB478505314945774488656B95C85E9@BY3PR18MB4785.namprd18.prod.outlook.com \
    --to=jerinj@marvell.com \
    --cc=dev@dpdk.org \
    --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).