On 1/19/2022 11:48 AM, [email protected] wrote:
From: Heinrich Kuhn <[email protected]>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: [email protected] Signed-off-by: Heinrich Kuhn <[email protected]> Signed-off-by: Simon Horman <[email protected]>
Applied to dpdk-next-net/main, thanks.

