From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] lib/ip_frag: fix IP reassembly not working issue Date: Mon, 07 Nov 2016 21:27:43 +0100 Message-ID: <67229791.hG439HiJFh@xps13> References: <1478452574-127074-1-git-send-email-wenzhuo.lu@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, adrien.mazarguil@6wind.com, konstantin.ananyev@intel.com To: Wenzhuo Lu Return-path: Received: from mail-wm0-f54.google.com (mail-wm0-f54.google.com [74.125.82.54]) by dpdk.org (Postfix) with ESMTP id 9AB4F9E3 for ; Mon, 7 Nov 2016 21:27:45 +0100 (CET) Received: by mail-wm0-f54.google.com with SMTP id t79so200319072wmt.0 for ; Mon, 07 Nov 2016 12:27:45 -0800 (PST) In-Reply-To: <1478452574-127074-1-git-send-email-wenzhuo.lu@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" 2016-11-06 12:16, Wenzhuo Lu: > After changing pkt[0] to pkt[], the example IP reassembly is not > working. > It's weird because this change is fine. There should be no > difference between them. > As a workaround, revert this change. > > Fixes: 347a1e037fd3 (lib: use C99 syntax for zero-size arrays) > > Reported-by: Huilong Xu > Signed-off-by: Wenzhuo Lu Applied, thanks Please keep us informed if you understand the issue.