commit | fd2ecd885bab8e456298d0b702806ea736456c62 | [log] [tgz] |
---|---|---|
author | Logan Gunthorpe <logang@deltatee.com> | Mon Jun 20 13:15:04 2016 -0600 |
committer | Jon Mason <jdmason@kudzu.us> | Fri Aug 05 10:21:06 2016 -0400 |
tree | 705a3ba20eba4662738fbc94e25a818ab4942783 | |
parent | 19645a077120c6417e9dc5ad469c45194cf78a82 [diff] |
ntb_perf: Schedule based on time not on performance When debugging performance problems, if some issue causes the ntb hardware to be significantly slower than expected, ntb_perf will hang requiring a reboot because it only schedules once every 4GB. Instead, schedule based on jiffies so it will not hang the CPU if the transfer is slow. Signed-off-by: Logan Gunthorpe <logang@deltatee.com> Acked-by: Dave Jiang <dave.jiang@intel.com> Signed-off-by: Jon Mason <jdmason@kudzu.us>