> -----Original Message----- > From: Vamsi Attunuru <vattun...@marvell.com> > Sent: Wednesday, March 2, 2022 9:47 PM > To: dev@dpdk.org > Cc: jer...@marvell.com; vattun...@marvell.com; ndabilpu...@marvell.com; > Jiang, YuX <yux.ji...@intel.com>; sta...@dpdk.org; Ling, WeiX > <weix.l...@intel.com>; Srikanth Yalavarthi <syalavar...@marvell.com> > Subject: [PATCH v2 1/1] common/cnxk: fix static assertion failure > > Use dynamically allocated memory for storing soft expiry ring base addresses > which fixes the static assertion failure, as the size of dynamic allocation > depends on RTE_MAX_ETHPORTS which varies based on the build config. > > Bugzilla ID: 940 > Fixes: d26185716d3f ("net/cnxk: support outbound soft expiry notification") > Cc: sta...@dpdk.org > > Reported-by: Wei Ling <weix.l...@intel.com> > Reported-by: Yu Jiang <yux.ji...@intel.com> > Signed-off-by: Vamsi Attunuru <vattun...@marvell.com> > Signed-off-by: Srikanth Yalavarthi <syalavar...@marvell.com> > ---
Tested-by: Wei Ling <weix.l...@intel.com>