So - after a while I've made some observations.
My problem is actually connected to arp.
My config is very static so basically I want to turn off arp requests.
Somewhere in the startup scripts I did
> sysctl -w net.link.ether.inet.max_age=2147483647 (max accepted value)
Which on freebsd-6.x worked
On 03/18/2011 09:35 AM, Mats Lindberg wrote:
> So - after a while I've made some observations. My problem is
> actually connected to arp.
>
> My config is very static so basically I want to turn off arp
> requests. Somewhere in the startup scripts I did
>> sysctl -w net.link.ether.inet.max_age=214
No - I was not aware of this, I'll try it, thanks...
/Mats
2011/3/18 Pieter de Boer
> On 03/18/2011 09:35 AM, Mats Lindberg wrote:
>
> > So - after a while I've made some observations. My problem is
> > actually connected to arp.
> >
> > My config is very static so basically I want to turn off
On Thu, 17 Mar 2011, Jung-uk Kim wrote:
Both get_cyclecount(9) and cpu_ticks() do almost exactly the same
thing now assuming set_cputicker() is called with a correct function
before get_cyclecount() is used, which is true for x86, at least.
The only difference is get_cyclecount() may be inlined
On 3/18/2011 3:35 AM, Mats Lindberg wrote:
So - after a while I've made some observations.
My problem is actually connected to arp.
My config is very static so basically I want to turn off arp requests.
Somewhere in the startup scripts I did
> sysctl -w net.link.ether.inet.max_age=2147483647 (ma
On Fri, Mar 18, 2011 at 05:26:53PM +1100, Bruce Evans wrote:
...
> - set cputicker() has some design bugs. It assumes that the tick frequency
> is the same across all CPUs, but the TSC is per-CPU. I have an old SMP
> system with CPUs of different frequency that can demonstrate bugs from
> t
-- Forwarded message --
From: Mats Lindberg
Date: 2011/3/18
Subject: Re: FreeBSD 6 vs 8.1
To: Mark Tinguely
2011/3/18 Mark Tinguely
> On 3/18/2011 3:35 AM, Mats Lindberg wrote:
>
>> So - after a while I've made some observations.
>> My problem is actually connected to arp.
>
on 18/03/2011 15:56 Kostik Belousov said the following:
> On Fri, Mar 18, 2011 at 05:26:53PM +1100, Bruce Evans wrote:
> ...
>> - set cputicker() has some design bugs. It assumes that the tick frequency
>> is the same across all CPUs, but the TSC is per-CPU. I have an old SMP
>> system with C
On Fri, Mar 18, 2011 at 05:51:27PM +0200, Andriy Gapon wrote:
> on 18/03/2011 15:56 Kostik Belousov said the following:
> > On Fri, Mar 18, 2011 at 05:26:53PM +1100, Bruce Evans wrote:
> > ...
> >> - set cputicker() has some design bugs. It assumes that the tick frequency
> >> is the same across
On Fri, 18 Mar 2011, Kostik Belousov wrote:
On Fri, Mar 18, 2011 at 05:26:53PM +1100, Bruce Evans wrote:
...
- set cputicker() has some design bugs. It assumes that the tick frequency
is the same across all CPUs, but the TSC is per-CPU. I have an old SMP
system with CPUs of different freq
On Friday 18 March 2011 12:15 pm, Kostik Belousov wrote:
> On Fri, Mar 18, 2011 at 05:51:27PM +0200, Andriy Gapon wrote:
> > on 18/03/2011 15:56 Kostik Belousov said the following:
> > > On Fri, Mar 18, 2011 at 05:26:53PM +1100, Bruce Evans wrote:
> > > ...
> > >
> > >> - set cputicker() has some d
On Sat, 19 Mar 2011, Bruce Evans wrote:
On Fri, 18 Mar 2011, Kostik Belousov wrote:
We definitely do not support configurations with different models of
CPUs in SMP, this is what Simmetric is about. Different as in frequency
or stepping.
...
Now there is even more asymmetry
in core frequencie
2011/3/18 Mark Tinguely
> On 3/18/2011 10:11 AM, Mats Lindberg wrote:
>
>
>
> 2011/3/18 Mark Tinguely
>
>> On 3/18/2011 3:35 AM, Mats Lindberg wrote:
>>
>>> So - after a while I've made some observations.
>>> My problem is actually connected to arp.
>>>
>>> My config is very static so basically
On Friday 18 March 2011 01:05 pm, Bruce Evans wrote:
> On Sat, 19 Mar 2011, Bruce Evans wrote:
> > On Fri, 18 Mar 2011, Kostik Belousov wrote:
> >> We definitely do not support configurations with different
> >> models of CPUs in SMP, this is what Simmetric is about.
> >> Different as in frequency
On Fri, Mar 18, 2011 at 02:09:58PM -0400, Jung-uk Kim wrote:
> On Friday 18 March 2011 01:05 pm, Bruce Evans wrote:
> > On Sat, 19 Mar 2011, Bruce Evans wrote:
> > > On Fri, 18 Mar 2011, Kostik Belousov wrote:
> > >> We definitely do not support configurations with different
> > >> models of CPUs i
On Friday 18 March 2011 04:11 pm, Kostik Belousov wrote:
> On Fri, Mar 18, 2011 at 02:09:58PM -0400, Jung-uk Kim wrote:
> > On Friday 18 March 2011 01:05 pm, Bruce Evans wrote:
> > > On Sat, 19 Mar 2011, Bruce Evans wrote:
> > > > On Fri, 18 Mar 2011, Kostik Belousov wrote:
> > > >> We definitely d
I read an article about Reverse Mappings technique in memory management
part. It improves a lot from Linux 2.4 to 2.6. I am wondering is FreeBSD
also have this feature? Which source files should I go to find these? I want
to do some study on this.
Wish someone can enlighten me. Thank you.
_
17 matches
Mail list logo