Re: [PATCH net-next v4] net: x25: Queue received packets in the drivers instead of per-CPU queues

From: Xie He
Date: Wed Mar 31 2021 - 14:42:49 EST


Hi Martin,

Could you ack this patch again? The only change from the RFC version
(that you previously acked) is the addition of the "__GFP_NOMEMALLOC"
flag in "dev_alloc_skb". This is because I want to prevent pfmemalloc
skbs (which can't be handled by netif_receive_skb_core) from
occurring.

Thanks!