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 v4 0/5] event/octeontx2: add Rx/Tx adapter support
Date: Thu, 4 Jul 2019 07:49:34 +0530	[thread overview]
Message-ID: <20190704021940.3023-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/?series=5302

v4 Changes:
- Squash documentation patch.
- Remove unnessary net/octeontx2 library dependency.

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 (4):
  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/guides/eventdevs/octeontx2.rst         |   6 +
 drivers/event/octeontx2/Makefile           |   2 +-
 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, 1412 insertions(+), 155 deletions(-)

--
2.22.0


             reply	other threads:[~2019-07-04  2:19 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-07-04  2:19 pbhagavatula [this message]
2019-07-04  2:19 ` [dpdk-dev] [PATCH v4 1/5] event/octeontx2: add event eth Rx " pbhagavatula
2019-07-04  2:19 ` [dpdk-dev] [PATCH v4 2/5] event/octeontx2: resize SSO inflight event buffers pbhagavatula
2019-07-04  2:19 ` [dpdk-dev] [PATCH v4 3/5] event/octeontx2: add event eth Rx adapter fastpath ops pbhagavatula
2019-07-04  2:19 ` [dpdk-dev] [PATCH v4 4/5] event/octeontx2: add PTP support for SSO pbhagavatula
2019-07-04  2:19 ` [dpdk-dev] [PATCH v4 5/5] event/octeontx2: add Tx adadpter support pbhagavatula
2019-07-07 13:53   ` Jerin Jacob Kollanukkaran

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