From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751550AbcHQJAR (ORCPT ); Wed, 17 Aug 2016 05:00:17 -0400 Received: from mail-qt0-f195.google.com ([209.85.216.195]:35821 "EHLO mail-qt0-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751139AbcHQI7B (ORCPT ); Wed, 17 Aug 2016 04:59:01 -0400 MIME-Version: 1.0 In-Reply-To: <20160817084832.GA5342@aaronlu.sh.intel.com> References: <6e529b10-117d-8af0-66b3-2ccfb71acf2a@intel.com> <47965feb-3a4d-4e07-a9ed-86a3d58fb911@intel.com> <371c1f25-bc00-c36a-a7f5-fbe05cd58abc@intel.com> <20160817061405.GA5401@aaronlu.sh.intel.com> <20160817063719.GA5463@aaronlu.sh.intel.com> <375f06dd-8439-bba3-8b45-781e1e48dc9c@intel.com> <20160817084832.GA5342@aaronlu.sh.intel.com> From: Xin Long Date: Wed, 17 Aug 2016 16:58:59 +0800 Message-ID: Subject: Re: [LKP] [lkp] [sctp] a6c2f79287: netperf.Throughput_Mbps -37.2% regression To: Aaron Lu Cc: kernel test robot , Stephen Rothwell , lkp@01.org, "David S. Miller" , LKML Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > > It doesn't change on my desktop Sandybridge. > > $ cat 4.7.0-rc6-01199-g116558d316e8/0/netperf.json > { > "netperf.Throughput_Mbps": [ > 748.2056249999998 > ] > } > > Where commit 116558d316e8 is based on top of the last test commit > 98dd2532b14e with the sent_count removed. Nice job I guess it may be because of your system memory limitation sctp_chunk size is bigger than before, netpref produced a lot of sctp_chunk in send queue. can you check the memory of your systems when the test is running, to see if memory is the bottle neck of this test ? > > Thanks, > Aaron