All of lore.kernel.org
 help / color / mirror / Atom feed
From: Paolo Abeni <pabeni@redhat.com>
To: nshettyj@marvell.com, netdev@vger.kernel.org,
	linux-kernel@vger.kernel.org
Cc: sgoutham@marvell.com, lcherian@marvell.com, gakula@marvell.com,
	hkelam@marvell.com, sbhatta@marvell.com, andrew+netdev@lunn.ch,
	davem@davemloft.net, edumazet@google.com, kuba@kernel.org,
	Kiran Kumar K <kirankumark@marvell.com>
Subject: Re: [PATCH v2 1/2] octeontx2-af: reserve 4 PKINDs for skip-size custom use
Date: Thu, 2 Jul 2026 15:11:17 +0200	[thread overview]
Message-ID: <438b6055-e4e1-45dd-a149-0fd63dc625f4@redhat.com> (raw)
In-Reply-To: <20260630062145.2533816-2-nshettyj@marvell.com>

On 6/30/26 8:21 AM, nshettyj@marvell.com wrote:
> @@ -4218,6 +4248,12 @@ int rvu_npc_set_parse_mode(struct rvu *rvu, u16 pcifunc, u64 mode, u8 dir,
>  							  shift_dir);
>  			if (rc)
>  				return rc;
> +		} else if (pkind >= NPC_RX_SKIP_SIZE_PKIND &&
> +			   pkind <= NPC_RX_SKIP_SIZE_PKIND + 3) {
> +			rc = npc_set_skip_size_pkind(rvu, pcifunc, pkind,
> +						     skip_size);

Both sashikos noted that the driver allows unprivileged VFs to modify
global configuration.

Please follow-up on that issue

/P


  reply	other threads:[~2026-07-02 13:11 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-06-30  6:21 [PATCH net-next 0/2] octeontx2-af: NPC parser and RSS improvements nshettyj
2026-06-30  6:21 ` [PATCH v2 1/2] octeontx2-af: reserve 4 PKINDs for skip-size custom use nshettyj
2026-07-02 13:11   ` Paolo Abeni [this message]
2026-06-30  6:21 ` [PATCH v2 2/2] octeontx2-af: Add RSS hashing support based on RoCEv2 header nshettyj
2026-07-02 13:20 ` [PATCH net-next 0/2] octeontx2-af: NPC parser and RSS improvements patchwork-bot+netdevbpf

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=438b6055-e4e1-45dd-a149-0fd63dc625f4@redhat.com \
    --to=pabeni@redhat.com \
    --cc=andrew+netdev@lunn.ch \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=gakula@marvell.com \
    --cc=hkelam@marvell.com \
    --cc=kirankumark@marvell.com \
    --cc=kuba@kernel.org \
    --cc=lcherian@marvell.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=nshettyj@marvell.com \
    --cc=sbhatta@marvell.com \
    --cc=sgoutham@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.