From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] app/test: fix reorder library unit test Date: Thu, 12 Nov 2015 16:42:15 +0100 Message-ID: <11409976.tySiy6o9Im@xps13> References: <1445424644-9910-1-git-send-email-reshma.pattan@intel.com> <56278CB2.4090504@intel.com> <56337F1B.6090708@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Reshma Pattan Return-path: Received: from mail-wm0-f51.google.com (mail-wm0-f51.google.com [74.125.82.51]) by dpdk.org (Postfix) with ESMTP id 2B6B09223 for ; Thu, 12 Nov 2015 16:43:28 +0100 (CET) Received: by wmec201 with SMTP id c201so97547817wme.1 for ; Thu, 12 Nov 2015 07:43:28 -0800 (PST) In-Reply-To: <56337F1B.6090708@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-10-30 14:30, Sergio Gonzalez Monroy: > On 21/10/2015 14:01, Sergio Gonzalez Monroy wrote: > > On 21/10/2015 11:50, Reshma Pattan wrote: > >> The reorder library unit test was performed under the assumption that > >> the start > >> sequence number was always 0. > >> This is not the case anymore as the start sequence number is > >> initialized by the first > >> packet inserted into the reorder buffer. > >> > >> This patch updates the unit test to reflect the new behavior. > >> > >> Fixes: 7e1fa1de8a53 ("reorder: allow random number as starting point") > >> > >> Signed-off-by: Reshma Pattan > >> > > Acked-by: Sergio Gonzalez Monroy > Forgot to add this tag: > > Reported-by: Mukesh Dua Applied, thanks