Re: kern/161899: [route] ntpd(8): Repeating RTM_MISS packets causing high CPU load for ntpd

2012-02-08 Thread Dmitrij Tejblum
The following reply was made to PR kern/161899; it has been noted by GNATS. From: Dmitrij Tejblum To: bug-follo...@freebsd.org Cc: Subject: Re: kern/161899: [route] ntpd(8): Repeating RTM_MISS packets causing high CPU load for ntpd Date: Wed, 08 Feb 2012 14:30:51 +0400 I would suggest to

Re: Dropped vs. missed packets in the ixgbe driver

2009-09-05 Thread Dmitrij Tejblum
Jack, The code you committed does not look right with respect to missed packets counting: for (int i = 0; i < 8; i++) { /* missed_rx tallies misses for the gprc workaround */ missed_rx += IXGBE_READ_REG(hw, IXGBE_MPC(i)); adapter->stats.

Re: age(4) corrupts packets

2009-01-18 Thread Dmitrij Tejblum
Kostik Belousov wrote: I have to use a machine with ASUS motherboard, that has age(4) ethernet adapter. It seems that active use of the net causes corrupted frames, like the following ssh disconnect (after doing find / in the shell): Disconnecting: Corrupted MAC on input. It can't be just a pac