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 RC2
Date: Mon, 4 May 2020 11:57:22 +0000 [thread overview]
Message-ID: <BYAPR18MB242493016ADCB9245764C203C8A60@BYAPR18MB2424.namprd18.prod.outlook.com> (raw)
The following changes since commit 67d376e7fe7d4e4149d3591ed94cba33206e8cd2:
maintainers: update for testpmd (2020-04-29 23:51:50 +0200)
are available in the Git repository at:
http://dpdk.org/git/next/dpdk-next-eventdev
for you to fetch changes up to 53878b746f26a6f845fd077fbae046eb98b211db:
event/dsw: avoid reusing previously recorded events (2020-05-04 17:18:28 +0530)
----------------------------------------------------------------
Harman Kalra (3):
event/octeontx: add multi segment support to eventdev
event/octeontx: add framework for Rx/Tx offloads
event/octeontx: support Rx/Tx checksum offload
Lukasz Bartosik (1):
event/octeontx2: fix queue removal from Rx adapter
Mattias Rönnblom (1):
event/dsw: avoid reusing previously recorded events
Pavan Nikhilesh (1):
eventdev: fix device probe and remove for secondary process
Sunil Kumar Kori (1):
examples/l3fwd: fix error checking
Vamsi Attunuru (1):
event/octeontx: add VLAN filter offload support
drivers/event/dsw/dsw_event.c | 3 +
drivers/event/octeontx/ssovf_evdev.c | 24 +--
drivers/event/octeontx/ssovf_evdev.h | 19 +-
drivers/event/octeontx/ssovf_worker.c | 304 +++++++++++++++++++++++------
drivers/event/octeontx/ssovf_worker.h | 123 +++++++++++-
drivers/event/octeontx2/otx2_evdev_adptr.c | 4 +-
drivers/net/octeontx/octeontx_rxtx.h | 17 ++
examples/l3fwd/l3fwd_event.c | 6 +-
examples/l3fwd/l3fwd_event_generic.c | 9 +-
examples/l3fwd/l3fwd_event_internal_port.c | 10 +-
lib/librte_eventdev/rte_eventdev.c | 13 +-
lib/librte_eventdev/rte_eventdev_pmd_pci.h | 8 +-
12 files changed, 431 insertions(+), 109 deletions(-)
~
next reply other threads:[~2020-05-04 11:57 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-05-04 11:57 Jerin Jacob Kollanukkaran [this message]
2020-05-06 20:34 ` 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=BYAPR18MB242493016ADCB9245764C203C8A60@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).