Re: Problem with re0

2011-01-02 Thread Mike Tancsa
On 1/2/2011 4:20 PM, Gabor Radnai wrote: > "The question has come up several times. What should be changed in > re(4) to cover this?" Both the em and re drivers have had a lot of work done recently. Are you trying with 8.2RC1 ?

Re: kern/153497: [netgraph] netgraph panic with ipv6 enabled

2011-01-06 Thread Mike Tancsa
The following reply was made to PR kern/153497; it has been noted by GNATS. From: Mike Tancsa To: bug-follo...@freebsd.org Cc: Subject: Re: kern/153497: [netgraph] netgraph panic with ipv6 enabled Date: Thu, 06 Jan 2011 08:30:08 -0500 Another panic Fatal trap 12: page fault while in

Re: PPP and Route Delete

2011-01-10 Thread Mike Tancsa
the kernel in the same way and it's not possible > to filter on them correctly) I use mpd a lot. Can you expand on the problem you have with it ? I am not sure what you mean by cant filter on it. ---Mike ___ freebsd-net@freebsd.org

Re: PPP and Route Delete

2011-01-10 Thread Mike Tancsa
aph interfaces come and go, you might need to do a reload of your rules, or dynamically add/delete them if your rule set specifically references ng interfaces. If thats all it was, its easy enough to hook into using something like set iface up-script /usr/local/etc/mpd5/up.sh mp

Re: em driver, 82574L chip, and possibly ASPM

2011-01-11 Thread Mike Tancsa
On 12/24/2010 5:44 PM, Jan Koum wrote: > hi Ivan and Mike, > > wanted to follow up and see if you found a solid long-term solution to this > bug. we are still seeing this problem in our 8.2 environment with ASPM > already disabled. here is what we have: > > 1. motherboar

Re: Netgraph/mpd5 stability issues

2011-01-14 Thread Mike Tancsa
on RELENG_8. http://www.freebsd.org/cgi/query-pr.cgi?pr=153497 ---Mike ___ 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: Netgraph/mpd5 stability issues

2011-01-17 Thread Mike Tancsa
On 1/17/2011 5:48 AM, Eugene Grosbein wrote: > On 14.01.2011 18:46, Mike Tancsa wrote: > >> I also have stability issues on RELENG_8. >> >> http://www.freebsd.org/cgi/query-pr.cgi?pr=153497 > > Do you change net.isr.direct from default 1 to 0 for your box? No, I

Re: Netgraph/mpd5 stability issues

2011-01-17 Thread Mike Tancsa
Thanks, I will give those values a try! ---Mike On 1/17/2011 11:14 AM, Eugene Grosbein wrote: > On 17.01.2011 17:41, Mike Tancsa wrote: > >>>> I also have stability issues on RELENG_8. >>>> >>>> http://www.freebsd.org/cgi/qu

Re: Netgraph/mpd5 stability issues

2011-01-18 Thread Mike Tancsa
On 1/17/2011 11:14 AM, Eugene Grosbein wrote: > On 17.01.2011 17:41, Mike Tancsa wrote: > >>>> I also have stability issues on RELENG_8. >>>> >>>> http://www.freebsd.org/cgi/query-pr.cgi?pr=153497 >>> >>> Do you change net.isr.direct

Re: em driver, 82574L chip, and possibly ASPM

2011-01-23 Thread Mike Tancsa
On 1/21/2011 4:21 AM, Jan Koum wrote: > > > Dear Mike and Jack, > > sadly the problem is not gone for us either. here is what we know so far: Same here. There was a new BIOS from Intel for our motherboard (INTEL S3420GPX), but had another hang last night. Debug below. I wil

CARP Failover

2011-01-28 Thread Mike Barnard
firewall to accept CARP packets net.inet.carp.preempt=1 # Allow firewalls to failover when one goes down net.inet.ip.forwarding=1# Allow packet forwarding through the firewalls Am I missing something, mis-configured something or somehow missed something out? Thanks. -- Mike

Re: em driver, 82574L chip, and possibly ASPM

2011-01-28 Thread Mike Tancsa
On 1/23/2011 10:21 AM, Mike Tancsa wrote: > On 1/21/2011 4:21 AM, Jan Koum wrote: > One other thing I noticed is that when the nic is in its hung state, the > WOL option is gone ? > > e.g > > em1: flags=8843 metric 0 mtu 1500 > options=19b > ethe

Re: Netgraph/mpd5 stability issues

2011-01-31 Thread Mike Tancsa
t a NULL peer? > unless the hook is destroyed by another thread while we are accessing it, > but I think from memory that that should set it to 'dead' not NULL. If there is extra debugging code you would like me to add, it does not take too long for this to happen on my o

