Re: [PATCH v8 net-next 6/6] octeontx2-af: npc: Support for custom KPU profile from filesystem

From: Ratheesh Kannoth

Date: Mon Mar 30 2026 - 00:59:43 EST


On 2026-03-27 at 19:00:36, Simon Horman (horms@xxxxxxxxxx) wrote:
> > +void npc_load_kpu_profile(struct rvu *rvu)
> > +{
> > + /* Order of preceedence for load loading NPC profile (high to low)
> > + * Firmware binary in filesystem.
> > + * Firmware database method.
> > + * Default KPU profile.
> > + */
> > npc_prepare_default_kpu(rvu, profile);
>
> Is this call to npc_prepare_default_kpu() still needed?
Yes. If both filesystem and FW database method fails, default KPU profile is loaded.
>
> ...