DPDK patches and discussions
 help / color / mirror / Atom feed
From: Akhil Goyal <gakhil@marvell.com>
To: Nicolas Chautru <nicolas.chautru@intel.com>,
	"dev@dpdk.org" <dev@dpdk.org>,
	"thomas@monjalon.net" <thomas@monjalon.net>
Cc: "maxime.coquelin@redhat.com" <maxime.coquelin@redhat.com>,
	"trix@redhat.com" <trix@redhat.com>,
	"mdr@ashroe.eu" <mdr@ashroe.eu>,
	"bruce.richardson@intel.com" <bruce.richardson@intel.com>,
	"hemant.agrawal@nxp.com" <hemant.agrawal@nxp.com>,
	"david.marchand@redhat.com" <david.marchand@redhat.com>,
	"stephen@networkplumber.org" <stephen@networkplumber.org>,
	"hernan.vargas@intel.com" <hernan.vargas@intel.com>
Subject: RE: [EXT] [PATCH v7 04/14] baseband/acc: introduce PMD for ACC200
Date: Fri, 7 Oct 2022 18:15:42 +0000	[thread overview]
Message-ID: <CO6PR18MB44844C3A90F72D57AEDEFD8BD85F9@CO6PR18MB4484.namprd18.prod.outlook.com> (raw)
In-Reply-To: <20220929211128.36381-5-nicolas.chautru@intel.com>

> This patch introduces stubs for device driver for the ACC200
> integrated VRAN accelerator on SPR-EEC
> 
> Signed-off-by: Nicolas Chautru <nicolas.chautru@intel.com>
> Reviewed-by: Maxime Coquelin <maxime.coquelin@redhat.com>
> ---
>  MAINTAINERS                           |   3 +
>  doc/guides/bbdevs/acc200.rst          | 244 ++++++++++++++++++++++++++
>  doc/guides/bbdevs/index.rst           |   1 +
>  drivers/baseband/acc/acc200_pmd.h     |  32 ++++
>  drivers/baseband/acc/meson.build      |   2 +-
>  drivers/baseband/acc/rte_acc200_pmd.c | 144 +++++++++++++++
>  6 files changed, 425 insertions(+), 1 deletion(-)
>  create mode 100644 doc/guides/bbdevs/acc200.rst
>  create mode 100644 drivers/baseband/acc/acc200_pmd.h
>  create mode 100644 drivers/baseband/acc/rte_acc200_pmd.c
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 52afd5d2e0..909c855048 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1340,6 +1340,9 @@ F: drivers/baseband/acc/
>  F: doc/guides/bbdevs/acc100.rst
>  F: doc/guides/bbdevs/features/acc100.ini
>  F: doc/guides/bbdevs/features/acc101.ini
> +F: drivers/baseband/acc200/
> +F: doc/guides/bbdevs/acc200.rst
> +F: doc/guides/bbdevs/features/acc200.ini

acc200.ini file is neither part of this patch, nor I could see in the other patches.

Update MAINTAINERS only when a particular file/directory is introduced in that patch.

  reply	other threads:[~2022-10-07 18:17 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-29 21:11 From: Nicolas Chautru <nicolas.chautru@intel.com> Nicolas Chautru
2022-09-29 21:11 ` [PATCH v7 01/14] baseband/acc100: remove unused registers Nicolas Chautru
2022-09-29 21:11 ` [PATCH v7 02/14] baseband/acc100: refactor to segregate common code Nicolas Chautru
2022-09-29 21:11 ` [PATCH v7 03/14] baseband/acc: rename directory from acc100 to acc Nicolas Chautru
2022-09-29 21:11 ` [PATCH v7 04/14] baseband/acc: introduce PMD for ACC200 Nicolas Chautru
2022-10-07 18:15   ` Akhil Goyal [this message]
2022-10-07 18:24     ` [EXT] " Chautru, Nicolas
2022-09-29 21:11 ` [PATCH v7 05/14] baseband/acc: add HW register definitions " Nicolas Chautru
2022-09-29 21:11 ` [PATCH v7 06/14] baseband/acc: add info get function " Nicolas Chautru
2022-09-29 21:11 ` [PATCH v7 07/14] baseband/acc: add queue configuration " Nicolas Chautru
2022-09-29 21:11 ` [PATCH v7 08/14] baseband/acc: add LDPC processing functions Nicolas Chautru
2022-09-29 21:11 ` [PATCH v7 09/14] baseband/acc: add LTE " Nicolas Chautru
2022-09-29 21:11 ` [PATCH v7 10/14] baseband/acc: add support for FFT operations Nicolas Chautru
2022-09-29 21:11 ` [PATCH v7 11/14] baseband/acc: support interrupt Nicolas Chautru
2022-09-29 21:11 ` [PATCH v7 12/14] baseband/acc: add device status and vf2pf comms Nicolas Chautru
2022-09-29 21:11 ` [PATCH v7 13/14] baseband/acc: add PF configure companion function Nicolas Chautru
2022-10-05 20:56   ` Vargas, Hernan
2022-09-29 21:11 ` [PATCH v7 14/14] baseband/acc: simplify meson dependency Nicolas Chautru

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=CO6PR18MB44844C3A90F72D57AEDEFD8BD85F9@CO6PR18MB4484.namprd18.prod.outlook.com \
    --to=gakhil@marvell.com \
    --cc=bruce.richardson@intel.com \
    --cc=david.marchand@redhat.com \
    --cc=dev@dpdk.org \
    --cc=hemant.agrawal@nxp.com \
    --cc=hernan.vargas@intel.com \
    --cc=maxime.coquelin@redhat.com \
    --cc=mdr@ashroe.eu \
    --cc=nicolas.chautru@intel.com \
    --cc=stephen@networkplumber.org \
    --cc=thomas@monjalon.net \
    --cc=trix@redhat.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).