commit | 913b0bfd6c859aaf1735e1c8c69731e1d5359d31 | [log] [tgz] |
---|---|---|
author | Sameeh Jubran <sameehj@amazon.com> | Tue Dec 10 15:12:14 2019 +0200 |
committer | David S. Miller <davem@davemloft.net> | Thu Dec 12 17:14:01 2019 -0800 |
tree | b79569d682e7e8c7c549193a2013ccec8adc16cf | |
parent | 548c4940b9f1f527f81509468dd60b61418880b6 [diff] |
net: ena: Add first_interrupt field to napi struct The first_interrupt field is accessed in ena_intr_msix_io() upon receiving an interrupt.The rx_ring and tx_ring fields of napi can be NULL when receiving interrupt for xdp queues. This patch fixes the issue by moving the field to the ena_napi struct. Signed-off-by: Sameeh Jubran <sameehj@amazon.com> Signed-off-by: David S. Miller <davem@davemloft.net>