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)
commite0eb625a7da28410507140787bda4a63a5ba5d3e
tree339f2f36be7ba58dbc53e0c4c8275104ab926b61
parentfa6d61e9c7d65e25d8b79e9e85dbfb15545d138c
parenta01f2cd0ccf473f7af32afc9b74ac5f2caff3c18
Merge branch 'ena-updates'

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>