From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id 881E41B2E0; Tue, 7 Nov 2017 17:56:53 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id EF06120A17; Tue, 7 Nov 2017 11:56:52 -0500 (EST) Received: from frontend1 ([10.202.2.160]) by compute1.internal (MEProxy); Tue, 07 Nov 2017 11:56:52 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=gnrYBeb6uHWmdzeBMDHskAuIA2 iiocWRgXif1pQGJl4=; b=AA1kae77Eta/tviqGVQ7rhq3qy2AbDvSfhibjnr2yb Fbm3u1J+fOkYgx8+Zua5xL5cZ0VqT3z/FH3yPEVD6dQrt1SpBDVi6hxhQlOHRS1H LGJVbVZRZLgf1wmUMUIbPi2EeBU31wTPuRwPVvPU7Ntf/yGTpaUu1Yk1FXSB7UFf o= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm1; bh=gnrYBe b6uHWmdzeBMDHskAuIA2iiocWRgXif1pQGJl4=; b=k7genIzvUxM1oTm2E4Y23e fAMyKq++NKCQPxwpO5zDoG2UAkDw29B4M4lL7mRhPIk+Ray7o9Q/M3IdjggEi0C4 P0zpyOXqceiNAsPc7I9e1w3wQPmJ0/jCNmwla0y++rl8A4ilkXx8glbMY5cbKO4U i6pwRHcHWM67RsLswTA3XjM1YV/7VV1H6Sh+FvCmwbYbSacR7AnwKI9QDGQ4nNrQ aXLwXWe2Eto/upHGBBKETaFu7Q5Cx2f/i/SJp0lOwILsMSFostFYl9HTH0O8u2m8 bmRWg/P0JAWl2y/jFkOEgEZqJIOBiKgDrv700k7jCw8LXgp5g/bQr/2oghbzR8pg == X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id A976E7F982; Tue, 7 Nov 2017 11:56:52 -0500 (EST) From: Thomas Monjalon To: "Mrzyglod, DanielX T" Cc: dev@dpdk.org, "Jastrzebski, MichalX K" , "Liang, Cunming" , "stable@dpdk.org" , "Yigit, Ferruh" , "Jain, Deepak K" Date: Tue, 07 Nov 2017 17:56:51 +0100 Message-ID: <2010243.oFjSo5Q0Sh@xps> In-Reply-To: <60ABE07DBB3A454EB7FAD707B4BB158213C4BCE1@IRSMSX109.ger.corp.intel.com> References: <20171013142057.54980-1-michalx.k.jastrzebski@intel.com> <20171027162408.90288-1-danielx.t.mrzyglod@intel.com> <60ABE07DBB3A454EB7FAD707B4BB158213C4BCE1@IRSMSX109.ger.corp.intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-stable] [dpdk-dev] [PATCH v2] test/pmd_perf: fix for segmentation fault X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Nov 2017 16:56:53 -0000 > > Error can be reproduce if we run pmd_perf_autotest with more then > > one device in such way: > > RTE>>set_rxtx_sc poll_before_xmit > > RTE>>pmd_perf_autotest > > > > if first burst was value less than MAX_PKT_BURST in the end we overwrite > > pkts_burst table for rx which was supposed for another interface. > > > > Fixes: 002ade70e933 ("app/test: measure cycles per packet in Rx/Tx") > > Cc: cunming.liang@intel.com > > Cc: stable@dpdk.org > > > > Signed-off-by: Daniel Mrzyglod > > Acked-by: Michal Jastrzebski Applied, thanks