Re: [PATCH net-next v3 01/13] octeontx2-af: npc: cn20k: Index management

From: Ratheesh Kannoth

Date: Tue Jan 13 2026 - 05:29:15 EST


On 2026-01-11 at 04:28:42, Jakub Kicinski (kuba@xxxxxxxxxx) wrote:
> On Fri, 9 Jan 2026 11:18:16 +0530 Ratheesh Kannoth wrote:
> > +static int
> > +npc_subbank_srch_order_parse_n_fill(struct rvu *rvu, char *options,
> > + int num_subbanks)
>
> Please avoid writable debugfs files,
I explored devlink option, but the input string is too big.

> do you really need them?
Customer can change subbank search order by modifying the search order
thru this devlink.

> The string parsing looks buggy / missing some checks for boundary
> conditions...
i fixed, review comments shown patchwork AI in v4. We are in the process of setting up
AI tool locally and run it.(Not yet ready).