Re: em driver, 82574L chip, and possibly ASPM

2011-02-01 Thread Mike Tancsa
On 2/1/2011 3:05 PM, Jack Vogel wrote: > At this point I'm open to any ideas, this sounds like a good one Sean, > thanks. > Mike, you want to test this ? Sure, I am feeling lucky ;-) If someone generates the appropriate em diffs for me, I will apply on the box that sees this

Re: em driver, 82574L chip, and possibly ASPM

2011-02-01 Thread Mike Tancsa
On 2/1/2011 3:55 PM, Jack Vogel wrote: > Mike, just to remind me, are you running these 82574 adapters with MSIX ? Yes. Board is an Intel MB (S3420GPX). 8G RAM, AMD64. Kernel from a few days ago 0(backup3)# vmstat -i | grep em1 irq257: em1:rx 0 113712958159 irq258: em1

A flood of bacula traffic causes igb interface to go offline.

2011-02-01 Thread Mike Carlson
Hey net@, I have a FreeBSD 8.2-RC2 system running on a HP DL180 G6, using the onboard Intel controller, and it is our primary Bacula storage node and director node. We have 96 clients that are scheduled to run at 8:30pm. After about 9 - 10 minutes of activity (mrtg graphs show about 50-60MB/

Re: em driver, 82574L chip, and possibly ASPM

2011-02-01 Thread Mike Tancsa
_em_load="YES" coretemp_load="YES" comconsole_speed="115200"# Set the current serial console speed console="comconsole,vidconsole" # A comma separated list of console(s) aesni_load="YES" cryptodev_load="YES" ---M

Re: em driver, 82574L chip, and possibly ASPM

2011-02-01 Thread Mike Tancsa
tant problems Sean, feel free to fix them :) My boxes are RELENG_7 and RELENG_8. Apart from manually hand editing those pesky sysctl changes out, is there a better way to generate RELENG_8 and 7 diffs ? ---Mike ___ freebsd-net@freebsd.org

Re: em driver, 82574L chip, and possibly ASPM

2011-02-01 Thread Mike Tancsa
> Strange, it seems to be eaten/held by mailman ? I posted the file to http://www.tancsa.com/if_em.c % md5 if_em.c MD5 (if_em.c) = 0f2d48c7734496c2262f468cd1ab9117 % ident if_em.c if_em.c: $FreeBSD: src/sys/dev/e1000/if_em.c,v 1.68 2011/01/19 18:20:11 jfv Exp $ ---Mike -- -

Re: em driver, 82574L chip, and possibly ASPM

2011-02-01 Thread Mike Tancsa
On 2/1/2011 8:44 PM, Mike Tancsa wrote: > > % md5 if_em.c > MD5 (if_em.c) = 0f2d48c7734496c2262f468cd1ab9117 Sorry, thats MD5 (if_em.c) = 9cede4ab0d833e0f97172ed715e2b4e3 ---Mike -- --- Mike Tancsa, tel +1 519 651 3400 Sentex Communications, m...@sentex.net

Re: em driver, 82574L chip, and possibly ASPM

