DPDK patches and discussions
 help / color / mirror / Atom feed
From: Jerin Jacob Kollanukkaran <jerinj@marvell.com>
To: Thomas Monjalon <thomas@monjalon.net>
Cc: dpdk-dev <dev@dpdk.org>
Subject: [dpdk-dev]  [pull-request] next-eventdev 20.05 RC1
Date: Sun, 5 Apr 2020 09:12:45 +0000	[thread overview]
Message-ID: <BYAPR18MB242424679254A50BAB076A82C8C50@BYAPR18MB2424.namprd18.prod.outlook.com> (raw)

The following changes since commit 10c69730a4b4910b4d57c365329a6c26479d25cd:

  lpm6: make IPv6 address immutable (2020-03-31 21:45:43 +0200)

are available in the Git repository at:

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

for you to fetch changes up to f2c9b773f95dfe2386d68814ac2788d26e20afda:

  event/octeontx2: use c11 atomics for statistics (2020-04-04 22:08:43 +0530)

----------------------------------------------------------------
Mattias Rönnblom (8):
      event/dsw: reduce latency in low-load situations
      event/dsw: reduce max flows to speed up load balancing
      event/dsw: extend the xstats
      event/dsw: improve migration mechanism
      event/dsw: avoid migration waves in large systems
      event/dsw: remove redundant control ring poll
      event/dsw: remove unnecessary read barrier
      event/dsw: add port busy cycles xstats

Pavan Nikhilesh (4):
      event/octeontx2: remove WFE from dualslot dequeue
      app/eventdev: validate producer type used
      examples/l2fwd-event: add option to configure port pairs
      event/octeontx2: use c11 atomics for statistics

 app/test-eventdev/evt_options.h               |  16 +
 app/test-eventdev/test_order_common.c         |   6 +-
 app/test-eventdev/test_pipeline_common.c      |   7 +
 doc/guides/sample_app_ug/l2_forward_event.rst |   2 +
 drivers/event/dsw/dsw_evdev.c                 |   1 +
 drivers/event/dsw/dsw_evdev.h                 |  45 +-
 drivers/event/dsw/dsw_event.c                 | 610 ++++++++++++++++----------
 drivers/event/dsw/dsw_xstats.c                |  26 +-
 drivers/event/octeontx2/otx2_tim_evdev.c      |   5 +-
 drivers/event/octeontx2/otx2_tim_evdev.h      |   2 +-
 drivers/event/octeontx2/otx2_tim_worker.c     |   5 +-
 drivers/event/octeontx2/otx2_worker_dual.h    |   6 +-
 examples/l2fwd-event/l2fwd_common.h           |   1 +
 examples/l2fwd-event/main.c                   | 183 ++++++--
 14 files changed, 625 insertions(+), 290 deletions(-)

                 reply	other threads:[~2020-04-05  9:12 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=BYAPR18MB242424679254A50BAB076A82C8C50@BYAPR18MB2424.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).