]> git.baikalelectronics.ru Git - kernel.git/commit
net: ena: ethtool: get_channels: use combined only
authorSameeh Jubran <sameehj@amazon.com>
Sun, 6 Oct 2019 12:33:25 +0000 (15:33 +0300)
committerDavid S. Miller <davem@davemloft.net>
Mon, 7 Oct 2019 13:30:03 +0000 (09:30 -0400)
commit476577b431396e43626e76d282b78ab9d06d49ac
treeb5ef7369121eae238881e240adff92167b6afd3b
parent31442dad82586494cbb7b365d524e4329ae1b43a
net: ena: ethtool: get_channels: use combined only

Since we use the same IRQ and NAPI to service RX and TX then we need to
use a combined channel instead of rx and tx channels.

Signed-off-by: Sameeh Jubran <sameehj@amazon.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/amazon/ena/ena_ethtool.c