2011-02-01 Thread Mike Tancsa
_RD, &stats->colc, "Collision Count"); SYSCTL_ADD_QUAD(ctx, stat_list, OID_AUTO, "symbol_errors", @@ -5240,12 +5238,12 @@ SYSCTL_ADD_QUAD(ctx, stat_list, OID_AUTO, "rx_frames_1024_1522", CTLFLAG_RD, &ad

Re: CARP Failover

2011-02-02 Thread Mike Barnard
> > that there was the problem. The interfaces on the different nodes were not in the same vlan. -- Mike Of course, you might discount this possibility, but remember that one in a million chances ha

Re: A flood of bacula traffic causes igb interface to go offline.

2011-02-02 Thread Mike Carlson
On 02/02/2011 10:07 AM, Sean Bruno wrote: On Tue, 2011-02-01 at 12:50 -0800, Mike Carlson wrote: Hey net@, I have a FreeBSD 8.2-RC2 system running on a HP DL180 G6, using the onboard Intel controller, and it is our primary Bacula storage node and director node. We have 96 clients that are

Re: em driver, 82574L chip, and possibly ASPM

2011-02-02 Thread Mike Tancsa
one. Jan however, was able to trigger it with greater ease ? ---Mike > > Jack > > > On Tue, Feb 1, 2011 at 7:03 PM, Mike Tancsa wrote: > >> On 2/1/2011 5:03 PM, Sean Bruno wrote: >>> On Tue, 2011-02-01 at 13:43 -0800, Jack Vogel wrote: >>>

Re: About "panic: bufwrite: buffer is not busy???"

2011-02-03 Thread Mike Tancsa
er is not >> busy??? >> E> cpuid = 3 >> E> Uptime: 8h3m52s >> E> Automatic reboot in 15 seconds - press a key on the console to abort >> Can you add KDB_TRACE option to kernel? Your boxes for some reason can't >> dump core, but with this option

Re: em driver, 82574L chip, and possibly ASPM

2011-02-04 Thread Mike Tancsa
SIX interrupts with 3 vectors em1: [ITHREAD] em1: [ITHREAD] em1: [ITHREAD] em1: Ethernet address: 00:15:17:ed:68:a4 em0: link state changed to UP em1: link state changed to UP ---Mike -- --- Mike Tancsa, tel +1 519 651 3400 Sentex Communications, m...@sentex.net Providing Inter

Re: panic: bufwrite: buffer is not busy???

2011-02-05 Thread Mike Tancsa
dumpon return with ? ---Mike -- --- Mike Tancsa, tel +1 519 651 3400 Sentex Communications, m...@sentex.net Providing Internet services since 1994 www.sentex.net Cambridge, Ontario Canada http://www.tancsa.com/ ___ freebsd-net@freebsd.or

Re: MSS rewrite / MSS clamping?

2011-02-06 Thread Mike Tancsa
ou would need to manually compensate ? Broken tunnel providers ? ---Mike -- --- Mike Tancsa, tel +1 519 651 3400 Sentex Communications, m...@sentex.net Providing Internet services since 1994 www.sentex.net Cambridge, Ontario Canada http:

Re: em driver, 82574L chip, and possibly ASPM

2011-02-06 Thread Mike Tancsa
will see if I can get the customer to try the card in their box with the patch for RELENG_7 as it would show this issue at least once a day until I pulled the card for an older version ---Mike On 2/4/2011 1:12 PM, Jack Vogel wrote: > Was curious too, but being more patient

Re: em0 hangs without any messages like "Watchdog timeout", only down/up reset it.

2011-02-07 Thread Mike Tancsa
network or driver settings in /boot/loader.conf or /etc/sysctl.conf ? ---Mike -- --- Mike Tancsa, tel +1 519 651 3400 Sentex Communications, m...@sentex.net Providing Internet services since 1994 www.sentex.net Cambridge, Ontario Canada http://www.tancsa.com/

Re: em0 hangs without any messages like "Watchdog timeout", only down/up reset it.

2011-02-07 Thread Mike Tancsa
pecific type of em nic, but the RELENG_8 version I am testing with is here http://www.tancsa.com/if_em-8.c. There is a patch to jack's patch by Sean as well thats incorporated in that version ---Mike -- --- Mike Tancsa, tel +1 519 651 3400 Sentex Communications

ARP issue post DDoS

2011-02-19 Thread Mike M
(4k/9k/16k) 0/0/0 sfbufs in use (current/peak/max) 0 requests for sfbufs denied 0 requests for sfbufs delayed 0 requests for I/O initiated by sendfile 0 calls to protocol drain routines Any help would be much appreciated. Regards, - Mike ___ freebs

Re: em0 with latest driver hangs again and again (without "Watchdog timeout" message!)

2011-02-23 Thread Mike Tancsa
there is a newer one Jack has, 7.2.2 which seems to work for me as well so far and has additional fixes that the 7.1.9-test cvsup to RELENG_8, then copy if_em-8.c to /usr/src/sys/dev/e1000/if_em.c ---Mike ___ freebsd-net@freebsd.org mailing

Re: em0 with latest driver hangs again and again (without "Watchdog timeout" message!)

2011-03-01 Thread Mike Tancsa
/cgi/query-pr.cgi?pr=150516 But I think Jack said 7.2.2 takes a similar strategy ? ---Mike On 2/24/2011 3:03 AM, Özkan KIRIK wrote: > Thank you. I'll test and share my experiences with you. > > On Wed, Feb 23, 2011 at 7:47 PM, Jack Vogel wrote: >> Here is the 7.2.

Re: i386 kernel hangs, seemingly on em0 attachment.

2011-03-02 Thread Mike Tancsa
t; hdr=0x00 > > System is today HEAD. if_em is loaded as module. pxeboot. > > Any help ? This rings a bell. I saw a similar issue with the same desktop board. If I compiled em into the kernel, it would netboot just fine. But as a module, it would not for some reason. ---Mi

Re: em0 with latest driver hangs again and again (without "Watchdogtimeout" message!)

2011-03-11 Thread Mike Tancsa
t I have not set out to do any specific measurements / tests in that regard. ---Mike -- --- Mike Tancsa, tel +1 519 651 3400 Sentex Communications, m...@sentex.net Providing Internet services since 1994 www.sentex.net Cambridge, Ontario Canada http://ww

Re: mpd- no ng_l2tp coming up

2011-03-16 Thread Mike Tancsa
gs show the same, but it is > definitely the server that kills the connection. Anything I've missed? Make sure there are no firewall rules getting in the way. And if possible, use a client that you know "works". The above server works with Windows clients with IPSEC disab

Re: mpd- no ng_l2tp coming up

2011-03-18 Thread Mike Tancsa
nd LAC-LNS credentials which are different and it sounds like you are confusing the two. You just need to put the userid and passwd in the mpd.secrets file. > > Second, why does mpd die (as in terminated- no process running) when > this fails? Are you running it in the foreground ?

Re: mpd5/Netgraph issues after upgrading to 7.4

2011-04-11 Thread Mike Tancsa
he mbuf into the routing socket buffer from * the netisr. */ - if (sa != NULL) { + if (saf != AF_MAX) { tag = m_tag_get(PACKET_TAG_RTSOCKFAM, sizeof(unsigned short), M_NOWAIT); if (tag == NULL) {

Re: mpd5/Netgraph issues after upgrading to 7.4

2011-04-11 Thread Mike Tancsa
On 4/11/2011 10:05 AM, Brandon Gooch wrote: > 2011/4/11 Mike Tancsa : >> On 4/11/2011 1:49 AM, Gleb Smirnoff wrote: >>> On Mon, Apr 11, 2011 at 12:34:56AM +0200, Przemyslaw Frasunek wrote: >>> P> > Use command "vmstat -z|egrep 'ITEM|NetGraph'&quo

Re: em0 performance subpar

2011-04-28 Thread Mike Tancsa
c_fail2: 3431 Try the tests using the tools in /usr/src/tools/tools/netperf to generate / test udp traffic. Perhaps give the driver from HEAD a try. There are a few fixes to it. I back ported it to RELENG_8, but it should work on 8.2R as well. http://www.tancsa.com/em-723.tgz

Re: em0 performance subpar

2011-04-28 Thread Mike Tancsa
tel might be able to shed some light on it. In the mean time, try generating traffic via netblast. Another tool I find helpful in narrowing down tcp performance differences is netperf ---Mike -- --- Mike Tancsa, tel +1 519 651 3400 Sentex Communications, m...@sentex.n

Re: em0 performance subpar

2011-04-28 Thread Mike Tancsa
ur max MTU. e.g. 500 byte frames should saturate a gigabit link. Watch it in real time with something like ifstat ./netblast 192.168.0.121 5001 500 5 ---Mike -- --- Mike Tancsa, tel +1 519 651 3400 Sentex Communications, m...@sentex.net Providing Internet services

Re: em0 performance subpar

2011-04-28 Thread Mike Tancsa
931166.7 0.00 931064.4 0.00 931219.5 0.00 432451.5 0.00 0.47 0.00 -- --- Mike Tancsa, tel +1 519 651 3400 Sentex Communications, m...@sentex.net Providing Internet services since 1994 www.sentex.net Cambridge, Ontario Canada htt

Re: PF and ipv6 strange behavior on FreeBSD

2011-05-09 Thread Mike Oliver
please submit a patch. Thanks, Mike -- Mike Oliver, KT2T +1-863-738-2334 k...@arrl.net -or- mwoli...@gmail.com Twitter: @mwoliver ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any

Re: kern/153497: [netgraph] netgraph panic due to race conditions

2011-05-09 Thread Mike Tancsa
The following reply was made to PR kern/153497; it has been noted by GNATS. From: Mike Tancsa To: Eugene Grosbein Cc: bug-follo...@freebsd.org Subject: Re: kern/153497: [netgraph] netgraph panic due to race conditions Date: Mon, 09 May 2011 16:34:49 -0400 On 5/9/2011 4:15 PM, Eugene Grosbein

Re: FreeBSD 8.2 and MPD5 stability issues

2011-06-23 Thread Mike Tancsa
should try next ? There are many bug fixes to netgraph in RELENG_8. cvsup to stable as a start. How much RAM do you have ? i386 or AMD64 ? ---Mike > > total traffic: ~ 100mbps > load averages: ~1.8 > > > Kernel: FreeBSD 8.2-RELEASE > MPD5:mpd-5.5 > > /

Re: FreeBSD 8.2 and MPD5 stability issues

2011-06-23 Thread Mike Tancsa
--- and -- >>> Kernel build for GENERIC completed on Wed Jun 22 07:18:49 EDT 2011 -- Then follow the steps to install the kernel and world http://www.

Re: FreeBSD 8.2 and MPD5 stability issues

2011-06-23 Thread Mike Tancsa
Thats great to hear! Is that with ivp6 enabled or disabled ? ---Mike -- --- Mike Tancsa, tel +1 519 651 3400 Sentex Communications, m...@sentex.net Providing Internet services since 1994 www.sentex.net Cambridge, Ontario Canada http://www.tancsa.com/ __

Re: FreeBSD 8.2 and MPD5 stability issues

2011-06-23 Thread Mike Tancsa
thernet=0 Does it actually freeze or panic and crash ? ---Mike -- --- Mike Tancsa, tel +1 519 651 3400 Sentex Communications, m...@sentex.net Providing Internet services since 1994 www.sentex.net Cambridge, Ontario Can

Re: FreeBSD 8.2 and MPD5 stability issues

2011-06-23 Thread Mike Tancsa
the fastforwarding ? ---Mike -- --- Mike Tancsa, tel +1 519 651 3400 Sentex Communications, m...@sentex.net Providing Internet services since 1994 www.sentex.net Cambridge, Ontario Canada http://www.tancsa.com/ ___ freebsd-net@freebsd.org

Re: FreeBSD 8.2 and MPD5 stability issues

2011-06-23 Thread Mike Tancsa
t know that. And the netisr option ? Have you found that to be buggy ? ---Mike > > > -- > Rozhuk Ivan > > > >> -Original Message- >> From: Mike Tancsa [mailto:m...@sentex.net] >> Sent: Friday, June 24, 2011 5:40 AM >> To:

Re: FreeBSD 8.2 and MPD5 stability issues

2011-06-25 Thread Mike Tancsa
. dumpdev="AUTO" dumpdir="/var/crash"# Directory where crash dumps are to be stored This will create a .txt file in /var/crash that will have all the info about the issue ---Mike > > > > > ___ > fr

Re: FreeBSD 8.2 and MPD5 stability issues

2011-06-28 Thread Mike Tancsa
you dont use it, get rid of it. I would also not run snmpd and disable devd as they will do a lot of work traversing all those interfaces. Also, how come your nics all show no carrier in the crash dump ? ---Mike > > > > __

Re: FreeBSD 8.2 and MPD5 stability issues

2011-06-28 Thread Mike Tancsa
of snmpd. Also, as a next step, try and run with ipv6 :) ---Mike -- --- Mike Tancsa, tel +1 519 651 3400 Sentex Communications, m...@sentex.net Providing Internet services since 1994 www.sentex.net Cambridge, Ontario Canada http://www.t

Re: FreeBSD 8.2 and MPD5 stability issues - update

2011-07-04 Thread Mike Tancsa
What do you have net.graph.threads set to ? With the load avg so high, perhaps you are just running into processing limits with so many connections ? amotin would know. ---Mike On 7/4/2011 1:16 PM, Adrian Minta wrote: >> It seems, enough. But, are you sure your L2TP client wil

Re: em driver, 82574L chip, and possibly ASPM

2011-07-06 Thread Mike Tancsa
On 7/6/2011 4:29 AM, Hooman Fazaeli wrote: > Can you pls. share the patch for freebsd 7? Its in the tree. http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/dev/e1000/ ---Mike -- --- Mike Tancsa, tel +1 519 651 3400 Sentex Communications, m...@sentex.net Providing Inter

Re: em driver, 82574L chip, and possibly ASPM

2011-07-12 Thread Mike Tancsa
le loop. While is if_igb.c, function igb_start_locked, > a similar code it is out of while loop: > > if (txr->tx_avail <= IGB_TX_CLEANUP_THRESHOLD) > igb_txeof(txr); > > is this intentional or mistake? > No idea, but Jack Vogel might know. --

Re: em driver, 82574L chip, and possibly ASPM

2011-07-12 Thread Mike Tancsa
port 0x2000-0x201f mem 0xb410-0xb411,0xb412-0xb4123fff irq 16 at device 0.0 on pci11 em1: Using MSIX interrupts with 3 vectors em1: [ITHREAD] em1: [ITHREAD] em1: [ITHREAD] ---Mike -- --- Mike Tancsa, tel +1 519 651 3400 Sentex Communications, m...@sentex.ne

Re: igb enable_aim or flow_control causing tcp stalls?

2011-07-18 Thread Mike Tancsa
n=223675 It was MFC'd to RELENG_8 on June 29th ---Mike -- --- Mike Tancsa, tel +1 519 651 3400 Sentex Communications, m...@sentex.net Providing Internet services since 1994 www.sentex.net Cambridge, Ontario Canada http://www.tancsa.com/ _

Re: system locks up with vr driver on alix board

2011-08-16 Thread Mike Tancsa
needs to poll link state in vr_tick(). While I'm here do not report current link state if interface is not running. > > > - ask > -- --- Mike Tancsa, tel +1 519 651 3400 Sentex Communications, m...@sentex.net Provid

Re: system locks up with vr driver on alix board

2011-08-17 Thread Mike Tancsa
also, does sysctl -w dev.vr.0.stats=1 sysctl -w dev.vr.1.stats=1 sysctl -w dev.vr.2.stats=1 show any errors for the NICs ? vmstat -i ? -- --- Mike Tancsa, tel +1 519 651 3400 Sentex Communications, m...@sentex.net Providing Internet services since 1994 www.sentex.net Cambridge,

Re: strange problem FreeBSD-8.1-Release

2011-08-17 Thread Mike Tancsa
gies_q_and_a_item09186a00800b69ac.shtml However, the em2 suggests a possible driver error. There have been a number of bug fixes to the em driver since 8.1-R. If possible, going to 8.2 or even RELENG_8 might help. also, what does sysctl -a dev.em show ? ---Mike -- ---

Re: system locks up with vr driver on alix board

2011-08-17 Thread Mike Tancsa
Y... not so sure of. Do you have any other non standard options in your kernel ? ---Mike --- Mike Tancsa, tel +1 519 651 3400 Sentex Communications, m...@sentex.net Providing Internet services since 1994 www.sentex.net Cambridge, Ontario Canada ht

Re: system locks up with vr driver on alix board

2011-08-17 Thread Mike Tancsa
ordinary. It's generic, minus a bunch of > drivers, plus DEVICE_POLLING, ALTQ*, CPU_ELAN, CPU_GEODE, CPU_SOEKRIS, > HZ=1000. > > I wasn't using polling, but I tried it after the last reboot to see if it > helps (grasping at straws, as I said!). I would take out the po

Re: strange problem FreeBSD-8.1-Release

2011-08-17 Thread Mike Tancsa
On 8/17/2011 2:00 PM, Sami Halabi wrote: > > > too many missed packets? > any ideas to improve it? RELENG_8 :) Lots of bug fixes and improvements. ---Mike > > Sami > > > On Wed, Aug 17, 2011 at 8:41 PM, Mike Tancsa <mailto:m...@sentex.net>> w

Re: Intel 82574L interface wedging on em 7.1.9/7.2.3 when MSIX enabled

2011-10-07 Thread Mike Tancsa
t D0 cap 05[d0] = MSI supports 1 message, 64 bit cap 10[e0] = PCI-Express 1 endpoint max data 128(256) link x1(x1) cap 11[a0] = MSI-X supports 5 messages in map 0x1c enabled ecap 0001[100] = AER 1 0 fatal 0 non-fatal 0 corrected ecap 0003[140] = Serial 1 001517ed68a4

Re: [PATCH] Don't have ICMP Echo Replies copy fragmentation flags from Echo Request

2011-10-07 Thread Mike Tancsa
d thing" in some cases ? Having ping behave in this manner would help you discover such PMTU issues no ? ---Mike -- --- Mike Tancsa, tel +1 519 651 3400 Sentex Communications, m...@sentex.net Providing Internet services since 1994 www.sentex.net Cambridg

Re: Intel 82574L interface wedging on em 7.1.9/7.2.3 when MSIX enabled

2011-10-07 Thread Mike Tancsa
On 10/7/2011 2:59 PM, Jason Wolfe wrote: > Mike, > > I had a large pool of servers running 7.2.3 with MSI-X enabled during my > testing, but it didn't resolve the issue. I just pulled back the > sys/dev/e1000 directory from 8-STABLE and ran it on 8-RELEASE-p2 though, so >

Re: Intel 82574L interface wedging on em 7.1.9/7.2.3 when MSIX enabled

2011-10-07 Thread Mike Tancsa
Ethernet address: 00:15:17:ed:68:a4 irq257: em0506496667813 irq258: em1:rx 0 296438098476 irq259: em1:tx 0 252033695404 Actually, I see it in Jason's email now that I re-read it. hw.em.enable_msix="0" However,

Re: Intel 82574L interface wedging on em 7.1.9/7.2.3 when MSIX enabled

2011-10-07 Thread Mike Tancsa
#x27;d assume that `em0' is not a 82574, whereas `em1' is. Correct. It was em1 that used to wedge for me. ---Mike -- --- Mike Tancsa, tel +1 519 651 3400 Sentex Communications, m...@sentex.net Providing Internet services since 1994 www.sentex.net Cambridg

Re: strange ipv6 on 9.0-BETA3

2011-10-11 Thread Mike Tancsa
s on em1 like this: > - > how come em1 has ipv6 address? > it is very strange. any idea, how to debug/fix this? Do you have any other routing daemons like quagga ? Perhaps at boot up time, try and put the switch port into monitor mode and see what is going back and forth, an

Re: very strange arp problem after ip move - icmp works udp doesn't

2011-10-21 Thread Mike Tancsa
ON1) PR: kern/148018, kern/155604, kern/144917, kern/146792 ---Mike -- --- Mike Tancsa, tel +1 519 651 3400 Sentex Communications, m...@sentex.net Providing Internet services since 1994 www.sentex.net Cambridge, Ontario Canada http://www.t

Re: Intel 82574L interface wedging on em 7.1.9/7.2.3 when MSIX enabled

2011-10-26 Thread Mike Tancsa
r 84947808 71 irq256: ahci0 59195 0 irq257: em0:rx 0 1946546 1 irq258: em0:tx 0 629707 0 irq259: em0:link 2 0 Total 87588251 73 soekris650

Re: UDP output performance

2009-09-07 Thread Mike Tancsa
packet-time); try again; } There are some nice simples tool in /usr/src/tools/tools/netrate that are great for generating arbitrary bandwidth via udp packets you might want to have a look at. ---Mike Reduced my packet loss to < 0.1% and I'm able to squeeze a nic

