Re: [PATCH net-next v2 0/3] dpaa2-eth: add rx copybreak support

2021-04-02 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Fri, 2 Apr 2021 12:55:29 +0300 you wrote: > From: Ioana Ciornei > > DMA unmapping, allocating a new buffer and DMA mapping it back on the > refill path is really not that efficient. Proper buffer recycling (page > po

[PATCH net-next v2 0/3] dpaa2-eth: add rx copybreak support

2021-04-02 Thread Ioana Ciornei
From: Ioana Ciornei DMA unmapping, allocating a new buffer and DMA mapping it back on the refill path is really not that efficient. Proper buffer recycling (page pool, flipping the page and using the other half) cannot be done for DPAA2 since it's not a ring based controller but it rather deals w