From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sergio Gonzalez Monroy Subject: Re: [PATCH v2] app/test: fix reorder library unit test Date: Wed, 21 Oct 2015 14:01:38 +0100 Message-ID: <56278CB2.4090504@intel.com> References: <1445424644-9910-1-git-send-email-reshma.pattan@intel.com> <1445424644-9910-2-git-send-email-reshma.pattan@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org To: Reshma Pattan Return-path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 4AEFC95A4 for ; Wed, 21 Oct 2015 15:02:10 +0200 (CEST) In-Reply-To: <1445424644-9910-2-git-send-email-reshma.pattan@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" 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 > > --- > Version 2: > split patch for unit test only > update commit message > > app/test/test_reorder.c | 75 ++++++++++++++++++++++++----------------------- > 1 files changed, 38 insertions(+), 37 deletions(-) > > Acked-by: Sergio Gonzalez Monroy