Re: em driver input errors

2009-09-08 Thread Mike Tancsa
n the kernel as well ___ 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" ---- Mike Tancsa,

Re: em driver input errors

2009-09-09 Thread Mike Tancsa
At 07:47 AM 9/9/2009, Barney Cordoba wrote: www.sentex.net/mike > > > > > > The 8241GI may not be able to handle full gigabit flows if > its only > wired at 32-bit 33Mhz, which is only capable of bursting to > 1Gb/s. With > a single NIC it likely just fine,

Re: em driver input errors

2009-09-09 Thread Mike Tancsa
see any difference. The board is an intel http://www.intel.com/support/motherboards/server/s3000ah/ Not sure if its wired as PCI-X or just a 32bit bus. I am just popping in an em pcie nic to see if that makes a difference. I have an igb as well as bge I can try later. ---Mike

Re: em driver input errors

2009-09-09 Thread Mike Tancsa
At 11:17 AM 9/9/2009, Mike Tancsa wrote: The board is an intel http://www.intel.com/support/motherboards/server/s3000ah/ Not sure if its wired as PCI-X or just a 32bit bus. I am just popping in an em pcie nic to see if that makes a difference. I have an igb as well as bge I can try later

Re: em driver input errors

2009-09-11 Thread Mike Tancsa
At 11:28 AM 9/9/2009, Mike Tancsa wrote: At 11:17 AM 9/9/2009, Mike Tancsa wrote: The board is an intel http://www.intel.com/support/motherboards/server/s3000ah/ Not sure if its wired as PCI-X or just a 32bit bus. I am just popping in an em pcie nic to see if that makes a difference. I

