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

From: Martin Schiller
Date: Thu Apr 01 2021 - 06:07:54 EST


On 2021-03-31 20:41, Xie He wrote:
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!

Hi!

Sorry for my late answer.
Can you please also fix this line length warning?
https://patchwork.hopto.org/static/nipa/442445/12117801/checkpatch/stdout

- Martin