On Tue, 22 Sep 2020 08:50:59 -0700 David Awogbemila wrote: > From: Catherine Sullivan <csu...@google.com> > > Add support to use raw dma addresses in the rx path. Due to this new > support we can alloc a new buffer instead of making a copy. > > RX buffers are handed to the networking stack and are then recycled or > re-allocated as needed, avoiding the need to use > skb_copy_to_linear_data() as in "qpl" mode.
Please separate page recycling into a separate commit.