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: Fri, 30 Oct 2015 14:30:51 +0000 Message-ID: <56337F1B.6090708@intel.com> References: <1445424644-9910-1-git-send-email-reshma.pattan@intel.com> <1445424644-9910-2-git-send-email-reshma.pattan@intel.com> <56278CB2.4090504@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 21ABC919D for ; Fri, 30 Oct 2015 15:31:52 +0100 (CET) In-Reply-To: <56278CB2.4090504@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 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 >> >> --- >> 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 Forgot to add this tag: Reported-by: Mukesh Dua Sergio