From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] librte_port: fix mbuf allocation in source port Date: Mon, 07 Dec 2015 00:25:10 +0100 Message-ID: <2296540.B1uI5DmzLD@xps13> References: <1448916070-31815-1-git-send-email-roy.fan.zhang@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Fan Zhang Return-path: Received: from mail-wm0-f42.google.com (mail-wm0-f42.google.com [74.125.82.42]) by dpdk.org (Postfix) with ESMTP id 1F648939C for ; Mon, 7 Dec 2015 00:26:22 +0100 (CET) Received: by wmec201 with SMTP id c201so129735032wme.1 for ; Sun, 06 Dec 2015 15:26:22 -0800 (PST) In-Reply-To: <1448916070-31815-1-git-send-email-roy.fan.zhang@intel.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" 2015-11-30 20:41, Fan Zhang: > Fixes the mbuf allocation not initialized problem. This problem will cause > the mbufs not be able to freed back to mempool by rte_pktmbuf_free(). > > The problem was introduced by commit "Packet Framework librte_port: Source > /Sink ports" (commit id ef3403fb6f9a3c4b730d2e4fbe7ddc0291ffa992) > > Signed-off-by: Fan Zhang > Acked-by: Cristian Dumitrescu Applied, thanks