commit | 793c20e9c924e6bc91bc9b1c98e2f6b8e1bf2fae | [log] [tgz] |
---|---|---|
author | Jon Mason <jon.mason@intel.com> | Sat Jan 19 02:02:26 2013 -0700 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sun Jan 20 15:45:51 2013 -0800 |
tree | 1ac009d91230095b0cc5808ef86e089d6fc7c30b | |
parent | d7237e22bbcffc3237a234fdf165fde4c2b0a22d [diff] |
NTB: Remove reads across NTB CPU reads across NTB are slow(er) and can hang the local system if an ECC error is encountered on the remote. To work around the need for a read, have the remote side write its current position in the rx buffer to the local system's buffer and use that to see if there is room when transmitting. Signed-off-by: Jon Mason <jon.mason@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>