Re: pow function in kernel space

2014-06-19 Thread Andrey Zonov
> Thanks! > > > -- > > ?? > > > > > > -- > > HanZhang > -- Andrey Zonov signature.asc Description: OpenPGP digital signature

Re: [PATCH] Add a new TCP_IGNOREIDLE socket option

2013-02-12 Thread Andrey Zonov
ack and will bring 1s RTO soon to HEAD. > They use 300ms at least for me/my link/ISP/etc. -- Andrey Zonov signature.asc Description: OpenPGP digital signature

Re: [PATCH] Add a new TCP_IGNOREIDLE socket option

2013-02-10 Thread Andrey Zonov
ay too many systems running > like this would melt thins very quickly. > Google made many many TCP tweaks. Increased initial window, small RTO, enabled ignore after idle and others. They published that, other people just blindly applied these tunings and the Internet still works.

Re: [patch] sysctls for TCP timers

2012-09-28 Thread Andrey Zonov
On 9/26/12 10:55 PM, Andre Oppermann wrote: > On 23.09.2012 17:35, Andrey Zonov wrote: >> On 9/20/12 11:35 AM, Eggert, Lars wrote: >>> Hi, >>> >>> On Sep 20, 2012, at 9:25, Andrey Zonov wrote: >>>> Some of them may be read google's article abo

Re: [patch] sysctls for TCP timers

2012-09-23 Thread Andrey Zonov
On 9/20/12 11:35 AM, Eggert, Lars wrote: > Hi, > > On Sep 20, 2012, at 9:25, Andrey Zonov wrote: >> Some of them may be read google's article about tuning TCP parameters >> [1]. I convert most of TCP timers to sysctls [2] and we are using this >>

[patch] sysctls for TCP timers

2012-09-20 Thread Andrey Zonov
with cc_htcp(4)). Is there any suggestions how to make patch better and commit it? [1] www.ietf.org/proceedings/75/slides/tcpm-1.pdf [2] http://people.freebsd.org/~zont/patches/tcp-timers.patch -- Andrey Zonov signature.asc Description: OpenPGP digital signature

Re: kern/165863

2012-07-31 Thread Andrey Zonov
IP deletion, but I will look at this sometime later. # vmstat -m | grep llt lltable 11731K - 117 256,512 # for i in `jot 1000`; do ifconfig lo0 inet6 fe80::2/128; done # vmstat -m | grep llt lltable 1117 281K - 1

Re: panic: negative refcount 0xfffffe0007f1b4d4

2012-07-17 Thread Andrey Zonov
On 7/17/12 1:40 AM, Andrey Zonov wrote: On 7/16/12 2:32 PM, Andrey Zonov wrote: Hi, I've got about 30 machines which panic sometimes in different places but with the same panic message: "negative refcount 0xfe0007f1b4d4". They are running under 9.0-STABLE@r234600M. [snip]

Re: panic: negative refcount 0xfffffe0007f1b4d4

2012-07-16 Thread Andrey Zonov
On 7/16/12 2:32 PM, Andrey Zonov wrote: Hi, I've got about 30 machines which panic sometimes in different places but with the same panic message: "negative refcount 0xfe0007f1b4d4". They are running under 9.0-STABLE@r234600M. [snip] Is this known issue? If it is not, I&#

panic: negative refcount 0xfffffe0007f1b4d4

2012-07-16 Thread Andrey Zonov
issue? If it is not, I've got textdumps and can send to anyone who wants to help me. Thanks in advance. -- Andrey Zonov ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mai

Re: [stable-9]

2012-05-16 Thread Andrey Zonov
0 igb1 What am I missing here? Did you try to use ipfw instead of RADIX_MPATH? Try something like this: route add default $router -interface $if1 ipfw add $number fwd $router ip from $ip2 to any out via $if2 -- Andrey Zonov ___ freebsd-net@f

Re: bce: jumbo not working since r218423

2012-05-06 Thread Andrey Zonov
On 4/28/12 3:04 AM, YongHyeon PYUN wrote: On Thu, Apr 26, 2012 at 03:23:19PM +0400, Andrey Zonov wrote: Hi, I found that jumbo frames don't work after r218423 with bce driver. This happens because controller doesn't do reinitialization when MTU is changed. Attached patch solves th

bce: jumbo not working since r218423

2012-04-26 Thread Andrey Zonov
hw.bce.strict_rx_mtu. Is there any reason to give them different names? -- Andrey Zonov if_bce.c.patch Description: Binary data ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any

Re: kern/166940: [ipfilter] [panic] Double fault in kern 8.2

