DPDK patches and discussions
 help / color / mirror / Atom feed
From: Jerin Jacob <jerin.jacob@caviumnetworks.com>
To: Sunil Kumar Kori <sunil.kori@nxp.com>
Cc: dev@dpdk.org, hemant.agrawal@nxp.com
Subject: Re: [dpdk-dev] [PATCH 0/6] event/dpaa: Support for eventdev
Date: Mon, 18 Dec 2017 14:39:46 +0530	[thread overview]
Message-ID: <20171218090945.GA25005@jerin> (raw)
In-Reply-To: <20171215125933.14302-1-sunil.kori@nxp.com>

-----Original Message-----
> Date: Fri, 15 Dec 2017 18:29:27 +0530
> From: Sunil Kumar Kori <sunil.kori@nxp.com>
> To: jerin.jacob@caviumnetworks.com
> CC: dev@dpdk.org, hemant.agrawal@nxp.com
> Subject: [PATCH 0/6] event/dpaa: Support for eventdev
> X-Mailer: git-send-email 2.9.3
> 
> Event device support for atomic and parallel queues.
> 
> This patch set includes following changes:
>   1. Configuration of atomic and parallel queues with given event device.
>   2. Also maintains previous dequeue method, via poll mode queues.
>   3. Added Rx functions to dequeue data from portal.
>   4. DCA consumption logic for atomic queues.
>   5. Dynamic Logging macros for event device
> 
> Sunil Kumar Kori (6):
>   bus/dpaa: added event dequeue and consumption support
>   bus/dpaa: add dpaa eventdev dynamic log support
>   net/dpaa: ethdev Rx queue configurations with eventdev
>   event/dpaa: add eventdev PMD
>   config: enabling compilation of DPAA eventdev PMD
>   doc: add DPAA eventdev guide
> 
>  config/common_base                                |   4 +
>  config/defconfig_arm64-dpaa-linuxapp-gcc          |   3 +
>  doc/guides/eventdevs/dpaa.rst                     | 144 +++++
>  doc/guides/eventdevs/index.rst                    |   1 +
>  drivers/bus/dpaa/base/qbman/qman.c                |  90 ++-
>  drivers/bus/dpaa/dpaa_bus.c                       |   6 +
>  drivers/bus/dpaa/include/fsl_qman.h               |  26 +-
>  drivers/bus/dpaa/rte_bus_dpaa_version.map         |   6 +
>  drivers/bus/dpaa/rte_dpaa_bus.h                   |  14 +
>  drivers/bus/dpaa/rte_dpaa_logs.h                  |  16 +
>  drivers/event/Makefile                            |   1 +
>  drivers/event/dpaa/Makefile                       |  37 ++
>  drivers/event/dpaa/dpaa_eventdev.c                | 652 ++++++++++++++++++++++
>  drivers/event/dpaa/dpaa_eventdev.h                |  86 +++
>  drivers/event/dpaa/rte_pmd_dpaa_event_version.map |   4 +
>  drivers/net/dpaa/Makefile                         |   2 +
>  drivers/net/dpaa/dpaa_ethdev.c                    | 110 +++-
>  drivers/net/dpaa/dpaa_ethdev.h                    |  29 +
>  drivers/net/dpaa/dpaa_rxtx.c                      |  79 ++-
>  drivers/net/dpaa/rte_pmd_dpaa_version.map         |   2 +
>  mk/rte.app.mk                                     |   1 +

Please update the MAINTAINERS file and release notes.

>  21 files changed, 1296 insertions(+), 17 deletions(-)
>  create mode 100644 doc/guides/eventdevs/dpaa.rst
>  create mode 100644 drivers/event/dpaa/Makefile
>  create mode 100644 drivers/event/dpaa/dpaa_eventdev.c
>  create mode 100644 drivers/event/dpaa/dpaa_eventdev.h
>  create mode 100644 drivers/event/dpaa/rte_pmd_dpaa_event_version.map
> 
> -- 
> 2.9.3
> 

  parent reply	other threads:[~2017-12-18  9:10 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-12-15 12:59 Sunil Kumar Kori
2017-12-15 12:59 ` [dpdk-dev] [PATCH 1/6] bus/dpaa: added event dequeue and consumption support Sunil Kumar Kori
2017-12-15 12:59 ` [dpdk-dev] [PATCH 2/6] bus/dpaa: add dpaa eventdev dynamic log support Sunil Kumar Kori
2017-12-15 12:59 ` [dpdk-dev] [PATCH 3/6] net/dpaa: ethdev Rx queue configurations with eventdev Sunil Kumar Kori
2017-12-15 12:59 ` [dpdk-dev] [PATCH 4/6] event/dpaa: add eventdev PMD Sunil Kumar Kori
2017-12-15 12:59 ` [dpdk-dev] [PATCH 5/6] config: enabling compilation of DPAA " Sunil Kumar Kori
2017-12-15 12:59 ` [dpdk-dev] [PATCH 6/6] doc: add DPAA eventdev guide Sunil Kumar Kori
2017-12-15 15:09   ` Kovacevic, Marko
2017-12-18  9:09 ` Jerin Jacob [this message]
2017-12-19 11:28 ` [dpdk-dev] [PATCH 0/6] event/dpaa: Support for eventdev Hemant Agrawal
2017-12-15 13:08 Sunil Kumar Kori
2017-12-16 12:31 ` Jerin Jacob

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=20171218090945.GA25005@jerin \
    --to=jerin.jacob@caviumnetworks.com \
    --cc=dev@dpdk.org \
    --cc=hemant.agrawal@nxp.com \
    --cc=sunil.kori@nxp.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).