commit | a7982b8ec947052df6d4467b3a81571f02f528e0 | [log] [tgz] |
---|---|---|
author | Arthur Kiyanovski <akiyano@amazon.com> | Thu Oct 11 11:26:18 2018 +0300 |
committer | David S. Miller <davem@davemloft.net> | Thu Oct 11 10:13:51 2018 -0700 |
tree | e14a9c88b59187d1a6c282bb41a41cc64db04b1a | |
parent | 095f2f1facba0c78f23750dba65c78cef722c1ea [diff] |
net: ena: introduce Low Latency Queues data structures according to ENA spec Low Latency Queues(LLQ) allow usage of device's memory for descriptors and headers. Such queues decrease processing time since data is already located on the device when driver rings the doorbell. Signed-off-by: Arthur Kiyanovski <akiyano@amazon.com> Signed-off-by: David S. Miller <davem@davemloft.net>