jumbo em

2006-03-16 Thread Yuriy N. Shkandybin
Hello I have 2 freebsd servers connected by dedicated wire via em interfaces. systems = 6.1-PRERELEASE #0: Tue Mar 14 11:58:23 MSK 2006 1st) man em says MTU size for Jumbo Frames is 16114 and i'm sure i've setup this on freebsd-5 and probably ealier 6.0 But now ifconfig em1 mtu 16114 ifconfig

Re: if_nge & if_lge drivers

2005-10-12 Thread Yuriy N. Shkandybin
Note that lge() has a bzero() call after the contigmalloc(), but M_ZERO is probably better to use: sc->lge_ldata = contigmalloc(sizeof(struct lge_list_data), M_DEVBUF, M_NOWAIT, 0, 0x, PAGE_SIZE, 0); ... bzero(sc->lge_ldata, sizeof(struct lge_list_data)); Yes, i;ve missed that.

if_nge & if_lge drivers

2005-10-07 Thread Yuriy N. Shkandybin
Hello. I saw John Baldwin commit to if_lge.c rev 1.43 and perform same changes for if_nge.c I've tested it and it works. Patch in attachment or available from http://www.netams.com/if_nge.c.patch Also i've noticed if_lge affected same problem i've met nge. In if_lgereg.h we have struct lge_l

pf synproxy broken

2005-10-06 Thread Yuriy N. Shkandybin
Hello. Please look at PR 86072. I've confirm that this issue exist in latest STABLE and HEAD. How it looks: 1) without synproxy telnet localhost 22 Trying ::1... Trying 127.0.0.1... Connected to localhost. Escape character is '^]'. SSH-2.0-OpenSSH_4.2p1 FreeBSD-20050903 2) with synproxy pass i

Re: kern/83011: nge vlans broken

2005-07-14 Thread Yuriy N. Shkandybin
No, this is 6 and CURRENT. For 5 if_nge.c diffs 1.72 and 1.73 should be applied. Otherwise you'll get crash. Jura - Original Message - From: "Ragnar Lonn" <[EMAIL PROTECTED]> To: "Yuriy N. Shkandybin" <[EMAIL PROTECTED]> Cc: Sent: 14 июля 2005

Re: kern/83011: nge vlans broken

2005-07-08 Thread Yuriy N. Shkandybin
I've invistigated that m_head mbuf doesn't have M_VLANTAG when performing VLAN_OUTPUT() next diff for /usr/src/sys/net/if_vlan_var.h make it work: --- 1.h Fri Jul 8 17:34:31 2005 +++ if_vlan_var.h Fri Jul 8 17:35:53 2005 @@ -111,7 +111,7 @@ } while (0) #defineVLAN_OUTPUT_TAG(_if

vlan problems

2005-06-21 Thread Yuriy N. Shkandybin
Hello I've met next problem. There is router under freebsd with nge card as parent for several vlans. vlan102: flags=8843 mtu 1500 inet 10.0.4.1 netmask 0xfe00 broadcast 10.0.5.255 ether 00:40:f4:47:be:10 media: Ethernet autoselect (1000baseSX ) status: active