]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
be2net: Modified PCI MaxReadReq size to 4096 bytes
authorSomnath Kotur <somnath.kotur@emulex.com>
Fri, 30 Sep 2011 07:24:28 +0000 (07:24 +0000)
committerMaxim Uvarov <maxim.uvarov@oracle.com>
Thu, 8 Dec 2011 23:36:09 +0000 (15:36 -0800)
Signed-off-by: Somnath Kotur <somnath.kotur@emulex.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/benet/be_main.c

index e10bbb914545d9f7bc069fa50f6f5c69964cd175..3fc904d0a80b54ce152b7134e5ce7877e33c2a38 100644 (file)
@@ -2529,6 +2529,8 @@ static int be_setup(struct be_adapter *adapter)
        adapter->link_speed = -1;
 
        be_cmd_get_fw_ver(adapter, adapter->fw_ver, NULL);
+
+       pcie_set_readrq(adapter->pdev, 4096);
        return 0;
 
 rx_qs_destroy: