From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <yuanhan.liu@linux.intel.com>
Received: from mga04.intel.com (mga04.intel.com [192.55.52.120])
 by dpdk.org (Postfix) with ESMTP id 81A9E6CD6
 for <dev@dpdk.org>; Tue, 21 Jun 2016 10:04:52 +0200 (CEST)
Received: from fmsmga002.fm.intel.com ([10.253.24.26])
 by fmsmga104.fm.intel.com with ESMTP; 21 Jun 2016 01:04:43 -0700
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.26,502,1459839600"; d="scan'208";a="1006484721"
Received: from yliu-dev.sh.intel.com (HELO yliu-dev) ([10.239.67.162])
 by fmsmga002.fm.intel.com with ESMTP; 21 Jun 2016 01:04:40 -0700
Date: Tue, 21 Jun 2016 16:05:44 +0800
From: Yuanhan Liu <yuanhan.liu@linux.intel.com>
To: =?iso-8859-1?Q?N=E9lio?= Laranjeiro <nelio.laranjeiro@6wind.com>
Cc: dev@dpdk.org, Ferruh Yigit <ferruh.yigit@intel.com>,
 Tetsuya Mukawa <mukawa@igel.co.jp>
Message-ID: <20160621080544.GM23111@yliu-dev.sh.intel.com>
References: <1465379291-25310-1-git-send-email-nelio.laranjeiro@6wind.com>
 <1466493818-1877-1-git-send-email-nelio.laranjeiro@6wind.com>
 <20160621074308.GL23111@yliu-dev.sh.intel.com>
 <20160621080034.GL14221@autoinstall.dev.6wind.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Disposition: inline
Content-Transfer-Encoding: 8bit
In-Reply-To: <20160621080034.GL14221@autoinstall.dev.6wind.com>
User-Agent: Mutt/1.5.23 (2014-03-12)
Subject: Re: [dpdk-dev] [PATCH v3 00/25] Refactor mlx5 to improve performance
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: patches and discussions about DPDK <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Tue, 21 Jun 2016 08:04:53 -0000

On Tue, Jun 21, 2016 at 10:00:34AM +0200, Nélio Laranjeiro wrote:
> On Tue, Jun 21, 2016 at 03:43:08PM +0800, Yuanhan Liu wrote:
> > Hi,
> > 
> > Here is an off-topic comment: would you please add following line to
> > the sendemail section of your git config file?
> > 
> >     chainreplyto = false
> > 
> > That would let me to break the long threads in my client much easier.
> > Otherwise, it's hard for me to do it, leading that your thread occupies
> > several screens on my side.
> > 
> > It seems that Tetsuya also has the issue, thus CC'ed.
> > 
> > Thanks.
> > 
> > 	--yliu
> 
> I already have it in my sendemail section (copied from
> http://dpdk.org/dev web page).
> 
> I was wondering it did not split correctly the patchset threads.

No idea, and here is a blind guess: maybe you have a local git config
file that overwrites the globle options?

> I will try to use the command line "--no-chain-reply-to" option next
> time.

Thanks!

	--yliu