2012-04-22 Thread Andrey Zonov
The following reply was made to PR kern/166940; it has been noted by GNATS. From: Andrey Zonov To: bug-follo...@freebsd.org, vam...@mail.ru Cc: Subject: Re: kern/166940: [ipfilter] [panic] Double fault in kern 8.2 Date: Mon, 23 Apr 2012 10:05:40 +0400 Hi, Try my patch from this PR [1

Re: The problem with MTU <1500

2012-03-26 Thread Andrey Zonov
On 27.03.2012 0:06, Andrey Zonov wrote: On 26.03.2012 17:43, Владислав Продан wrote: Dear all! I have two different values of uplink MTU - 1440 and 1492. And in a local network - 1500. In Cisco routers can be set 'set ip df 0', but I have no such router :( What options are there f

Re: The problem with MTU <1500

2012-03-26 Thread Andrey Zonov
iscovery=0 Only use the net/tcpmssd? Will it be possible to process both two channels of 1Gb? -- Andrey Zonov ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "freeb

Re: [CFT] multiple FIB support in route(8)

2012-02-05 Thread Andrey Zonov
supported in all subcommands but monitor. -- Hiroki -- Andrey Zonov ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"

Re: netisr defered - active only one thread

2012-02-01 Thread Andrey Zonov
On 02.02.2012 5:11, Alexander V. Chernikov wrote: On 01.02.2012 20:45, Andrey Zonov wrote: Hi, I'm trying to tune machine with 8.2-STABLE for heavy network load and now playing with netisr. Could anyone explain me why actually works only one netisr thread if I set them to 8? Can you p

netisr defered - active only one thread

2012-02-01 Thread Andrey Zonov
1 ki31 0K 128K CPU11 2:22 84.18% {idle: cpu1} 11 root 171 ki31 0K 128K CPU55 2:29 75.29% {idle: cpu5} 11 root 171 ki31 0K 128K RUN 4 2:28 69.97% {idle: cpu4} 11 root 171 ki31 0K 128K RUN 0 2:29 69.68%

Re: em loses link after IPMI reset

2012-01-16 Thread Andrey Zonov
by a buggy version of the IPMI firmware on a good number of machines with the same 82574 chips. At any rate, might give the IPMI update a try and see if that changes the behavior at all. Jason On Sun, Jan 15, 2012 at 12:17 PM, Andrey Zonov mailto:and...@zonov.org>> wrote: Hi, I have

Re: ICMP attacks against TCP and PMTUD

2012-01-15 Thread Andrey Zonov
M up 608 days, 4:06, 1 user, load averages: 0.30, 0.21, 0.17 % vmstat -z|grep hostcache hostcache:136,15372,15136, 236, 44946965, 10972760 Hmm… probably I should increase this…. -- Andrey Zonov ___ freebsd-net@freebs

em loses link after IPMI reset

2012-01-15 Thread Andrey Zonov
/kernel/git/torvalds/linux.git;a=blob;f=drivers/net/ethernet/intel/e1000e/netdev.c;h=3911401ed65d59ceafe9b28080a6630f4adf6371;hb=HEAD#l2696 -- Andrey Zonov ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubs

Re: ICMP attacks against TCP and PMTUD

2012-01-15 Thread Andrey Zonov
differently. Regards, Nikolay ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org" -- Andrey Zonov ___ freebsd-net@freebsd.org maili

Re: kern/155585: [tcp] [panic] tcp_output tcp_mtudisc loop until kernel panic

2011-11-02 Thread Andrey Zonov
The following reply was made to PR kern/155585; it has been noted by GNATS. From: Andrey Zonov To: bug-follo...@freebsd.org, samsp...@mail.ru Cc: Subject: Re: kern/155585: [tcp] [panic] tcp_output tcp_mtudisc loop until kernel panic Date: Wed, 02 Nov 2011 20:54:15 +0400 This is a multi-part

Re: strange ping on local address

2011-10-01 Thread Andrey Zonov
Hi, Yes, that helps. Source IP address is now the same as destination. Also helps reconfigure main interface, and now source IP address is 127.0.0.1 (and that's correct behaviour). -- Andrey Zonov 30.07.2011 23:43, Brian Somers пишет: On Fri, Jul 22, 2011 at 02:54:11PM +0700, Ras

Re: Intel NIC stops working

2011-10-01 Thread Andrey Zonov
Hi, I see that you use MTU 9000, have you tried to increase kern.ipc.nmbjumbo9? Can you also show output of `vmstat -z | grep mbuf'? -- Andrey Zonov 16.08.2011 0:10, Johannes пишет: Hi, I use an Intel dual nic for my home server. About two weeks ago, it started to randomly stop worki

Re: igb(4) won't start with "igb0: Could not setup receive structures"

2011-03-30 Thread Andrey Zonov
Hi, Maybe you're right. OK, let's return default hw.igb.rxd to 256. It seems to be enough for stable work and driver is used less memory. BTW, on the man page igb(4) still written that hw.igb.rxd equals to 256 by default. -- Andrey Zonov 30.03.2011 18:33, Arnaud Lacombe пишет

Re: igb(4) won't start with "igb0: Could not setup receive structures"

2011-03-29 Thread Andrey Zonov
lt. My point is if you're using machine with 8 CPUs than maxusers/clusters/9k mbufs should have been increased by system, because on this machine minimum 2Gb memory is available. -- Andrey Zonov 30.03.2011 1:55, Jack Vogel ?: Our validation group has a default postinstall process, eve

igb(4) won't start with "igb0: Could not setup receive structures"

2011-03-29 Thread Andrey Zonov
to work out-of-the-box. -- Andrey Zonov ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"

Re: kern/144000: [tcp] ignore set TCP_MAXSEG by setsockopt()

2010-03-26 Thread Andrey Zonov
The following reply was made to PR kern/144000; it has been noted by GNATS. From: Andrey Zonov To: John Baldwin Cc: bug-follo...@freebsd.org Subject: Re: kern/144000: [tcp] ignore set TCP_MAXSEG by setsockopt() Date: Sat, 27 Mar 2010 00:59:19 +0300 For 7/8-stable not helped me. John

Re: kern/144000: [tcp] ignore set TCP_MAXSEG by setsockopt()

2010-02-25 Thread Andrey Zonov
The following reply was made to PR kern/144000; it has been noted by GNATS. From: Andrey Zonov To: bug-follo...@freebsd.org, j...@freebsd.org Cc: Subject: Re: kern/144000: [tcp] ignore set TCP_MAXSEG by setsockopt() Date: Thu, 25 Feb 2010 11:49:00 +0300 --00151758b020ad57aa048068da47