Merge branch 'ionic-next'
authorDavid S. Miller <davem@davemloft.net>
Wed, 10 Mar 2021 23:34:28 +0000 (15:34 -0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 10 Mar 2021 23:34:28 +0000 (15:34 -0800)
commitf2050d91394445e9ac1d6077d05aa0c9c0d9c22f
tree93a79d78591ce876441f7d3caa516900afe90e8c
parenteeada4105d735c68f04a081363ad66f408a56b65
parenta25edab93b2877f3e20673464286a589678b87c2
Merge branch 'ionic-next'

Shannon Nelson says:

====================
ionic Rx updates

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 and fastpath code for
better efficency.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>