I'm seeing an occasional, recurring problem on my 8.3-RELEASE amd64 systems
where when I enter an ipfw rule, the system becomes locked up.
For example, when entering a command like this:
ipfw add 1 allow ip from x.x.x.x to me
or other times with a command like:
ipfw add xxx skipto
the
On Wed, Oct 22, 2014 at 3:47 PM, Tony Moseby wrote:
> Hello,
>
> A simple question,if I want to know if there is a patch for my
> problem where should i Look?is there a data base or similar with
> all patches for every source code file ? or how does one goes about.
> Many thanks
I'm not sure what
Hi,
On Wed, Oct 22, 2014 at 3:43 AM, Alexander V. Chernikov <
melif...@freebsd.org> wrote:
> There is a problem with correct media reporting in ixgbe:
>
> ixgbe_setup_optics() is called only at ixgbe_attach().
> This means that:
> 1) if SFP slot was empty at the attach() time, "media" part will b
Hello,
A simple question,if I want to know if there is a patch for my
problem where should i Look?is there a data base or similar with
all patches for every source code file ? or how does one goes about.
Many thanks
___
freebsd-net@freebsd.org mailing li
> Hi Oleg and Ryan,
>
> We have run into the spurious drop issue too. I could not make sense of
> seeing a single drop at a time every few seconds i.e. if a queue of 4k
> element fills, likely more than one packet is going to be dropped once the
> queue full condition is reached. So we investigated
On 12/26/13, 6:54 PM, "Oleg Bulyzhin" wrote:
>On Sat, Dec 14, 2013 at 12:04:57AM -0500, Ryan Stone wrote:
>> I am seeing spurious output packet drops that appear to be due to
>> insufficient memory barriers in buf_ring. I believe that this is the
>> scenario that I am seeing:
>>
>> 1) The buf
On Wed, Oct 22, 2014 at 9:28 PM, Matthew Grooms wrote:
> On 10/21/2014 1:39 PM, Kyle Williams wrote:
>
>> On Tue Oct 21 11:35:15 2014, Matthew Grooms wrote:
>>
>>> Hey Kyle,
>>>
>>> Thanks for lending a hand. I tested a few myself last night but had no
>>> luck. This morning I received an email o
On 10/21/2014 1:39 PM, Kyle Williams wrote:
On Tue Oct 21 11:35:15 2014, Matthew Grooms wrote:
Hey Kyle,
Thanks for lending a hand. I tested a few myself last night but had no
luck. This morning I received an email off list that pointed to a patch
that was merged to 10 stable. It sounds promisi
There is a problem with correct media reporting in ixgbe:
ixgbe_setup_optics() is called only at ixgbe_attach().
This means that:
1) if SFP slot was empty at the attach() time, "media" part will be set
to adapter->optics = IFM_ETHER | IFM_AUTO;
e.g. after attaching SFP status will look like