DPDK patches and discussions
 help / color / mirror / Atom feed
From: <pbhagavatula@marvell.com>
To: <jerinj@marvell.com>
Cc: <dev@dpdk.org>, Pavan Nikhilesh <pbhagavatula@marvell.com>
Subject: [dpdk-dev] [PATCH v2 0/6] event/octeontx2: add Rx/Tx adapter support
Date: Mon, 3 Jun 2019 16:04:22 +0530	[thread overview]
Message-ID: <20190603103429.814-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

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       | 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 +-
 10 files changed, 1348 insertions(+), 152 deletions(-)

--
2.21.0


             reply	other threads:[~2019-06-03 10:34 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-06-03 10:34 pbhagavatula [this message]
2019-06-03 10:34 ` [dpdk-dev] [PATCH v2 1/6] event/octeontx2: add event eth Rx " pbhagavatula
2019-06-17  9:19   ` Jerin Jacob Kollanukkaran
2019-06-03 10:34 ` [dpdk-dev] [PATCH v2 2/6] event/octeontx2: resize SSO inflight event buffers pbhagavatula
2019-06-03 10:34 ` [dpdk-dev] [PATCH v2 3/6] event/octeontx2: add event eth Rx adapter fastpath ops pbhagavatula
2019-06-03 10:34 ` [dpdk-dev] [PATCH v2 4/6] event/octeontx2: add PTP support for SSO pbhagavatula
2019-06-03 10:34 ` [dpdk-dev] [PATCH v2 5/6] event/octeontx2: add Tx adadpter support pbhagavatula
2019-06-03 10:34 ` [dpdk-dev] [PATCH v2 6/6] doc: update Marvell OCTEON TX2 documentation pbhagavatula
2019-06-04  9:08   ` Mcnamara, John

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=20190603103429.814-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).