commit | 548c4940b9f1f527f81509468dd60b61418880b6 | [log] [tgz] |
---|---|---|
author | Sameeh Jubran <sameehj@amazon.com> | Tue Dec 10 15:12:13 2019 +0200 |
committer | David S. Miller <davem@davemloft.net> | Thu Dec 12 17:14:01 2019 -0800 |
tree | 2bdbe410494935cc6be9b5b72ca2eaaf939cda7b | |
parent | 838c93dc5449e5d6378bae117b0a65a122cf7361 [diff] |
net: ena: Implement XDP_TX action This commit implements the XDP_TX action in the ena driver. We allocate separate tx queues for the XDP_TX. We currently allow xdp only when there is enough queues to allocate for xdp. Signed-off-by: Sameeh Jubran <sameehj@amazon.com> Signed-off-by: David S. Miller <davem@davemloft.net>