Re: [PATCH v2 1/1] net: fec: using page pool to manage RX buffers

From: Jesper Dangaard Brouer
Date: Tue Oct 04 2022 - 07:18:40 EST



On 04/10/2022 01.51, Jakub Kicinski wrote:
On Fri, 30 Sep 2022 15:44:27 -0500 Shenwei Wang wrote:
This patch optimizes the RX buffer management by using the page
pool. The purpose for this change is to prepare for the following
XDP support. The current driver uses one frame per page for easy
management.

I believe this has been applied as:

commit 95698ff6177b ("net: fec: using page pool to manage RX buffers")

to net-next. Thanks!


Sorry, that I was not quick enough to review and ACK this patch.
I just went over it quickly and the page_pool adding LGTM, so:

Acked-by: Jesper Dangaard Brouer <brouer@xxxxxxxxxx>