mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
![]() 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
|
||
---|---|---|
.. | ||
dpaa2-eth-debugfs.c | ||
dpaa2-eth-debugfs.h | ||
dpaa2-eth-trace.h | ||
dpaa2-eth.c | ||
dpaa2-eth.h | ||
dpaa2-ethtool.c | ||
dpaa2-ptp.c | ||
dpaa2-ptp.h | ||
dpkg.h | ||
dpni-cmd.h | ||
dpni.c | ||
dpni.h | ||
dprtc-cmd.h | ||
dprtc.c | ||
dprtc.h | ||
Kconfig | ||
Makefile |