remove call to IFQ_HANDOFF is it called by if_transmit in the default case
and doing so allows the ifnet driver to define its own queueing mechanism
This commit is contained in:
parent
04e8ac36ab
commit
1bc27a1ce3
@ -237,7 +237,7 @@ arc_output(struct ifnet *ifp, struct mbuf *m, struct sockaddr *dst,
|
||||
|
||||
BPF_MTAP(ifp, m);
|
||||
|
||||
IFQ_HANDOFF(ifp, m, error);
|
||||
error = ifp->if_transmit(ifp, m);
|
||||
|
||||
return (error);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user