From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Burakov, Anatoly" Subject: Re: [PATCH] example/ipv4_multicast: fix app hanging when using clone Date: Tue, 13 Nov 2018 10:21:49 +0000 Message-ID: References: <20181112204650.7175-1-herakliusz.lipiec@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Cc: konstantin.ananyev@intel.com To: Herakliusz Lipiec , dev@dpdk.org Return-path: Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by dpdk.org (Postfix) with ESMTP id C48512BD5 for ; Tue, 13 Nov 2018 11:21:51 +0100 (CET) In-Reply-To: <20181112204650.7175-1-herakliusz.lipiec@intel.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 12-Nov-18 8:46 PM, Herakliusz Lipiec wrote: > This example was dropping packets when using clone (ip 224.0.0.103). > The problem was that mbufs were not freed. This was caused by coping > ol_flags from cloned mbuf to header mbufs. > > Signed-off-by: Herakliusz Lipiec > --- I agree with Thomas, needs clearer description. Suggest using some of the wording provided by Konstantin in later replies. Also, needs a Fixes: tag and a CC: stable, because it appears that this bug has been around for a few releases. -- Thanks, Anatoly