From: Jakub Kicinski<kuba@xxxxxxxxxx>
Page pool use in hardirq is prohibited, add debug checks
to catch misuses. IIRC we previously discussed using
DEBUG_NET_WARN_ON_ONCE() for this, but there were concerns
that people will have DEBUG_NET enabled in perf testing.
I don't think anyone enables lockdep in perf testing,
so use lockdep to avoid pushback and arguing :)
Signed-off-by: Jakub Kicinski<kuba@xxxxxxxxxx>
Signed-off-by: Alexander Lobakin<aleksander.lobakin@xxxxxxxxx>