Merge branch 'ena-updates'
authorDavid S. Miller <davem@davemloft.net>
Tue, 8 Jun 2021 21:41:10 +0000 (14:41 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 8 Jun 2021 21:41:10 +0000 (14:41 -0700)
Shay Agroskin says:

====================
se build_skb and reorganize some code in ENA

this patchset introduces several changes:

- Use build_skb() on RX side.
  This allows to ensure that the headers are in the linear part

- Batch some code into functions and remove some of the code to make it more
  readable and less error prone

- Fix RST format and outdated description in ENA documentation

- Improve cache alignment in the code
====================

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

Trivial merge