On 7/1/2024 4:19 PM, Andrew Boyer wrote: > The bulk-allocation array is used back to front, so we need to free > everything before the marker, not after it. Flip ionic_empty_array() > so that it frees from 0 to the provided index. Adjust the callers > as needed. > > Fixes: 218afd825bca ("net/ionic: do bulk allocations of Rx mbufs") > CC: sta...@dpdk.org > > Signed-off-by: Andrew Boyer <andrew.bo...@amd.com> >
Applied to dpdk-next-net/main, thanks.