From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id D023858C4 for ; Fri, 26 Oct 2018 10:38:12 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 5BF7121F41; Fri, 26 Oct 2018 04:38:12 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Fri, 26 Oct 2018 04:38:12 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=xCcZES/+3JgL3xtcdwMe4d1Ph8UD1Mw36pfrRGiWEHQ=; b=BEFVcUKMtFAR 7BgIy5qjl83jtGnj+8oU0UDQJ8lQM0/iHPHSTAwUcDh2pAzt8HPrSYV8qvo2G+dY TP1u2qaZUE7AmPQFUs9FhMs6+7J9ZMnf2J7jLK3/TC4WnmkAUKDnrLNiTD80nSUj sf44TErwFTPS6Qz0rqYb/99PUdDPuM8= 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-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm1; bh=xCcZES/+3JgL3xtcdwMe4d1Ph8UD1Mw36pfrRGiWE HQ=; b=OnBkVH5hVwg8aTxDj78kMhnSvn9NecCjJeBxZh44U95iIygKiGxe+r/bJ aD/+Ahj5dyavte4JKocGTh7KNgUXM21HsU5TXWITCeVIhzH+I9nlY4JMul7dO9sR HQLepZGLhqBbUNfkn/1ESibQSANRdLoMtpD1Wp85N4k0y2DS+bLL5d9tLSOGuegm TmgvrpOm1G3ImJl8zxu+e7/vDnh/huHVT1NPW7iQTKeVuJO/qT5qccNhwviSrYoz RMJ3cs49wYoT/cQS4NfjvNs6cAeH6M+ctO7VkhYz0mdKHGq3KyLQ+RdH/qWAh7uB j83Mga1l2hywXbJfoVJRHoyWaOLNg== X-ME-Sender: X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id CCFA6E4074; Fri, 26 Oct 2018 04:38:10 -0400 (EDT) From: Thomas Monjalon To: Honnappa Nagarahalli Cc: "dev@dpdk.org" , "bruce.richardson@intel.com" , "pablo.de.lara.guarch@intel.com" , "yipeng1.wang@intel.com" , Dharmik Thakkar , "Gavin Hu (Arm Technology China)" , nd Date: Fri, 26 Oct 2018 10:38:14 +0200 Message-ID: <7557349.NbPZBPCVeV@xps> In-Reply-To: References: <1540344746-29045-1-git-send-email-honnappa.nagarahalli@arm.com> <2478359.0TPsiFennH@xps> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v6 0/5] Address reader-writer concurrency in rte_hash X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Oct 2018 08:38:13 -0000 26/10/2018 02:48, Honnappa Nagarahalli: > > > > 24/10/2018 03:32, Honnappa Nagarahalli: > > > Dharmik Thakkar (1): > > > test/hash: read-write lock-free concurrency test > > > > > > Honnappa Nagarahalli (4): > > > hash: separate multi-writer from rw-concurrency > > > hash: support do not free on delete > > > hash: fix key store element alignment > > > hash: add lock-free read-write concurrency > > > > Please add Cc: stable@dpdk.org below Fixes: line when the fix must be > > backported. > > > > The script check-git-log.sh will help in this task. > I did not run this script, will run from next time. > > I am confused about when to add 'stable@dpdk.org'. > https://doc.dpdk.org/guides-18.08/contributing/patches.html section 5.7 says that while fixing a 'regression' (any issue due to a previous code change), we should add 'author@example.com'. > Then section 5.7.2 says that 'all fix patches to the master that are candidates for backporting should have 'Cc:stable@dpdk.org' and should be CCed to stable@dpdk.org mailing list. > Last time I CCed a patch to stable@dpdk.org, I was told not to do it, 'Cc:stable@dpdk.org' in the commit message is enough. > > Any clarification would help. If you add Cc: stable@dpdk.org in the commit, git-send-email will automatically Cc the email. So the email will be sent to dev and stable at the same time. It's what should happen :)