20/07/2023 16:07, Ajit Khaparde: > On Thu, Jul 20, 2023 at 6:09 AM Aaron Conole <acon...@redhat.com> wrote: > > > > When 97435d7906 ("net/bnxt: update Truflow core") was applied, it introduced > > a number of static variables. These ended up filling the lower address > > space > > enough that on some platforms, the min addr for heap address to start was > > not within the range specified by base-virtaddr. This is dependent on both > > build and link time options. > > > > The simplest resolution is to just update the base virtaddr parameter to > > move the rte config location. > > > > Reported-by: Patrick Robb <pr...@iol.unh.edu> > > Suggested-by: Ajit Khaparde <ajit.khapa...@broadcom.com> > > Signed-off-by: Aaron Conole <acon...@redhat.com> > ACK. > I tested again and the test passed with this change. Thanks.
Applied, thanks.