commit | 61dd330a284b7164eda3549ea3ec1bb53598a21e | [log] [tgz] |
---|---|---|
author | David Kershner <david.kershner@unisys.com> | Fri Jan 15 11:19:05 2016 -0500 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sun Feb 07 17:34:58 2016 -0800 |
tree | bc53e4fda9614fd83b383942ac0337891e4738b3 | |
parent | 6bb871b61e48fbfca36989a15da4fd599395c598 [diff] |
staging: unisys: Only process up to budget amount of responses >From napi documentation you should only process the amount your budget allows, if you go over it just wait for the next napi poll to continue. Signed-off-by: David Kershner <david.kershner@unisys.com> Signed-off-by: Benjamin Romer <benjamin.romer@unisys.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>