> -----Original Message-----
> From: Markus Theil <[email protected]>
> Sent: Wednesday, October 12, 2022 8:28 PM
> To: [email protected]
> Cc: Yang, Qiming <[email protected]>; Zhang, Qi Z
> <[email protected]>; Tomasz Jonak <[email protected]>
> Subject: [PATCH] net/ice: null field checks in ice_{r,t}x_queue_release
>
> From: Tomasz Jonak <[email protected]>
>
> In case rte_eth_dma_zone_reserve fails in ice_tx_queue_setup
> ice_tx_queue_release is called on 0 allocated but not initialized txq struct.
> This may happen on ENOMEM condition, size exhaustion of
> memconfig->memzones array as well as some others.
>
Added:
Fixes: edec6dd83824 ("net/ice: remove redundant functions")
Cc: [email protected]
> Signed-off-by: Tomasz Jonak <[email protected]>
Acked-by: Qi Zhang <[email protected]>
Applied to dpdk-next-net-intel.
Thanks
Qi