From: Jerin Jacob <jerin.jacob@caviumnetworks.com>
To: thomas@monjalon.net
Cc: dev@dpdk.org
Subject: [dpdk-dev] [pull-request] next-eventdev 18.08 RC1
Date: Fri, 6 Jul 2018 10:48:04 +0530 [thread overview]
Message-ID: <20180706051757.GA6848@jerin> (raw)
The following changes since commit 05e0eee0001cb19671eb7e8d3dd68680a695fea2:
net/ena: enable write combining (2018-06-30 00:12:58 +0200)
are available in the Git repository at:
http://dpdk.org/git/next/dpdk-next-eventdev
for you to fetch changes up to 9131a10a60bdbf8cd19e0158c6e01648a1d25e23:
eventdev: add callback for Rx adapter SW transfers (2018-07-06 10:24:49 +0530)
----------------------------------------------------------------
Gage Eads (2):
service: add mechanism for quiescing a service
event/sw: support device stop flush callback
Nikhil Rao (6):
eventdev: standardize Rx adapter internal function names
eventdev: improve err handling for Rx adapter queue add/del
eventdev: move Rx adapter eth Rx to separate function
eventdev: add interrupt driven queues to Rx adapter
eventdev: add Rx adapter tests for interrupt driven queues
eventdev: add callback for Rx adapter SW transfers
Pavan Nikhilesh (2):
eventdev: update get id from name to include PCI devices
event/octeontx: fix flush callback
config/common_base | 1 +
config/rte_config.h | 1 +
.../prog_guide/event_ethernet_rx_adapter.rst | 41 +
drivers/event/octeontx/ssovf_worker.c | 17 +-
drivers/event/sw/sw_evdev.c | 114 +-
drivers/event/sw/sw_evdev_selftest.c | 81 +-
lib/librte_eal/common/include/rte_service.h | 20 +
lib/librte_eal/common/rte_service.c | 32 +-
lib/librte_eal/rte_eal_version.map | 1 +
lib/librte_eventdev/Makefile | 9 +-
lib/librte_eventdev/meson.build | 9 +-
lib/librte_eventdev/rte_event_eth_rx_adapter.c | 1602 +++++++++++++++++---
lib/librte_eventdev/rte_event_eth_rx_adapter.h | 86 +-
lib/librte_eventdev/rte_eventdev.c | 15 +-
lib/librte_eventdev/rte_eventdev_version.map | 25 +-
test/test/test_event_eth_rx_adapter.c | 261 +++-
test/test/test_service_cores.c | 43 +
17 files changed, 2087 insertions(+), 271 deletions(-)
next reply other threads:[~2018-07-06 5:18 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-07-06 5:18 Jerin Jacob [this message]
2018-07-12 7:12 ` 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=20180706051757.GA6848@jerin \
--to=jerin.jacob@caviumnetworks.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).