From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] mlx: fix double mbuf free in TX queue clean up function Date: Thu, 31 Mar 2016 14:51:22 +0200 Message-ID: <37452936.r0GgCCdNn9@xps13> References: <1459417423-19776-1-git-send-email-adrien.mazarguil@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Adrien Mazarguil Return-path: Received: from mail-wm0-f46.google.com (mail-wm0-f46.google.com [74.125.82.46]) by dpdk.org (Postfix) with ESMTP id 1C9366CCB for ; Thu, 31 Mar 2016 14:53:16 +0200 (CEST) Received: by mail-wm0-f46.google.com with SMTP id p65so223896454wmp.1 for ; Thu, 31 Mar 2016 05:53:16 -0700 (PDT) In-Reply-To: <1459417423-19776-1-git-send-email-adrien.mazarguil@6wind.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2016-03-31 11:43, Adrien Mazarguil: > Once freed, completed mbufs pointers are not set to NULL in the TX queue. > Clean up function must take this into account. > > Fixes: 2e22920b85d9 ("mlx5: support non-scattered Tx and Rx") > Fixes: 7fae69eeff13 ("mlx4: new poll mode driver") > > Signed-off-by: Adrien Mazarguil Applied, thanks