RE: ARP changes

2009-10-12 Thread Mike Tancsa
RELENG_8, it never shows up at all ---Mike Mike Tancsa, tel +1 519 651 3400 Sentex Communications,m...@sentex.net Providing Internet since 1994

Re: quagga ignoring RTM_DELETE messages?

2009-10-27 Thread Mike Tancsa
dy happy with Quagga + RELENG_8? I havent tried it yet. Can you post your quagga config and I will try and recreate here on my RELENG_8 test box. ---Mike ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/f

Re: Racoon site-to site

2009-12-11 Thread Mike Tancsa
: hmac-sha1 5cfdbabb 5cfdbabb 5cfdbabb 5cfdbabb 5cfdbabb ie. mask out the 5cfdbabb and 770cdd7b values before posting as thats your crypto :) Also, when things "jam up", try instead, racoonctl vpn-disconnect and you wont have to restart things. Also, what does sysctl

Re: Racoon site-to site

2009-12-11 Thread Mike Tancsa
d allow your end to honor the other side's new SA should it want one ahead of schedule ---Mike Mike Tancsa, tel +1 519 651 3400 Sentex Communications,

Re: Racoon site-to site

2009-12-17 Thread Mike Tancsa
At 02:50 AM 12/15/2009, Jon Otterholm wrote: On 2009-12-11 20.23, "Mike Tancsa" wrote: > > > You might also want to turn on DPD (dead peer > detection) in ipsectools if you dont already have > it on both sides. Are you really using des for > the crypto ? Also, when

