From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v3] mbuf: fix freeing of NULL mbuf when debug enabled Date: Mon, 29 Jan 2018 16:58:56 +0100 Message-ID: <5294380.1BgKLXgMnM@xps> References: <20180109142928.81687-1-keith.wiles@intel.com> <20180129093923.18588-1-olivier.matz@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Keith Wiles , stephen@networkplumber.org, jerin.jacob@caviumnetworks.com, stable@dpdk.org To: Olivier Matz Return-path: In-Reply-To: <20180129093923.18588-1-olivier.matz@6wind.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 29/01/2018 10:39, Olivier Matz: > Do not panic when calling rte_pktmbuf_free(NULL) with mbuf debug > enabled, it is a valid operation. > > Fixes: af75078fece3 ("first public release") > Cc: stable@dpdk.org > > Reported-by: Keith Wiles > Signed-off-by: Olivier Matz Applied, thanks