Merge branch 'ena-next'
authorDavid S. Miller <davem@davemloft.net>
Thu, 11 Oct 2018 17:13:52 +0000 (10:13 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 11 Oct 2018 17:13:52 +0000 (10:13 -0700)
commit1f41dc5e8756f444a66cc47a7d3a58ae78b5c0cd
tree2b9a10f922ea0045b47828026d8fea9f44059c2c
parent7b68b8361452e710f383bef408174309c773e953
parentbe26667cb3947c90322467f1d15ad86b02350e00
Merge branch 'ena-next'

Arthur Kiyanovski says:

====================
Improving performance and reducing latencies, by using latest capabilities exposed in ENA device

This patchset introduces the following:
1. A new placement policy of Tx headers and descriptors, which takes
advantage of an option to place headers + descriptors in device memory
space. This is sometimes referred to as LLQ - low latency queue.
The patch set defines the admin capability, maps the device memory as
write-combined, and adds a mode in transmit datapath to do header +
descriptor placement on the device.
2. Support for RX checksum offloading
3. Miscelaneous small improvements and code cleanups

Note: V1 of this patchset was created as if patches e2a322a 248ab77
from net were applied to net-next before applying the patchset. This V2
version does not assume this, and should be applyed directly on net-next
without the aformentioned patches.
====================

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