Skip to content

Commit

Permalink
[PATCH] myri10ge: always re-enable dummy rdmas in myri10ge_resume
Browse files Browse the repository at this point in the history
Dummy RDMA are always enabled on device startup since commit
9a71db7 (to work around buggy
PCIe chipsets which do not implement resending properly). But,
we also need to always re-enable them when resuming the device.

Signed-off-by: Brice Goglin <brice@myri.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
  • Loading branch information
Brice Goglin authored and Jeff Garzik committed Aug 9, 2006
1 parent 2f96740 commit 013b68b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/myri10ge/myri10ge.c
Original file line number Diff line number Diff line change
Expand Up @@ -2425,7 +2425,7 @@ static int myri10ge_resume(struct pci_dev *pdev)
}

myri10ge_reset(mgp);
myri10ge_dummy_rdma(mgp, mgp->tx.boundary != 4096);
myri10ge_dummy_rdma(mgp, 1);

/* Save configuration space to be restored if the
* nic resets due to a parity error */
Expand Down

0 comments on commit 013b68b

Please sign in to comment.