Re: [PATCH net-next v3 01/13] octeontx2-af: npc: cn20k: Index management
From: Jakub Kicinski
Date: Sat Jan 10 2026 - 17:58:43 EST
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, do you really need them?
The string parsing looks buggy / missing some checks for boundary
conditions...