DPDK patches and discussions
 help / color / mirror / Atom feed
From: Jerin Jacob <jerinjacobk@gmail.com>
To: Ashwin Sekhar T K <asekhar@marvell.com>
Cc: dev@dpdk.org, Pavan Nikhilesh <pbhagavatula@marvell.com>,
	jerinj@marvell.com,  skori@marvell.com, skoteshwar@marvell.com,
	kirankumark@marvell.com,  psatheesh@marvell.com,
	anoobj@marvell.com, gakhil@marvell.com,  hkalra@marvell.com,
	ndabilpuram@marvell.com,
	 Sibaranjan Pattnayak <spattnayak@marvell.com>
Subject: Re: [PATCH] mempool/cnxk: support CNF10KA SoC
Date: Thu, 24 Aug 2023 11:50:39 +0530	[thread overview]
Message-ID: <CALBAE1NskQDkTvoOMhrQc1HeRjM43hsFH6PvKq0YmV+dbVYyHw@mail.gmail.com> (raw)
In-Reply-To: <20230822170710.2637687-1-asekhar@marvell.com>

On Tue, Aug 22, 2023 at 10:46 PM Ashwin Sekhar T K <asekhar@marvell.com> wrote:
>
> From: Sibaranjan Pattnayak <spattnayak@marvell.com>
>
> Support for CNF10KA SoC by adding its PCI device ID.
>
> Signed-off-by: Sibaranjan Pattnayak <spattnayak@marvell.com>
> Signed-off-by: Ashwin Sekhar T K <asekhar@marvell.com>


Updated .mailmap
diff --git a/.mailmap b/.mailmap
index 864d33ee46..59ea9e795a 100644
--- a/.mailmap
+++ b/.mailmap
@@ -1285,6 +1285,7 @@ Shu Shen <shu.shen@radisys.com>
 Shweta Choudaha <shweta.choudaha@att.com>
 Shyam Kumar Shrivastav <shrivastav.shyam@gmail.com>
 Shy Shyman <shys@nvidia.com> <shys@mellanox.com>
+Sibaranjan Pattnayak <spattnayak@marvell.com>
 Siddaraju DH <siddaraju.dh@intel.com>
 Simei Su <simei.su@intel.com>
 Simon Ellmann <simon.ellmann@tum.de>


Applied to dpdk-next-net-mrvl/for-next-net. Thanks


> ---
>  drivers/mempool/cnxk/cnxk_mempool.c | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/drivers/mempool/cnxk/cnxk_mempool.c b/drivers/mempool/cnxk/cnxk_mempool.c
> index 78caf987d0..1181b6f265 100644
> --- a/drivers/mempool/cnxk/cnxk_mempool.c
> +++ b/drivers/mempool/cnxk/cnxk_mempool.c
> @@ -164,6 +164,7 @@ static const struct rte_pci_id npa_pci_map[] = {
>         CNXK_PCI_ID(PCI_SUBSYSTEM_DEVID_CN10KA, PCI_DEVID_CNXK_RVU_NPA_PF),
>         CNXK_PCI_ID(PCI_SUBSYSTEM_DEVID_CN10KAS, PCI_DEVID_CNXK_RVU_NPA_PF),
>         CNXK_PCI_ID(PCI_SUBSYSTEM_DEVID_CN10KB, PCI_DEVID_CNXK_RVU_NPA_PF),
> +       CNXK_PCI_ID(PCI_SUBSYSTEM_DEVID_CNF10KA, PCI_DEVID_CNXK_RVU_NPA_PF),
>         CNXK_PCI_ID(PCI_SUBSYSTEM_DEVID_CNF10KB, PCI_DEVID_CNXK_RVU_NPA_PF),
>         CNXK_PCI_ID(PCI_SUBSYSTEM_DEVID_CN9KA, PCI_DEVID_CNXK_RVU_NPA_PF),
>         CNXK_PCI_ID(PCI_SUBSYSTEM_DEVID_CN9KB, PCI_DEVID_CNXK_RVU_NPA_PF),
> @@ -174,6 +175,7 @@ static const struct rte_pci_id npa_pci_map[] = {
>         CNXK_PCI_ID(PCI_SUBSYSTEM_DEVID_CN10KA, PCI_DEVID_CNXK_RVU_NPA_VF),
>         CNXK_PCI_ID(PCI_SUBSYSTEM_DEVID_CN10KAS, PCI_DEVID_CNXK_RVU_NPA_VF),
>         CNXK_PCI_ID(PCI_SUBSYSTEM_DEVID_CN10KB, PCI_DEVID_CNXK_RVU_NPA_VF),
> +       CNXK_PCI_ID(PCI_SUBSYSTEM_DEVID_CNF10KA, PCI_DEVID_CNXK_RVU_NPA_VF),
>         CNXK_PCI_ID(PCI_SUBSYSTEM_DEVID_CNF10KB, PCI_DEVID_CNXK_RVU_NPA_VF),
>         CNXK_PCI_ID(PCI_SUBSYSTEM_DEVID_CN9KA, PCI_DEVID_CNXK_RVU_NPA_VF),
>         CNXK_PCI_ID(PCI_SUBSYSTEM_DEVID_CN9KB, PCI_DEVID_CNXK_RVU_NPA_VF),
> --
> 2.25.1
>

      reply	other threads:[~2023-08-24  6:21 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-22 17:07 Ashwin Sekhar T K
2023-08-24  6:20 ` Jerin Jacob [this message]

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=CALBAE1NskQDkTvoOMhrQc1HeRjM43hsFH6PvKq0YmV+dbVYyHw@mail.gmail.com \
    --to=jerinjacobk@gmail.com \
    --cc=anoobj@marvell.com \
    --cc=asekhar@marvell.com \
    --cc=dev@dpdk.org \
    --cc=gakhil@marvell.com \
    --cc=hkalra@marvell.com \
    --cc=jerinj@marvell.com \
    --cc=kirankumark@marvell.com \
    --cc=ndabilpuram@marvell.com \
    --cc=pbhagavatula@marvell.com \
    --cc=psatheesh@marvell.com \
    --cc=skori@marvell.com \
    --cc=skoteshwar@marvell.com \
    --cc=spattnayak@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).