[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20190731.083652.764868636947922667.davem@davemloft.net>
Date: Wed, 31 Jul 2019 08:36:52 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: christophe.jaillet@...adoo.fr
Cc: mark.einon@...il.com, willy@...radead.org, f.fainelli@...il.com,
andrew@...n.ch, netdev@...r.kernel.org,
linux-kernel@...r.kernel.org, kernel-janitors@...r.kernel.org
Subject: Re: [PATCH] net: ethernet: et131x: Use GFP_KERNEL instead of
GFP_ATOMIC when allocating tx_ring->tcb_ring
From: Christophe JAILLET <christophe.jaillet@...adoo.fr>
Date: Wed, 31 Jul 2019 09:38:42 +0200
> There is no good reason to use GFP_ATOMIC here. Other memory allocations
> are performed with GFP_KERNEL (see other 'dma_alloc_coherent()' below and
> 'kzalloc()' in 'et131x_rx_dma_memory_alloc()')
>
> Use GFP_KERNEL which should be enough.
>
> Signed-off-by: Christophe JAILLET <christophe.jaillet@...adoo.fr>
Applied, thanks.
Powered by blists - more mailing lists