Fix bxe(4) netdump rx polling.
Reviewed by: cem, rstone X-MFC with: r333287 Sponsored by: Dell EMC Isilon
This commit is contained in:
parent
4273f67609
commit
b4fa90d6f9
@ -19240,7 +19240,7 @@ bxe_netdump_poll(struct ifnet *ifp, int count)
|
||||
return (ENOENT);
|
||||
|
||||
for (i = 0; i < sc->num_queues; i++)
|
||||
(void)bxe_rxeof(sc, &sc->fp[0]);
|
||||
(void)bxe_rxeof(sc, &sc->fp[i]);
|
||||
(void)bxe_txeof(sc, &sc->fp[0]);
|
||||
return (0);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user