]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'pci-mrrs-consts'
authorDavid S. Miller <davem@davemloft.net>
Mon, 16 Apr 2018 22:55:05 +0000 (18:55 -0400)
committerDavid S. Miller <davem@davemloft.net>
Mon, 16 Apr 2018 22:55:05 +0000 (18:55 -0400)
commitfcef1ea64a4a5c85c559904ece1b66a4904e2f5d
tree52a99ad473ddbf444fd753c020b05b4abdadca01
parente47c7990dd27e1332ddfa18d9b9a935fe6ac3ab8
parentbaad07a7fc404673ad657d8184182ca7c49dd27b
Merge branch 'pci-mrrs-consts'

Heiner Kallweit says:

====================
PCI: add two more values for PCIe Max_Read_Request_Size and initially use them in r8169 network driver

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.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>