From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net-next 0/2] PCI: add two more values for PCIe Max_Read_Request_Size and initially use them in r8169 network driver Date: Mon, 16 Apr 2018 18:55:18 -0400 (EDT) Message-ID: <20180416.185518.1020006266147417608.davem@davemloft.net> References: <00f1255f-acf0-4760-c20f-0b78bda44645@gmail.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: bhelgaas@google.com, helgaas@kernel.org, nic_swsd@realtek.com, linux-pci@vger.kernel.org, netdev@vger.kernel.org To: hkallweit1@gmail.com Return-path: Received: from shards.monkeyblade.net ([184.105.139.130]:47878 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751150AbeDPWzU (ORCPT ); Mon, 16 Apr 2018 18:55:20 -0400 In-Reply-To: <00f1255f-acf0-4760-c20f-0b78bda44645@gmail.com> Sender: netdev-owner@vger.kernel.org List-ID: From: Heiner Kallweit Date: Mon, 16 Apr 2018 21:35:42 +0200 > In r8169 network driver I stumbled across a magic number translating > to PCI MRRS size 4K. The PCI core is still missing constants for > values 2K and 4K (as defined in PCI standard). > > So let's add these two constants and use the 4K constant in r8169. > > Second patch depends on the first one, therefore both patches > preferrably should go through either PCI or netdev tree. Series applied, thank you.