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
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
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
>>
>> =
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
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
==