]> git.baikalelectronics.ru Git - kernel.git/commit
NTB: memcpy lockup workaround
authorJon Mason <jon.mason@intel.com>
Thu, 17 Jan 2013 22:28:45 +0000 (15:28 -0700)
committerJon Mason <jon.mason@intel.com>
Wed, 15 May 2013 17:58:06 +0000 (10:58 -0700)
commit8168a90c83ed41e985a0594a72fb006063769ca1
tree8dfb29b36fe7f143588877f205df7b7cb2008024
parenta960c6c4df82aa9952af29fe4bc479a8166d431a
NTB: memcpy lockup workaround

The system will appear to lockup for long periods of time due to the NTB
driver spending too much time in memcpy.  Avoid this by reducing the
number of packets that can be serviced on a given interrupt.

Signed-off-by: Jon Mason <jon.mason@intel.com>
drivers/ntb/ntb_transport.c