Re: igb interrupt moderation

2010-01-03 Thread Mike Tancsa
port version of the card ---Mike Mike Tancsa, tel +1 519 651 3400 Sentex Communications,m...@sentex.net Providing Internet since 1994

Re: igb interrupt moderation

2010-01-03 Thread Mike Tancsa
I was not able to wedge the box. pps rates were pretty ok on a low end i7 as well. ---Mike ---- Mike Tancsa, tel +1 519 651 3400 Sentex Communications,m...@s

Re: kern/136168: [em] em driver initialization fails on Intel 5000PSL motherboard

2010-02-02 Thread Mike Burgett
The following reply was made to PR kern/136168; it has been noted by GNATS. From: "Mike Burgett" To: "bug-follo...@freebsd.org" , "ssand...@opnet.com" Cc: Subject: Re: kern/136168: [em] em driver initialization fails on Intel 5000PSL motherboard Date: T

Re: Attansic L1 Gigabit discovered on install but no link

2010-02-16 Thread Mike Tancsa
then dhclient ae0 or manually set the IP address and see if that works. ---Mike Mike Tancsa, tel +1 519 651 3400 Sentex Communications,m...@sentex.net

Re: Intel em0: watchdog timeout

2010-02-22 Thread Mike Tancsa
e kernel: em0: Good Packets Xmtd = 1568751141 Feb 22 16:06:31 offsite kernel: em0: TSO Contexts Xmtd = 0 Feb 22 16:06:31 offsite kernel: em0: TSO Contexts Failed = 0 ---Mike ---- Mike Tancsa,

