Re: kern/92880: [libc] [patch] almost rewritten inet_network(3) function

2011-01-24 Thread Andrey Simonenko
The following reply was made to PR kern/92880; it has been noted by GNATS. From: Andrey Simonenko si...@comsys.ntu-kpi.kiev.ua To: bug-follo...@freebsd.org Cc: Subject: Re: kern/92880: [libc] [patch] almost rewritten inet_network(3) function Date: Mon, 24 Jan 2011 14:56:25 +0200 Since all

Re: bsnmpd: ifTable and if_nametoindex() inconsistency

2011-01-24 Thread Harti Brandt
On Sat, 22 Jan 2011, Eugene Grosbein wrote: EGI run 8.2-PRERELEASE with bsnmpd and mpd55 serving PPPoE users. EGI've noticed that sometimes snmpwalk shows interface indexes EGthat partially differ from what if_nametoindex(3) returns EGwith off-by-one or off-by-two. For example, just now this

Re: Querying bsnmpd through /var/run/snmpd.sock

2011-01-24 Thread Harti Brandt
On Sun, 23 Jan 2011, Eugene Grosbein wrote: EGbsnmpd running with mibII module opens local socket /var/run/snmpd.sock EGmentioned in snmp_mibII(3) manual page: EG EG The mibII module opens a socket that is used to execute all network EG related ioctl(2) functions. This socket is globally

Re: bsnmpd: ifTable and if_nametoindex() inconsistency

2011-01-24 Thread Harti Brandt
On Sat, 22 Jan 2011, Eugene Grosbein wrote: EGOn 23.01.2011 00:24, Eugene Grosbein wrote: EG I really need quick method to obtain SNMP index within mpd55 code EG (for my local mpd hacks) and if_nametoindex() used to seem nice way... EG I need to export indexes via mpd's web interface so that they

Re: amd64/154214: Panic when creating stf interface

2011-01-24 Thread John Baldwin
The following reply was made to PR kern/154214; it has been noted by GNATS. From: John Baldwin j...@freebsd.org To: freebsd-am...@freebsd.org Cc: Vladislav V. Prodan univers...@ukr.net, freebsd-gnats-sub...@freebsd.org Subject: Re: amd64/154214: Panic when creating stf interface Date: Mon, 24

Re: amd64/154214: Panic when creating stf interface

2011-01-24 Thread Vladislav V. Prodan
24.01.2011 17:10, John Baldwin wrote: The picture shows a double fault (likely due to infinite recursion on the stack or some code putting too large of an object onto the stack). Can you get a backtrace via 'tr' at the db prompt and reply with the output? Following the withdrawal of these

Re: [Panic] Dummynet/IPFW related recurring crash.

2011-01-24 Thread Brandon Gooch
On Sun, Jan 23, 2011 at 7:08 PM, Pawel Tyll pt...@nitronet.pl wrote: On Fri, Jan 7, 2011, Brandon Gooch jamesbrandongo...@gmail.com wrote: It's likely that the mbuf handling problem (in em_refresh_mbufs()) is triggered by the processing you're doing with ipfw (or elsewhere for that matter),

Re: [Panic] Dummynet/IPFW related recurring crash.

2011-01-24 Thread Jack Vogel
Just replying so you know I'm seeing it, but something that takes 14 days to even happen is NOT going to be an easy one to find. As Brandon said, all the info you can provide please. Jack On Mon, Jan 24, 2011 at 9:11 AM, Brandon Gooch jamesbrandongo...@gmail.comwrote: On Sun, Jan 23, 2011 at

nfe support for jumbo frame

2011-01-24 Thread Huang, Yusheng
Hi all, We have ported nfe driver to our product and when we try to set mtu to 9000 on nfe interface, it does not work. No jumbo frame buffer were allocated. Looking at the code, we found the following: In nfe_ioctl: else { NFE_LOCK(sc); ifp-if_mtu =

Re: nfe support for jumbo frame

2011-01-24 Thread Pyun YongHyeon
On Mon, Jan 24, 2011 at 09:05:48AM -0800, Huang, Yusheng wrote: Hi all, We have ported nfe driver to our product and when we try to set mtu to 9000 on nfe interface, it does not work. No jumbo frame buffer were allocated. Looking at the code, we found the following: In nfe_ioctl:

Re: bsnmpd: ifTable and if_nametoindex() inconsistency

2011-01-24 Thread Eugene Grosbein
On 24.01.2011 19:30, Harti Brandt wrote: On Sat, 22 Jan 2011, Eugene Grosbein wrote: EGOn 23.01.2011 00:24, Eugene Grosbein wrote: EG I really need quick method to obtain SNMP index within mpd55 code EG (for my local mpd hacks) and if_nametoindex() used to seem nice way... EG I need to

Re: [Panic] Dummynet/IPFW related recurring crash.

2011-01-24 Thread Pawel Tyll
Just replying so you know I'm seeing it, but something that takes 14 days to even happen is NOT going to be an easy one to find. As Brandon said, all the info you can provide please. Here's the dump in case you've not seen it before. Somehow 8.1-RELEASE managed to make a proper dump, which