mirror of
https://github.com/torvalds/linux.git
synced 2024-12-23 19:31:53 +00:00
be2net: Modified PCI MaxReadReq size to 4096 bytes
Signed-off-by: Somnath Kotur <somnath.kotur@emulex.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
92aa921417
commit
5a56eb10ba
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user