[patch] ixgbe stats cleanup

Jack Vogel jfvogel at gmail.com
Mon Aug 6 21:27:26 UTC 2012


Looks good to me Andrew, thanks.

Jack


On Mon, Aug 6, 2012 at 2:00 PM, Andrew Boyer <aboyer at averesystems.com>wrote:

> This patch fixes some nits in the ixgbe driver statistics:
>  - Only read FCCRC and FCLAST on 82599+
>  - Store total_missed_rx in stats.mpctotal, and display it in a sysctl
>  - Don't increment if_opackets and if_ipackets every packet; they're
> overwritten by hw stats collection
>  - Increment adapter->dropped_pkts instead of if_ierrors; if_ierrors is
> overwritten by hw stats collection
>  - Include adapter->dropped_pkts in the calculation of if_ierrors
>  - Increment rxr->packets so that AIM works
>
> Comments welcome.
>
> -Andrew
>
>
>
>
> --------------------------------------------------
> Andrew Boyer    aboyer at averesystems.com
>
>
>
>
>
> _______________________________________________
> freebsd-net at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-net
> To unsubscribe, send any mail to "freebsd-net-unsubscribe at freebsd.org"
>


More information about the freebsd-net mailing list