[dpdk-dev] [PATCH] net/nfp: free HW rings memzone on queue release
Ferruh Yigit
ferruh.yigit at intel.com
Wed Jan 26 17:53:48 CET 2022
On 1/19/2022 11:48 AM, heinrich.kuhn at corigine.com wrote:
> From: Heinrich Kuhn <heinrich.kuhn at 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: stable at dpdk.org
>
> Signed-off-by: Heinrich Kuhn <heinrich.kuhn at corigine.com>
> Signed-off-by: Simon Horman <simon.horman at corigine.com>
Applied to dpdk-next-net/main, thanks.
More information about the dev
mailing list