DPDK patches and discussions
 help / color / mirror / Atom feed
From: Jerin Jacob <jerinj@marvell.com>
To: Nawal Kishor <nkishor@marvell.com>, "dev@dpdk.org" <dev@dpdk.org>,
	Nithin Kumar Dabilpuram <ndabilpuram@marvell.com>,
	Kiran Kumar Kokkilagadda <kirankumark@marvell.com>,
	Sunil Kumar Kori <skori@marvell.com>,
	Satha Koteswara Rao Kottidi <skoteshwar@marvell.com>,
	Harman Kalra <hkalra@marvell.com>
Cc: Ashwin Sekhar T K <asekhar@marvell.com>,
	Nawal Kishor <nkishor@marvell.com>
Subject: RE: [PATCH] common/cnxk: add flag for enabling opaque mode
Date: Tue, 1 Apr 2025 09:50:39 +0000	[thread overview]
Message-ID: <BY3PR18MB4785B675C998CABE6CF2C279C8AC2@BY3PR18MB4785.namprd18.prod.outlook.com> (raw)
In-Reply-To: <20250304052525.796933-1-nkishor@marvell.com>



> -----Original Message-----
> From: Nawal Kishor <nkishor@marvell.com>
> Sent: Tuesday, March 4, 2025 10:55 AM
> To: dev@dpdk.org; Nithin Kumar Dabilpuram <ndabilpuram@marvell.com>;
> Kiran Kumar Kokkilagadda <kirankumark@marvell.com>; Sunil Kumar Kori
> <skori@marvell.com>; Satha Koteswara Rao Kottidi
> <skoteshwar@marvell.com>; Harman Kalra <hkalra@marvell.com>
> Cc: Jerin Jacob <jerinj@marvell.com>; Ashwin Sekhar T K
> <asekhar@marvell.com>; Nawal Kishor <nkishor@marvell.com>
> Subject: [PATCH] common/cnxk: add flag for enabling opaque mode
> 
> Added flag that overrides the default natural alignment mode and uses opaque
> mode.
> 
> Signed-off-by: Nawal Kishor <nkishor@marvell.com>

Updated the git commit as follows and applied to dpdk-next-net-mrvl/for-main. Thanks

    common/cnxk: support enabling opaque mode

    Added flag that overrides the default natural alignment mode and uses
    opaque mode.

    Signed-off-by: Nawal Kishor <nkishor@marvell.com>


> ---
>  drivers/common/cnxk/roc_npa.c | 3 +++
>  drivers/common/cnxk/roc_npa.h | 3 ++-
>  2 files changed, 5 insertions(+), 1 deletion(-)
> 
> diff --git a/drivers/common/cnxk/roc_npa.c b/drivers/common/cnxk/roc_npa.c
> index a33f9a8499..d5ebfbfc11 100644
> --- a/drivers/common/cnxk/roc_npa.c
> +++ b/drivers/common/cnxk/roc_npa.c
> @@ -669,6 +669,9 @@ roc_npa_pool_create(uint64_t *aura_handle, uint32_t
> block_size,
>  		pool = &defpool;
>  	}
> 
> +	if (flags & ROC_NPA_FORCE_OPAQUE_MODE_F)
> +		pool->nat_align = 0;
> +
>  	rc = npa_aura_pool_pair_alloc(lf, block_size, block_count, aura, pool,
>  				      aura_handle, flags);
>  	if (rc) {
> diff --git a/drivers/common/cnxk/roc_npa.h b/drivers/common/cnxk/roc_npa.h
> index 8525038810..853c0fed43 100644
> --- a/drivers/common/cnxk/roc_npa.h
> +++ b/drivers/common/cnxk/roc_npa.h
> @@ -767,7 +767,8 @@ int __roc_api roc_npa_dev_init(struct roc_npa
> *roc_npa);  int __roc_api roc_npa_dev_fini(struct roc_npa *roc_npa);
> 
>  /* Flags to pool create */
> -#define ROC_NPA_ZERO_AURA_F BIT(0)
> +#define ROC_NPA_ZERO_AURA_F	    BIT(0)
> +#define ROC_NPA_FORCE_OPAQUE_MODE_F BIT(1)
> 
>  /* Enumerations */
>  enum roc_npa_buf_type {
> --
> 2.34.1


      reply	other threads:[~2025-04-01  9:50 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-03-04  5:25 Nawal Kishor
2025-04-01  9:50 ` 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=BY3PR18MB4785B675C998CABE6CF2C279C8AC2@BY3PR18MB4785.namprd18.prod.outlook.com \
    --to=jerinj@marvell.com \
    --cc=asekhar@marvell.com \
    --cc=dev@dpdk.org \
    --cc=hkalra@marvell.com \
    --cc=kirankumark@marvell.com \
    --cc=ndabilpuram@marvell.com \
    --cc=nkishor@marvell.com \
    --cc=skori@marvell.com \
    --cc=skoteshwar@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).