Re: svn commit: r191344 - head/sys/dev/xl

2009-04-21 Thread Pyun YongHyeon
On Tue, Apr 21, 2009 at 10:24:07AM +0100, Robert Watson wrote: > > On Tue, 21 Apr 2009, Pyun YongHyeon wrote: > > > Clear IFF_DRV_OACTIVE flag if one of queued packets was transmitted. > > Previously it used to clear the flag only when the transmit queue > > is empty which may slow down Tx perfor

Re: svn commit: r191344 - head/sys/dev/xl

2009-04-21 Thread Bruce Evans
On Tue, 21 Apr 2009, Robert Watson wrote: On Tue, 21 Apr 2009, Pyun YongHyeon wrote: Clear IFF_DRV_OACTIVE flag if one of queued packets was transmitted. Previously it used to clear the flag only when the transmit queue is empty which may slow down Tx performance. While I'm here check whet

Re: svn commit: r191344 - head/sys/dev/xl

2009-04-21 Thread Robert Watson
On Tue, 21 Apr 2009, Pyun YongHyeon wrote: Clear IFF_DRV_OACTIVE flag if one of queued packets was transmitted. Previously it used to clear the flag only when the transmit queue is empty which may slow down Tx performance. While I'm here check whether driver is running and whether we can q

svn commit: r191344 - head/sys/dev/xl

2009-04-20 Thread Pyun YongHyeon
Author: yongari Date: Tue Apr 21 00:34:31 2009 New Revision: 191344 URL: http://svn.freebsd.org/changeset/base/191344 Log: Clear IFF_DRV_OACTIVE flag if one of queued packets was transmitted. Previously it used to clear the flag only when the transmit queue is empty which may slow down Tx pe