Re: svn commit: r191037 - head/sys/net

2009-04-16 Thread Kip Macy
see 191161 - I think it addresses everything -Kip On Thu, Apr 16, 2009 at 3:51 PM, Robert Watson wrote: > On Tue, 14 Apr 2009, Kip Macy wrote: > >>> The commit message should perhaps read: >>> >>>  Call default if_qflush on ifq if there are still packets left in the >>>  default queue after call

Re: svn commit: r191037 - head/sys/net

2009-04-16 Thread Robert Watson
On Tue, 14 Apr 2009, Kip Macy wrote: The commit message should perhaps read:  Call default if_qflush on ifq if there are still packets left in the default queue after calling the driver's flush method. However, this seems a bit odd: what if the driver uses if_snd as its queue but implements

Re: svn commit: r191037 - head/sys/net

2009-04-14 Thread Kip Macy
On Tue, Apr 14, 2009 at 2:22 AM, Robert Watson wrote: > On Tue, 14 Apr 2009, Kip Macy wrote: > >>  call default if_qflush on ifq if default method isn't used by the driver >> > ... >> >> Modified: head/sys/net/if.c >> >> =

Re: svn commit: r191037 - head/sys/net

2009-04-14 Thread Robert Watson
On Tue, 14 Apr 2009, Kip Macy wrote: call default if_qflush on ifq if default method isn't used by the driver ... Modified: head/sys/net/if.c == --- head/sys/net/if.c Tue Apr 14 03:13:05 2009(r191036) +++ h

svn commit: r191037 - head/sys/net

2009-04-13 Thread Kip Macy
Author: kmacy Date: Tue Apr 14 03:17:44 2009 New Revision: 191037 URL: http://svn.freebsd.org/changeset/base/191037 Log: call default if_qflush on ifq if default method isn't used by the driver Modified: head/sys/net/if.c Modified: head/sys/net/if.c ==