From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755681AbcHSHYc (ORCPT ); Fri, 19 Aug 2016 03:24:32 -0400 Received: from mga11.intel.com ([192.55.52.93]:13226 "EHLO mga11.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753911AbcHSHY3 (ORCPT ); Fri, 19 Aug 2016 03:24:29 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.28,544,1464678000"; d="scan'208";a="158259755" Date: Fri, 19 Aug 2016 15:24:20 +0800 From: Aaron Lu To: Marcelo Ricardo Leitner Cc: Xin Long , kernel test robot , Stephen Rothwell , lkp@01.org, "David S. Miller" , LKML , "Chen, Tim C" , Huang Ying Subject: Re: [LKP] [lkp] [sctp] a6c2f79287: netperf.Throughput_Mbps -37.2% regression Message-ID: <20160819072420.GA1167@aaronlu.sh.intel.com> References: <375f06dd-8439-bba3-8b45-781e1e48dc9c@intel.com> <20160817084832.GA5342@aaronlu.sh.intel.com> <80bbef60-34ed-0bf1-f1c5-8285b713c2f7@intel.com> <20160818032156.GA5250@aaronlu.sh.intel.com> <20160819052941.GA1179@aaronlu.sh.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Aug 19, 2016 at 04:19:39AM -0300, Marcelo Ricardo Leitner wrote: > Hi, > > Em 19-08-2016 02:29, Aaron Lu escreveu: > ... > > It doesn't look insane and sctp_wait_for_sndbuf may actually have > > something to do with a larger sctp_chunk I suppose? > > > > The same perf record doesn't capture any sample for the good commit, > > which suggests the nerperf process doesn't sleep in sctp_wait_for_sndbuf. > > Ahhh yes! It does, and then it would mean your txbuf is too small for the > chunk sizes you're using (sctp tests option -m). > > What's your netperf cmdline again please? netperf -4 -t SCTP_STREAM_MANY -c -C -l 300 -- -m 10K -H 127.0.0.1 Is the 10K used here a problem? If so, can you suggest a proper value for our netperf performance test? Thanks. Regards, Aaron From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: multipart/mixed; boundary="===============4524766300145191143==" MIME-Version: 1.0 From: Aaron Lu To: lkp@lists.01.org Subject: Re: [sctp] a6c2f79287: netperf.Throughput_Mbps -37.2% regression Date: Fri, 19 Aug 2016 15:24:20 +0800 Message-ID: <20160819072420.GA1167@aaronlu.sh.intel.com> In-Reply-To: List-Id: --===============4524766300145191143== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable On Fri, Aug 19, 2016 at 04:19:39AM -0300, Marcelo Ricardo Leitner wrote: > Hi, > = > Em 19-08-2016 02:29, Aaron Lu escreveu: > ... > > It doesn't look insane and sctp_wait_for_sndbuf may actually have > > something to do with a larger sctp_chunk I suppose? > > = > > The same perf record doesn't capture any sample for the good commit, > > which suggests the nerperf process doesn't sleep in sctp_wait_for_sndbu= f. > = > Ahhh yes! It does, and then it would mean your txbuf is too small for the > chunk sizes you're using (sctp tests option -m). > = > What's your netperf cmdline again please? netperf -4 -t SCTP_STREAM_MANY -c -C -l 300 -- -m 10K -H 127.0.0.1 Is the 10K used here a problem? If so, can you suggest a proper value for our netperf performance test? Thanks. Regards, Aaron --===============4524766300145191143==--