Re: Workaround for mpd5 and 8.0 broken proxy arp?

2010-03-30 Thread Mike Tancsa
-stable-8/2010-March/001790.html ---Mike ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "freebsd-net-unsubscr.

sockstat / netstat output 8.x vs 7.x

2010-05-11 Thread Mike Tancsa
0 0 *.80 *.*LISTEN state closed ? ---Mike Mike Tancsa, tel +1 519 651 3400 Sentex Communications,m

Re: sockstat / netstat output 8.x vs 7.x

2010-05-11 Thread Mike Tancsa
ected sockets. Hi, Sorry, I think I am missing something obvious ? The LOCAL ADDRESS shows as *:* as well. To me that reads as its listening on all interfaces and all ports, no ? RELENG_7 does not have that line or notion in its output ? ---Mike On Tue, May 11, 2010 at 11:

Re: sockstat / netstat output 8.x vs 7.x

2010-05-12 Thread Mike Tancsa
*:* *:* www httpd 25184 3 tcp4 6 *:80 *:* www httpd 25184 4 tcp4 *:* *:* Same as 7, it's the foreign address. This is normally only useful for connected sockets. On Tue, May 11, 2010 at 11:14 AM, Mike Tancsa

bce+lagg

2010-05-28 Thread Mike Barnard
fault gateway, I get "device is busy" With lagg0 and lagg1 up, if I try to ping any of the gateways, I get "no route to host", but with only the lagg0 interface I get "device is busy" Is this a problem with the bce Interface or am I missing something. PS: I have an imp

