Skip to content

Commit

Permalink
be2net: Modified PCI MaxReadReq size to 4096 bytes
Browse files Browse the repository at this point in the history
Signed-off-by: Somnath Kotur <somnath.kotur@emulex.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Somnath Kotur authored and David S. Miller committed Oct 3, 2011
1 parent 92aa921 commit 5a56eb1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/net/ethernet/emulex/benet/be_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 5a56eb1

Please sign in to comment.