Re: [PATCH net-next v3 01/13] octeontx2-af: npc: cn20k: Index management
From: Jakub Kicinski <kuba@kernel.org>
Date: 2026-01-10 22:58:43
Also in:
lkml
From: Jakub Kicinski <kuba@kernel.org>
Date: 2026-01-10 22:58:43
Also in:
lkml
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...