From: <pbhagavatula@marvell.com>
To: <jerinj@marvell.com>
Cc: <dev@dpdk.org>, Pavan Nikhilesh <pbhagavatula@marvell.com>
Subject: [dpdk-dev] [PATCH 0/5] event/octeontx2: add Rx/Tx adapter support
Date: Mon, 3 Jun 2019 15:01:50 +0530 [thread overview]
Message-ID: <20190603093156.381-1-pbhagavatula@marvell.com> (raw)
From: Pavan Nikhilesh <pbhagavatula@marvell.com>
This patchset adds event eth Rx/Tx adapter support.
Depends on the following patchsets:
http://patches.dpdk.org/project/dpdk/list/?series=4844
http://patches.dpdk.org/project/dpdk/list/?series=4847
http://patches.dpdk.org/project/dpdk/list/?series=4848
Pavan Nikhilesh (5):
event/octeontx2: add event eth rx adapter support
event/octeontx2: resize inflight buffers based on Rx pool size
event/octeontx2: add event eth Rx adapter fastpath ops
event/octeontx2: add PTP support for SSO
event/octeontx2: add tx adadpter support
drivers/event/octeontx2/Makefile | 4 +-
drivers/event/octeontx2/meson.build | 2 +-
drivers/event/octeontx2/otx2_evdev.c | 392 ++++++++++++++++++++-
drivers/event/octeontx2/otx2_evdev.h | 155 +++++++-
drivers/event/octeontx2/otx2_evdev_adptr.c | 342 ++++++++++++++++++
drivers/event/octeontx2/otx2_worker.c | 207 ++++++++---
drivers/event/octeontx2/otx2_worker.h | 111 +++++-
drivers/event/octeontx2/otx2_worker_dual.c | 257 ++++++++++----
drivers/event/octeontx2/otx2_worker_dual.h | 24 +-
9 files changed, 1342 insertions(+), 152 deletions(-)
--
2.21.0
next reply other threads:[~2019-06-03 9:32 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-06-03 9:31 pbhagavatula [this message]
2019-06-03 9:31 ` [dpdk-dev] [PATCH 1/5] event/octeontx2: resize SSO inflight event buffers pbhagavatula
2019-06-03 9:31 ` [dpdk-dev] [PATCH 2/5] event/octeontx2: add event eth Rx adapter fastpath ops pbhagavatula
2019-06-03 9:31 ` [dpdk-dev] [PATCH 3/5] event/octeontx2: add PTP support for SSO pbhagavatula
2019-06-03 9:31 ` [dpdk-dev] [PATCH 4/5] event/octeontx2: add Tx adadpter support pbhagavatula
2019-06-03 9:31 ` [dpdk-dev] [PATCH 5/5] 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=20190603093156.381-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).