> -----Original Message----- > From: Vamsi Attunuru <[email protected]> > Sent: Wednesday, March 2, 2022 9:47 PM > To: [email protected] > Cc: [email protected]; [email protected]; [email protected]; > Jiang, YuX <[email protected]>; [email protected]; Ling, WeiX > <[email protected]>; Srikanth Yalavarthi <[email protected]> > 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: [email protected] > > Reported-by: Wei Ling <[email protected]> > Reported-by: Yu Jiang <[email protected]> > Signed-off-by: Vamsi Attunuru <[email protected]> > Signed-off-by: Srikanth Yalavarthi <[email protected]> > ---
Tested-by: Wei Ling <[email protected]>

