From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 55F43C433ED for ; Tue, 11 May 2021 15:31:53 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 2656E61186 for ; Tue, 11 May 2021 15:31:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231827AbhEKPc6 (ORCPT ); Tue, 11 May 2021 11:32:58 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34858 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231826AbhEKPc6 (ORCPT ); Tue, 11 May 2021 11:32:58 -0400 Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:8b0:10b:1236::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7EEADC061574 for ; Tue, 11 May 2021 08:31:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=In-Reply-To:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=qd89Yq1zI8Ot5Kn7d3v2k37syKK+PdFa0qHgTzuWIkw=; b=JnXXtZ01Rbput6L/7z4BeWdccK cODLrMVbyrTU20bm0m/xzw8cvxRlBtRxjCgRnHeEO9l6Tk0ENdnA5kdrLka/OUVCaC8R47zeEKKrV xncq4DW4RKy3pJVmUdY1oDuY1Jmm9jhOLvhev4kDSb/LwsuxKO6zR52sLtjbCweUSh9sm5uXvUTRO T4n5rAF6m4DOLorKq9x2Cp6lKWKAEO3TscfNim+4CvZHVoTvkBqvxcyJ54fzcMM2YFBL/M5nQO3Sm x45SdEDnHgcnzsz8BRFBGenIV86+Zv1fbGrVFF/JFXO7pPuPeuJLGbiZnBkXxtpG131jRO0oAvhQM 4fb+Bl5A==; Received: from hch by casper.infradead.org with local (Exim 4.94 #2 (Red Hat Linux)) id 1lgULt-007PRF-AB; Tue, 11 May 2021 15:31:19 +0000 Date: Tue, 11 May 2021 16:31:17 +0100 From: Christoph Hellwig To: Dongdong Liu Cc: helgaas@kernel.org, hch@infradead.org, linux-pci@vger.kernel.org Subject: Re: [PATCH V2 5/5] PCI: Enable 10-Bit tag support for PCIe RP devices Message-ID: References: <1620745965-91535-1-git-send-email-liudongdong3@huawei.com> <791a5af6-bcbb-a824-ecd7-504abe7194e2@huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <791a5af6-bcbb-a824-ecd7-504abe7194e2@huawei.com> X-SRS-Rewrite: SMTP reverse-path rewritten from by casper.infradead.org. See http://www.infradead.org/rpr.html Precedence: bulk List-ID: X-Mailing-List: linux-pci@vger.kernel.org On Tue, May 11, 2021 at 11:24:16PM +0800, Dongdong Liu wrote: > This patch is based on the patchset [PATCH V2 0/5] PCI: Enable 10-Bit tag > support for PCIe devices. > > I use "git send-email" report "4.4.2 Message submission rate for this client > has exceeded the configured limit" lead missed [PATCH V2 5/5]. That is a message from your mail server. Try tweaking the sendemail.smtpBatchSize option in your .gitconfig