diff options
author | Yuval Mintz <[email protected]> | 2014-03-23 18:12:25 +0200 |
---|---|---|
committer | David S. Miller <[email protected]> | 2014-03-25 21:07:04 -0400 |
commit | 2dc33bbc4f8a5d6a05bf3c673b86c37b825450f3 (patch) | |
tree | 7c5dea75fe3c305bfd86967290628924e1ae3376 /lib/cpu-notifier-error-inject.c | |
parent | 370d4a26590fcc7510ad4a8432e4982a209f1b59 (diff) |
bnx2x: Remove the sriov VFOP mechanism
Since we now posses a workqueue dedicated for sriov, the paradigm that sriov-
related tasks cannot sleep is no longer correct.
The VFOP mechanism was the one previously supporting said paradigm - the sriov
related tasks were broken into segments which did not require sleep, and the
mechanism re-scheduled the next segment whenever possible.
This patch remvoes the VFOP mechanism altogether - the resulting code is a much
easier to follow code; The segments are gathered into straight-forward
functions which sleep whenever neccessary.
Signed-off-by: Yuval Mintz <[email protected]>
Signed-off-by: Ariel Elior <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'lib/cpu-notifier-error-inject.c')
0 files changed, 0 insertions, 0 deletions