> -----Original Message-----
> From: Markus Theil <markus.th...@tu-ilmenau.de>
> Sent: Wednesday, October 12, 2022 8:28 PM
> To: dev@dpdk.org
> Cc: Yang, Qiming <qiming.y...@intel.com>; Zhang, Qi Z
> <qi.z.zh...@intel.com>; Tomasz Jonak <tom...@graphiant.com>
> Subject: [PATCH] net/ice: null field checks in ice_{r,t}x_queue_release
>
> From: Tomasz Jonak <tom...@graphiant.com>
>
> 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: sta...@dpdk.org
> Signed-off-by: Tomasz Jonak <tom...@graphiant.com>
Acked-by: Qi Zhang <qi.z.zh...@intel.com>
Applied to dpdk-next-net-intel.
Thanks
Qi