Re: [PATCH v2 1/2] octeontx2-af: reserve 4 PKINDs for skip-size custom use

From: Paolo Abeni

Date: Thu Jul 02 2026 - 09:19:16 EST


On 6/30/26 8:21 AM, nshettyj@xxxxxxxxxxx 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