On 1/19/2022 11:48 AM, heinrich.k...@corigine.com wrote:
From: Heinrich Kuhn <heinrich.k...@corigine.com>
During rx/tx queue setup, memory is reserved for the hardware rings.
This memory zone should subsequently be freed in the queue release
logic. This commit also adds a call to the release logic in the
dev_close() callback so that the ring memzone may be freed during port
close too.
Fixes: b812daadad0d ("nfp: add Rx and Tx")
Cc: sta...@dpdk.org
Signed-off-by: Heinrich Kuhn <heinrich.k...@corigine.com>
Signed-off-by: Simon Horman <simon.hor...@corigine.com>
Applied to dpdk-next-net/main, thanks.