FreeBSD/src 2c5f42b (r344471)sys/net iflib.c

MFC r344162:

iflib: Improve return values of interrupt handlers.

iflib was returning FILTER_HANDLED, in cases where FILTER_STRAY was more
correct. This potentially caused issues with shared legacy interrupts.

Driver filters returning FILTER_STRAY are now properly handled.

Submitted by:   Augustin Cavalier <waddlesplash at gmail.com>
Reviewed by:    marius, gallatin
Obtained from:  Haiku (a84bb9, 4947d1)
Sponsored by:   Limelight Networks
Differential Revision:  https://reviews.freebsd.org/D19201
DeltaFile
+22-10sys/net/iflib.c
+22-101 files

UnifiedSplitRaw