From: <pbhagavatula@marvell.com>
To: <jerinj@marvell.com>
Cc: <dev@dpdk.org>, Pavan Nikhilesh <pbhagavatula@marvell.com>
Subject: [dpdk-dev] [PATCH v3 0/6] event/octeontx2: add Rx/Tx adapter support
Date: Wed, 3 Jul 2019 15:34:24 +0530 [thread overview]
Message-ID: <20190703100430.716-1-pbhagavatula@marvell.com> (raw)
From: Pavan Nikhilesh <pbhagavatula@marvell.com>
This patchset adds event eth Rx/Tx adapter support for OCTEONTX2 event
device, depends on:
http://patches.dpdk.org/project/dpdk/list/?submitter=1188
v3 Changes:
- rebase patches to v3 of net/octeontx2.
- remove shared function between net/octeontx2 and event/octeontx2.
v2 Changes:
- add missing patch.
Harman Kalra (1):
event/octeontx2: add PTP support for SSO
Pavan Nikhilesh (5):
event/octeontx2: add event eth Rx adapter support
event/octeontx2: resize SSO inflight event buffers
event/octeontx2: add event eth Rx adapter fastpath ops
event/octeontx2: add Tx adadpter support
doc: update Marvell OCTEON TX2 documentation
doc/guides/eventdevs/octeontx2.rst | 6 +
drivers/event/octeontx2/Makefile | 4 +-
drivers/event/octeontx2/meson.build | 2 +-
drivers/event/octeontx2/otx2_evdev.c | 391 ++++++++++++++++++-
drivers/event/octeontx2/otx2_evdev.h | 161 +++++++-
drivers/event/octeontx2/otx2_evdev_adptr.c | 418 +++++++++++++++++++++
drivers/event/octeontx2/otx2_worker.c | 207 +++++++---
drivers/event/octeontx2/otx2_worker.h | 98 ++++-
drivers/event/octeontx2/otx2_worker_dual.c | 257 ++++++++++---
drivers/event/octeontx2/otx2_worker_dual.h | 25 +-
10 files changed, 1413 insertions(+), 156 deletions(-)
--
2.22.0
next reply other threads:[~2019-07-03 10:07 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-07-03 10:04 pbhagavatula [this message]
2019-07-03 10:04 ` [dpdk-dev] [PATCH v3 1/6] event/octeontx2: add event eth Rx " pbhagavatula
2019-07-03 10:12 ` Jerin Jacob Kollanukkaran
2019-07-03 10:04 ` [dpdk-dev] [PATCH v3 2/6] event/octeontx2: resize SSO inflight event buffers pbhagavatula
2019-07-03 10:04 ` [dpdk-dev] [PATCH v3 3/6] event/octeontx2: add event eth Rx adapter fastpath ops pbhagavatula
2019-07-03 10:04 ` [dpdk-dev] [PATCH v3 4/6] event/octeontx2: add PTP support for SSO pbhagavatula
2019-07-03 10:04 ` [dpdk-dev] [PATCH v3 5/6] event/octeontx2: add Tx adadpter support pbhagavatula
2019-07-03 10:04 ` [dpdk-dev] [PATCH v3 6/6] doc: update Marvell OCTEON TX2 documentation pbhagavatula
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=20190703100430.716-1-pbhagavatula@marvell.com \
--to=pbhagavatula@marvell.com \
--cc=dev@dpdk.org \
--cc=jerinj@marvell.com \
/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).