Re: [PATCH net-next 0/6] ionic Rx updates

2021-03-10 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Wed, 10 Mar 2021 11:26:25 -0800 you wrote: > The ionic driver's Rx path is due for an overhaul in order to > better use memory buffers and to clean up the data structures. > > The first two patches convert the driver t

[PATCH net-next 0/6] ionic Rx updates

2021-03-10 Thread Shannon Nelson
The ionic driver's Rx path is due for an overhaul in order to better use memory buffers and to clean up the data structures. The first two patches convert the driver to using page sharing between buffers so as to lessen the page alloc and free overhead. The remaining patches clean up the structs