Re: [PATCH net-next v4] net: x25: Queue received packets in the drivers instead of per-CPU queues
From: Xie He <hidden>
Date: 2021-03-31 18:42:50
Also in:
lkml, netdev
From: Xie He <hidden>
Date: 2021-03-31 18:42:50
Also in:
lkml, netdev
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!