> -----Original Message-----
> From: Xu, Ting <ting...@intel.com>
> Sent: Wednesday, November 11, 2020 11:07 AM
> To: dev@dpdk.org
> Cc: Zhang, Qi Z <qi.z.zh...@intel.com>; Xing, Beilei <beilei.x...@intel.com>;
> Wu, Jingjing <jingjing...@intel.com>; Xu, Ting <ting...@intel.com>;
> sta...@dpdk.org
> Subject: [PATCH v1] net/iavf: fix cannot release mbufs issue
> 
> In the function _iavf_rx_queue_release_mbufs_vec to release rx mbufs,
> rxq->rxrearm_nb is given the value of rx descriptor number at last.
> However, since the process to release and allocate mbufs lacks the
> initialization of rxrearm_nb, if we try to release mbufs next time, it will 
> return
> without releasing directly. In this patch, rxrearm_nb is initialized to be 
> zero in
> rx queue reset.
> 
> Fixes: 319c421f3890 ("net/avf: enable SSE Rx Tx")
> Cc: sta...@dpdk.org
> 
> Signed-off-by: Ting Xu <ting...@intel.com>

Acked-by: Jingjing Wu <jingjing...@intel.com>

Reply via email to