Commit 5a56eb10 authored by Somnath Kotur's avatar Somnath Kotur Committed by David S. Miller

be2net: Modified PCI MaxReadReq size to 4096 bytes

Signed-off-by: default avatarSomnath Kotur <somnath.kotur@emulex.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 92aa9214
...@@ -2529,6 +2529,8 @@ static int be_setup(struct be_adapter *adapter) ...@@ -2529,6 +2529,8 @@ static int be_setup(struct be_adapter *adapter)
adapter->link_speed = -1; adapter->link_speed = -1;
be_cmd_get_fw_ver(adapter, adapter->fw_ver, NULL); be_cmd_get_fw_ver(adapter, adapter->fw_ver, NULL);
pcie_set_readrq(adapter->pdev, 4096);
return 0; return 0;
rx_qs_destroy: rx_qs_destroy:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment