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 25FF3A0524 for ; Thu, 4 Feb 2021 13:09:16 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 1C9742406D9; Thu, 4 Feb 2021 13:09:16 +0100 (CET) Received: from youngberry.canonical.com (youngberry.canonical.com [91.189.89.112]) by mails.dpdk.org (Postfix) with ESMTP id 514EE240656 for ; Thu, 4 Feb 2021 13:09:15 +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 1l7dRj-0008Fz-2w; Thu, 04 Feb 2021 12:09:15 +0000 From: Christian Ehrhardt To: dpdk stable Cc: Luca Boccassi , Kevin Traynor , Christian Ehrhardt Date: Thu, 4 Feb 2021 13:09:02 +0100 Message-Id: <20210204120903.2515011-2-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 2/3] README: add hint on git send-email vs flooding protection 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 | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README b/README index 3e4978a..771b97e 100644 --- a/README +++ b/README @@ -87,6 +87,17 @@ 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: +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 +>100 mails at once. To avoid being blocked in between a submission by flood +protection that is active for some common providers smtp services consider +adding the following to your gitconfig: + [sendemail] + smtpBatchSize = 5 + smtpReloginDelay = 10 + 3-request-backport ================== -- 2.30.0