diff options
| author | Sebastian Andrzej Siewior <[email protected]> | 2019-06-07 21:20:36 +0200 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2019-06-09 19:40:09 -0700 |
| commit | f9dae5554aed4d55ab82a344f9fa698423ffac95 (patch) | |
| tree | 7890f1052e927b4be577ee80967192100d15cd3e /tools/perf/scripts/python/bin/stackcollapse-record | |
| parent | 92dcabd7a0ea0fd88d414f39092132f848652772 (diff) | |
dpaa2-eth: Remove preempt_disable() from seed_pool()
According to the comment, the preempt_disable() statement is required
due to synchronisation in napi_alloc_frag(). The awful truth is that
local_bh_disable() is required because otherwise the NAPI poll callback
can be invoked while the open function setup buffers. This isn't
unlikely since the dpaa2 provides multiple devices.
The usage of napi_alloc_frag() has been removed in commit
27c874867c4e9 ("dpaa2-eth: Use a single page per Rx buffer")
which means that the comment is not accurate and the preempt_disable()
statement is not required.
Remove the outdated comment and the no longer required
preempt_disable().
Cc: Ioana Radulescu <[email protected]>
Acked-by: Ioana Radulescu <[email protected]>
Signed-off-by: Sebastian Andrzej Siewior <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-record')
0 files changed, 0 insertions, 0 deletions