From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga103.jf.intel.com with ESMTP; 30 Oct 2015 07:31:28 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,219,1444719600"; d="scan'208";a="807522632" Received: from smonroyx-mobl.ger.corp.intel.com (HELO [10.237.220.57]) ([10.237.220.57]) by orsmga001.jf.intel.com with ESMTP; 30 Oct 2015 07:30:53 -0700 To: Reshma Pattan 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> From: Sergio Gonzalez Monroy Message-ID: <56337F1B.6090708@intel.com> Date: Fri, 30 Oct 2015 14:30:51 +0000 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: <56278CB2.4090504@intel.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH v2] app/test: fix reorder library unit test X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Oct 2015 14:31:53 -0000 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