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=-2.4 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,USER_AGENT_SANE_1 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 72C9DC2D0BF for ; Tue, 10 Dec 2019 18:25:47 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 4D72720637 for ; Tue, 10 Dec 2019 18:25:47 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=ziepe.ca header.i=@ziepe.ca header.b="fZJdoQ1t" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727625AbfLJSZq (ORCPT ); Tue, 10 Dec 2019 13:25:46 -0500 Received: from mail-ot1-f67.google.com ([209.85.210.67]:33496 "EHLO mail-ot1-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727455AbfLJSZp (ORCPT ); Tue, 10 Dec 2019 13:25:45 -0500 Received: by mail-ot1-f67.google.com with SMTP id d17so16443485otc.0 for ; Tue, 10 Dec 2019 10:25:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ziepe.ca; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=dCTL3YxjonYnGSDvN2t/7n7OmJ3ZoEc0YTZV/xANSbE=; b=fZJdoQ1tLXgEpQEXklPsQh2EaC4q7+7bxzhktLpN1AGeHNPp/eez///fvRyXpIJNcy A8BdR7XZQ0qt1PsHCP1VVAyTbysfpXjZT7gETKO2yFELTTcQpDcEh6qVBnHfm0ssPj8/ Nd3I+mv23uGbw+9fXMzJIEIuZzkgrhJ2ZQJ6Zq7e1k8cFbCbGwEfbGo1n8zuHKJoJUOG USx6EdYnG33ZL7nUpVfRmlzNao7vh6ZcPix8L+rbGvCALLraB01MZB14vaEfvupwSGxe uqQkPcbloq8jSTIo/+tsUhswQkuGRH1OejP6HpEdnm3utgbO+jePjslTUI5OalOLhyZt q5AA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=dCTL3YxjonYnGSDvN2t/7n7OmJ3ZoEc0YTZV/xANSbE=; b=CqQLiM4lNow0IYTbufFBOk2VkYW2FtdOBIy7Nsv8pELKbWwvzFZlJjSPKI8EotQccC cS9Hz5QWYIUbbt6fo4pXg3NheqV54jgZQEWg1DVqKOLTsrz1c/4cnWyoOC6vjJzD3+/7 V0N7ecBVQ0CSmXWuZpbjmfZ/9thcXJZB3DhfOOWupYlydf7i+221tTOLhiPTwBHmgliP vMJ1unNiyeGdEzAMUOc8HAPBWEU0ZnbB4L/vPSmMiagUaICWnJvk0xGpo3mztxTvWDcD xl4uQ1n57Q4ZlYV0llvE/P7+pKZDwYtzURcVwaSy71kpEwR7H6//7OED39c+ZyzgjAFo MSww== X-Gm-Message-State: APjAAAUTwWPOCZKhz4JcVB9aLbvL3B5ZKFEwQMUy6SJGGze9H444rNsw UBLLkfwg7oprqHJG+6Hn2xa0rw== X-Google-Smtp-Source: APXvYqzVPNN9yv0gZxPeuvhMAs6KzLvZrIY6+h1YezEHRThj1WMoy11GMf0DyPigX3zMuWPn2JLYsg== X-Received: by 2002:a9d:5c88:: with SMTP id a8mr23524797oti.348.1576002344965; Tue, 10 Dec 2019 10:25:44 -0800 (PST) Received: from ziepe.ca ([217.140.111.136]) by smtp.gmail.com with ESMTPSA id b15sm1649465oti.23.2019.12.10.10.25.44 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 10 Dec 2019 10:25:44 -0800 (PST) Received: from jgg by LT-JGG-7470.mtl.com with local (Exim 4.90_1) (envelope-from ) id 1iekCd-00001g-Se; Tue, 10 Dec 2019 14:25:43 -0400 Date: Tue, 10 Dec 2019 14:25:43 -0400 From: Jason Gunthorpe To: Jeff Kirsher Cc: davem@davemloft.net, gregkh@linuxfoundation.org, netdev@vger.kernel.org, linux-rdma@vger.kernel.org, nhorman@redhat.com, sassmann@redhat.com, parav@mellanox.com Subject: Re: [net-next v3 00/20][pull request] Intel Wired LAN Driver Updates 2019-12-09 Message-ID: <20191210182543.GE46@ziepe.ca> References: <20191209224935.1780117-1-jeffrey.t.kirsher@intel.com> <20191210172233.GA46@ziepe.ca> <324a6a4c7553cea5225b6f94ff224e155a252b36.camel@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <324a6a4c7553cea5225b6f94ff224e155a252b36.camel@intel.com> User-Agent: Mutt/1.9.4 (2018-02-28) Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Tue, Dec 10, 2019 at 10:06:41AM -0800, Jeff Kirsher wrote: > > Please don't send new RDMA drivers in pull requests to net. This > > driver is completely unreviewed at this point. > > This was done because you requested a for a single pull request in an > earlier submission 9 months ago. I am fine with breaking up submission, > even though the RDMA driver would be dependent upon the virtual bus and LAN > driver changes. If I said that I ment a single pull request *to RDMA* with Dave's acks on the net side, not a single pull request to net. Given the growth of the net side changes this may be better to use a shared branch methodology. Jason