svn commit: r185649 - in user/kmacy/HEAD_fast_multi_xmit/sys: net sys

Andrew Gallatin gallatin at cs.duke.edu
Fri Dec 5 14:11:55 PST 2008


Kip Macy wrote:

> Log:
>   add inline helper functions for buf_ring enqueue and free

> +	uint64_t		br_drops;

Do you have any way to make these drops visible in netstat -id,
or should driver writers regularly mirror br_drops
into their ifp->if_snd.ifq_drops?

Drew


More information about the svn-src-user mailing list