From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <yuanhan.liu@linux.intel.com>
Received: from mga14.intel.com (mga14.intel.com [192.55.52.115])
 by dpdk.org (Postfix) with ESMTP id 028172BBD
 for <dev@dpdk.org>; Fri, 20 Jan 2017 08:57:48 +0100 (CET)
Received: from orsmga005.jf.intel.com ([10.7.209.41])
 by fmsmga103.fm.intel.com with ESMTP; 19 Jan 2017 23:57:47 -0800
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.33,257,1477983600"; d="scan'208";a="55215628"
Received: from yliu-dev.sh.intel.com (HELO yliu-dev) ([10.239.67.162])
 by orsmga005.jf.intel.com with ESMTP; 19 Jan 2017 23:57:46 -0800
Date: Fri, 20 Jan 2017 15:59:58 +0800
From: Yuanhan Liu <yuanhan.liu@linux.intel.com>
To: Ferruh Yigit <ferruh.yigit@intel.com>
Cc: Thomas Monjalon <thomas.monjalon@6wind.com>, dev@dpdk.org,
 pablo.de.lara.guarch@intel.com, bruce.richardson@intel.com
Message-ID: <20170120075958.GV10293@yliu-dev.sh.intel.com>
References: <1484664872-26859-1-git-send-email-thomas.monjalon@6wind.com>
 <d046362e-d41d-fcab-ec9b-23d651b84ebc@intel.com>
 <1860075.ojoIIAvjcn@xps13>
 <20170118044150.GN10293@yliu-dev.sh.intel.com>
 <b94c6e0b-65e6-a438-0d1b-840ae529a11f@intel.com>
 <20170119080506.GT10293@yliu-dev.sh.intel.com>
 <db014323-b58f-26f9-2c10-654129e9b94f@intel.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <db014323-b58f-26f9-2c10-654129e9b94f@intel.com>
User-Agent: Mutt/1.5.23 (2014-03-12)
Subject: Re: [dpdk-dev] [PATCH] devtools: check stable tag in fixes
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: DPDK patches and discussions <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: Fri, 20 Jan 2017 07:57:49 -0000

On Thu, Jan 19, 2017 at 12:00:23PM +0000, Ferruh Yigit wrote:
> To highlight, and double check, the process will be updated as following:
> 
> - Author may or may not have "CC: stable@dpdk.org" for fixes.
> 
> - Maintainer/Committer may add "CC: stable@dpdk.org" tag to commit log,
> but won't send a mail to the stable mail list.
> 
> - "CC: stable@dpdk.org" tags will remain in commit logs.

Yes.
	--yliu