Looks good to me Andrew, thanks. Jack
On Mon, Aug 6, 2012 at 2:00 PM, Andrew Boyer <[email protected]>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 [email protected] > > > > > > _______________________________________________ > [email protected] mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-net > To unsubscribe, send any mail to "[email protected]" > _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "[email protected]"
