From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] test: fix test_tlb_tx_burst Date: Mon, 10 Aug 2015 16:13:39 +0200 Message-ID: <21172092.tDjSpFFvHW@xps13> References: <1438949731-17748-1-git-send-email-michalx.k.jastrzebski@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Michal Jastrzebski Return-path: Received: from mail-wi0-f169.google.com (mail-wi0-f169.google.com [209.85.212.169]) by dpdk.org (Postfix) with ESMTP id 3D1FC5A5E for ; Mon, 10 Aug 2015 16:14:53 +0200 (CEST) Received: by wicja10 with SMTP id ja10so38947892wic.1 for ; Mon, 10 Aug 2015 07:14:53 -0700 (PDT) In-Reply-To: <1438949731-17748-1-git-send-email-michalx.k.jastrzebski@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" > Test failed on verification if number of bytes > transmitted on each slave is not less than 90% > and greater than 110% of mean value of bytes transmitted > thru one slave. This was verified on a real system > but is difficult to achieve using virtualpmd. > That's why for unit tests only, it is sufficient to verify that with > high load (2 seconds transsmission) all slaves are trasnitting > so the traffic is balanced. > > v2 changes: > - improved description > - reverted number of packets generated (in v1 it was decreased, > but to achieve balancing it has to be high load). > > Signed-off-by: Michal Jastrzebski Fixes: 0c8396e6d786 ("bond: unit tests for mode 5") Applied thanks