Re: [PATCH 1/1] common/cnxk: fix static assertion failure

2022-03-02 Thread Jerin Jacob
On Wed, Mar 2, 2022 at 5:37 PM Vamsi Attunuru wrote: > > use dynamically allocated memory for storing soft expiry Use > ring base addresses which fixes the static assertion failure, > size of this dynamic allocation depends on RTE_MAX_ETHPORTS as the size of > which varies based on the build c

[PATCH 1/1] common/cnxk: fix static assertion failure

2022-03-02 Thread Vamsi Attunuru
use dynamically allocated memory for storing soft expiry ring base addresses which fixes the static assertion failure, size of this dynamic allocation depends on RTE_MAX_ETHPORTS which varies based on the build config. Fixes: d26185716d3f ("net/cnxk: support outbound soft expiry notification") Si