Intel 10Gb nic (ix driver) and bizarre netstat output

2010-06-28 Thread Mike Carlson
12230 0 37078829 23631 0 18446744073707401669 0 Is this normal? Or, is there something strange about my network environment, and if so, are there any suggestions to help me narrow down the issue? Thanks, Mike C ___ freebsd-net@free

Re: Intel 10Gb nic (ix driver) and bizarre netstat output

2010-06-30 Thread Mike Carlson
On 06/30/2010 10:01 AM, Alexander Sack wrote: M On Mon, Jun 28, 2010 at 12:37 PM, Mike Carlson wrote: I've got a 10Gb intel nic on a FreeBSD 8.0-p3/AMD64 system, using the ix driver: ix0: port 0xdce0-0xdcff mem 0xdf3a-0xdf3b,0xdf3c- 0xdf3f,0xdf39c000-0xdf39 irq

Re: Intel 82574L Gigabit Ethernet Controller

2010-07-07 Thread Mike Tancsa
nterrupt em2: [FILTER] em2: Ethernet address: 00:15:17:c8:4b:99 em3: port 0x1000-0x101f mem 0xb190-0xb191,0xb192-0xb1923fff irq 16 at device 0.0 on pci3 em3: Using MSI interrupt em3: [FILTER] em3: Ethernet address: 00:15:17:c8:4b:98 ---Mike ---

Re: Intel 82574L Gigabit Ethernet Controller

2010-07-07 Thread Mike Tancsa
<http://www.intel.com/Products/Server/Motherboards/S3420GP/S3420GP-specifications.htm>http://www.intel.com/Products/Server/Motherboards/S3420GP/S3420GP-specifications.htm ---Mike I would agree with Mike, disable anything having to do with IPMI if it exists and see if that helps. Also

Re: igb watchdog timeouts

2010-07-30 Thread Mike Tancsa
At 12:52 PM 7/30/2010, Zeus V Panchenko wrote: but the maximum i was able to get was 500Mbit/s btw, is it correct to test it such way? Try using the tools in /usr/src/tools/tools/netrate you can generate a lot more traffic this way. ---Mike -- Zeus V. Panchenko IT Dpt., IBS ltd

<    1   2   3   4   5   6   7   8   9   10   >