On Tue, 13 Oct 2020 15:56:28 +0530 sundeep.l...@gmail.com wrote: > -static const struct npc_mcam_kex npc_mkex_default = { > +static struct npc_mcam_kex npc_mkex_default = { > .mkex_sign = MKEX_SIGN, > .name = "default", > .kpu_version = NPC_KPU_PROFILE_VER,
Why is this no longer constant? Are you modifying global data based on the HW discovered in the system?