From mboxrd@z Thu Jan 1 00:00:00 1970 From: Martin Schiller Subject: Re: [PATCH net-next v4] net: x25: Queue received packets in the drivers instead of per-CPU queues Date: Thu, 01 Apr 2021 12:06:38 +0200 Message-ID: <21ec9eafa230f2e20dd88d31fd95faa0@dev.tdt.de> References: <20210328221205.726511-1-xie.he.0141@gmail.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-ID: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: Xie He Cc: "David S. Miller" , Jakub Kicinski , Jonathan Corbet , Krzysztof Halasa , Linux X25 , Linux Kernel Network Developers , linux-doc@vger.kernel.org, LKML 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