Hi Jakub, On Thu, Oct 15, 2020 at 8:18 AM Jakub Kicinski <k...@kernel.org> wrote: > > 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?
Yes. Due to an errata present on earlier silicons npc_mkex_default.keyx_cfg[NIX_INTF_TX] and npc_mkex_default.keyx_cfg[NIX_INTF_RX] needs to be identical. Thanks, Sundeep