From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 3FE2DA0524 for ; Thu, 4 Feb 2021 13:09:23 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 3A5382406D9; Thu, 4 Feb 2021 13:09:23 +0100 (CET) Received: from youngberry.canonical.com (youngberry.canonical.com [91.189.89.112]) by mails.dpdk.org (Postfix) with ESMTP id 6933E240664 for ; Thu, 4 Feb 2021 13:09:22 +0100 (CET) Received: from 2.general.paelzer.uk.vpn ([10.172.196.173] helo=localhost.localdomain) by youngberry.canonical.com with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1l7dRq-0008Fz-7W; Thu, 04 Feb 2021 12:09:22 +0000 From: Christian Ehrhardt To: dpdk stable Cc: Luca Boccassi , Kevin Traynor , Christian Ehrhardt Date: Thu, 4 Feb 2021 13:09:03 +0100 Message-Id: <20210204120903.2515011-3-christian.ehrhardt@canonical.com> X-Mailer: git-send-email 2.30.0 In-Reply-To: <20210204120903.2515011-1-christian.ehrhardt@canonical.com> References: <20210204120903.2515011-1-christian.ehrhardt@canonical.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dpdk-stable] [PATCH 3/3] README: add hint on chaining multiple series submissions X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Sender: "stable" Signed-off-by: Christian Ehrhardt --- README | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README b/README index 771b97e..6489379 100644 --- a/README +++ b/README @@ -87,7 +87,7 @@ changes. To aid this, a personal repo like github can be used to store the queue patches and it can be referenced in the email. If it is available it is set it in lib.sh with QUEUED_REPO. -Note: +Note - flood protection: Once generally configured git send-email can submit those via: $ git send-email $release/$date/mail/*.patch But some email providers will apply limits and a DPDK LTS maintainers often send @@ -98,6 +98,13 @@ adding the following to your gitconfig: smtpBatchSize = 5 smtpReloginDelay = 10 +Note - chain patch series submissions: +Often one is working on the commits collected from lastrelease->rc1, to later +work again on e.g. rc1->rc2. To thread/chain these submissions right +git send-email will ask for: + Message-ID to be used as In-Reply-To for the first email (if any)? +Here enter the Message-ID of the last patch of your formerly submitted series. + 3-request-backport ================== -- 2.30.0