DPDK patches and discussions
 help / color / mirror / Atom feed
From: "Chautru, Nicolas" <nicolas.chautru@intel.com>
To: Maxime Coquelin <maxime.coquelin@redhat.com>,
	"dev@dpdk.org" <dev@dpdk.org>,
	"thomas@monjalon.net" <thomas@monjalon.net>
Cc: "trix@redhat.com" <trix@redhat.com>,
	"mdr@ashroe.eu" <mdr@ashroe.eu>,
	"Richardson, Bruce" <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>,
	"Vargas, Hernan" <hernan.vargas@intel.com>
Subject: RE: [PATCH v3 02/13] baseband/acc200: introduce PMD for ACC200
Date: Wed, 21 Sep 2022 23:34:13 +0000	[thread overview]
Message-ID: <BY5PR11MB4451FEAA86C10307DC7B703EF84F9@BY5PR11MB4451.namprd11.prod.outlook.com> (raw)
In-Reply-To: <d51eb785-cf64-777c-013a-e4049e0d3020@redhat.com>

Hi Maxime, 

> -----Original Message-----
> From: Maxime Coquelin <maxime.coquelin@redhat.com>
> Sent: Wednesday, September 21, 2022 12:18 AM
> To: Chautru, Nicolas <nicolas.chautru@intel.com>; dev@dpdk.org;
> thomas@monjalon.net
> Cc: trix@redhat.com; mdr@ashroe.eu; Richardson, Bruce
> <bruce.richardson@intel.com>; hemant.agrawal@nxp.com;
> david.marchand@redhat.com; stephen@networkplumber.org; Vargas,
> Hernan <hernan.vargas@intel.com>
> Subject: Re: [PATCH v3 02/13] baseband/acc200: introduce PMD for ACC200
> 
> 
> 
> On 9/16/22 03:34, Nic Chautru wrote:
> > From: Nicolas Chautru <nicolas.chautru@intel.com>
> >
> > This patch introduce stubs for device driver for the ACC200 integrated
> > VRAN accelerator on SPR-EEC
> >
> > Signed-off-by: Nicolas Chautru <nicolas.chautru@intel.com>
> > ---
> >   MAINTAINERS                              |   3 +
> >   doc/guides/bbdevs/acc200.rst             | 244
> +++++++++++++++++++++++++++++++
> >   doc/guides/bbdevs/index.rst              |   1 +
> >   drivers/baseband/acc200/acc200_pmd.h     |  32 ++++
> >   drivers/baseband/acc200/meson.build      |   6 +
> >   drivers/baseband/acc200/rte_acc200_pmd.c | 142 ++++++++++++++++++
> >   drivers/baseband/acc200/version.map      |   3 +
> >   drivers/baseband/meson.build             |   1 +
> >   8 files changed, 432 insertions(+)
> >   create mode 100644 doc/guides/bbdevs/acc200.rst
> >   create mode 100644 drivers/baseband/acc200/acc200_pmd.h
> >   create mode 100644 drivers/baseband/acc200/meson.build
> >   create mode 100644 drivers/baseband/acc200/rte_acc200_pmd.c
> >   create mode 100644 drivers/baseband/acc200/version.map
> 
> This is not how the common code sharing rework should be done. It does not
> make sense to introduce acc200 directory in patch 2 to move it to acc in
> patch 12.
> 
> The series must follow a logical path, by first refactoring acc100 to share
> common code and then to add acc200 by making directly use of this
> common code.

OK sure. I was hoping I could avoid having to rebase all these commits but I will update now in the v4. 

> 
> Regards,
> Maxime


  reply	other threads:[~2022-09-21 23:34 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-16  1:34 From: Nic Chautru <nicolas.chautru@intel.com> Nic Chautru
2022-09-16  1:34 ` [PATCH v3 01/13] baseband/acc100: refactor to segregate common code Nic Chautru
2022-09-21  7:13   ` Maxime Coquelin
2022-09-21 21:25     ` Chautru, Nicolas
2022-09-16  1:34 ` [PATCH v3 02/13] baseband/acc200: introduce PMD for ACC200 Nic Chautru
2022-09-21  7:17   ` Maxime Coquelin
2022-09-21 23:34     ` Chautru, Nicolas [this message]
2022-09-16  1:34 ` [PATCH v3 03/13] baseband/acc200: add HW register definitions Nic Chautru
2022-09-16  1:34 ` [PATCH v3 04/13] baseband/acc200: add info get function Nic Chautru
2022-09-16  1:34 ` [PATCH v3 05/13] baseband/acc200: add queue configuration Nic Chautru
2022-09-16  1:34 ` [PATCH v3 06/13] baseband/acc200: add LDPC processing functions Nic Chautru
2022-09-16  1:35 ` [PATCH v3 07/13] baseband/acc200: add LTE " Nic Chautru
2022-09-16  1:35 ` [PATCH v3 08/13] baseband/acc200: add support for FFT operations Nic Chautru
2022-09-16  1:35 ` [PATCH v3 09/13] baseband/acc200: support interrupt Nic Chautru
2022-09-16  1:35 ` [PATCH v3 10/13] baseband/acc200: add device status and vf2pf comms Nic Chautru
2022-09-16  1:35 ` [PATCH v3 11/13] baseband/acc200: add PF configure companion function Nic Chautru
2022-09-16  1:35 ` [PATCH v3 12/13] baseband/acc: rename and merge directories into acc Nic Chautru
2022-09-16  1:35 ` [PATCH v3 13/13] baseband/acc: simplify meson dependency Nic 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=BY5PR11MB4451FEAA86C10307DC7B703EF84F9@BY5PR11MB4451.namprd11.prod.outlook.com \
    --to=nicolas.chautru@intel.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=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).