From mboxrd@z Thu Jan 1 00:00:00 1970 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) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=t6V/pCuO5k3MRpXLLcIC2HTD1qvPF1DXm0ZsiF6eX+8=; b=mffOJYPjcpySCKW5/gNjk/NMHigYTdxSkN1w+0Xuo3lzodQ0IJM7DHeC11vVCa1nvJ lNNdr9D6xKErCRR6I8DZVtxUDa9R/XBr+NjTA4NPR3jLp0qJjdV1pSTJojsgETzNJIAh C7Mzr2QjCEOVmS+T7X7fi66uxTDu9XXWw501/MKoyBKA1EojxcXWNB3GRyyyFQJom34E B+h/2DQ3tFO/RICzkzywnbDrYBTbT4Zy9OCY1ZOzl3KmWxqBIm/yb31rljTdsw17S106 egAjc8UTK5YfDWRsKdsPuJuOIbplarKHoglXlMx4rbOkVoJbK82Z5EmhLrvCzPLZR0yq zcAw== X-Gm-Message-State: ALoCoQn0qwfwZ+cc5UnKKF2JTV5ZIvjq579c6iHhoIPgfOcO8RSs/BYWl7F4pvYjQjs8NkyldWB4 X-Received: by 10.180.208.42 with SMTP id mb10mr12822541wic.34.1439216092981; Mon, 10 Aug 2015 07:14:52 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by smtp.gmail.com with ESMTPSA id ej5sm29667448wjd.22.2015.08.10.07.14.51 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 10 Aug 2015 07:14:51 -0700 (PDT) From: Thomas Monjalon To: Michal Jastrzebski Date: Mon, 10 Aug 2015 16:13:39 +0200 Message-ID: <21172092.tDjSpFFvHW@xps13> Organization: 6WIND User-Agent: KMail/4.14.8 (Linux/4.0.4-2-ARCH; KDE/4.14.8; x86_64; ; ) In-Reply-To: <1438949731-17748-1-git-send-email-michalx.k.jastrzebski@intel.com> References: <1438949731-17748-1-git-send-email-michalx.k.jastrzebski@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH v2] test: fix test_tlb_tx_burst 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: Mon, 10 Aug 2015 14:14:53 -0000 > 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