diff options
| author | Eric Joyner <erj@FreeBSD.org> | 2019-02-27 22:26:18 +0000 |
|---|---|---|
| committer | Eric Joyner <erj@FreeBSD.org> | 2019-02-27 22:26:18 +0000 |
| commit | 6c3510414b908ab1f8aeba811fcdc189665a317a (patch) | |
| tree | 39f5bc224984814ed4d5b5ccc2a7cdd6b245bcd1 /sys/dev/ixgbe | |
| parent | 45d7e233a56e29e952f42c5d87a79f9787c33db1 (diff) | |
Notes
Diffstat (limited to 'sys/dev/ixgbe')
| -rw-r--r-- | sys/dev/ixgbe/if_ix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ixgbe/if_ix.c b/sys/dev/ixgbe/if_ix.c index b4b13892957f0..75019765bb5aa 100644 --- a/sys/dev/ixgbe/if_ix.c +++ b/sys/dev/ixgbe/if_ix.c @@ -2064,7 +2064,7 @@ ixgbe_msix_que(void *arg) /* Protect against spurious interrupts */ if ((ifp->if_drv_flags & IFF_DRV_RUNNING) == 0) - return 0; + return (FILTER_HANDLED); ixgbe_disable_queue(adapter, que->msix); ++que->irqs; |
