Re: Planned contrib/rdma import

2008-05-03 Thread Kip Macy
On Wed, Apr 16, 2008 at 5:47 PM, Kip Macy <[EMAIL PROTECTED]> wrote: > I plan on committing the generic kernel level rdma verb and iwarp > infrastructure from OFED as well as the Chelsio iwarp driver to HEAD > next week. The RDMA infrastructure doesn't require any kernel changes > so I don't for

Troubles with em on FreeBSD 7

2008-05-03 Thread Oleksandr Samoylyk
Hi! I'm running a SMP FreeBSD box with mpd5 on it. # uname -a FreeBSD xxx.x.xxx 7.0-STABLE FreeBSD 7.0-STABLE #0: Sat May 3 12:40:02 EEST 2008 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/ amd64 # mpd5 -v Version 5.1 ([EMAIL PROTECTED] 09:53 1-May-2008) Somehow em0 begins to ea

Troubles with em on FreeBSD 7

2008-05-03 Thread Oleksandr Samoylyk
Hi! I'm running a SMP FreeBSD box with mpd5 on it. # uname -a FreeBSD xxx.x.xxx 7.0-STABLE FreeBSD 7.0-STABLE #0: Sat May 3 12:40:02 EEST 2008 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/ amd64 # mpd5 -v Version 5.1 ([EMAIL PROTECTED] 09:53 1-May-2008) Somehow em0 begins to ea

Re: Troubles with em on FreeBSD 7

2008-05-03 Thread Oleksandr Samoylyk
Alexander Sack wrote: Oleksandr: Are you using DEVICE_POLLING by chance? If so, have you tried turning it off (ifconfig use -polling etc.)? Just curious. Surely, no :) # ifconfig em0 em0: flags=8843 metric 0 mtu 1500 options=19b I'm just trying the same configuration on i386.

Re: Troubles with em on FreeBSD 7

2008-05-03 Thread Alexander Sack
Oleksandr: Are you using DEVICE_POLLING by chance? If so, have you tried turning it off (ifconfig use -polling etc.)? Just curious. -aps On Sat, May 3, 2008 at 6:16 PM, Oleksandr Samoylyk <[EMAIL PROTECTED]> wrote: > Hi! > > I'm running a SMP FreeBSD box with mpd5 on it. > > # uname -a > Fr

Troubles with em on FreeBSD 7

2008-05-03 Thread Oleksandr Samoylyk
Hi! I'm running a SMP FreeBSD box with mpd5 on it. # uname -a FreeBSD xxx.x.xxx 7.0-STABLE FreeBSD 7.0-STABLE #0: Sat May 3 12:40:02 EEST 2008 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/ amd64 # mpd5 -v Version 5.1 ([EMAIL PROTECTED] 09:53 1-May-2008) Somehow em0 begins to eat all CP

Re: MFC of em/igb drivers

2008-05-03 Thread Jack Vogel
On Sat, May 3, 2008 at 10:24 AM, Scott Long <[EMAIL PROTECTED]> wrote: > > Jack Vogel wrote: > > > On Sat, May 3, 2008 at 4:45 AM, Kostik Belousov <[EMAIL PROTECTED]> > wrote: > > > > > On Sat, May 03, 2008 at 12:14:32AM -0700, Jack Vogel wrote: > > > > > > > > > > > > > I got the new drivers in Fr

Re: read() returns ETIMEDOUT on steady TCP connection

2008-05-03 Thread Tim Gebbett
Hi Andre, Just to introduce myself, I am now helping Mark Hills with testing. Thank you for your suggestion, here are the results from a similar system (RELENG-7) with increasing kern.ipc.nmbjumbop to 25600. at 1600 streams using approx 340mbit, netstat -m was reporting 12550/250/12800/128

Re: MFC of em/igb drivers

2008-05-03 Thread Scott Long
Jack Vogel wrote: On Sat, May 3, 2008 at 4:45 AM, Kostik Belousov <[EMAIL PROTECTED]> wrote: On Sat, May 03, 2008 at 12:14:32AM -0700, Jack Vogel wrote: I got the new drivers in Friday afternoon for those that don't see CVS > messages. > > The igb driver is for 82575 and 82576 adapters, i

Re: MFC of em/igb drivers

2008-05-03 Thread Jack Vogel
On Sat, May 3, 2008 at 4:45 AM, Kostik Belousov <[EMAIL PROTECTED]> wrote: > On Sat, May 03, 2008 at 12:14:32AM -0700, Jack Vogel wrote: > > > > I got the new drivers in Friday afternoon for those that don't see CVS > > messages. > > > > The igb driver is for 82575 and 82576 adapters, it has mul

Re: multiple routing tables review patch ready for simple testing.

2008-05-03 Thread Bjoern A. Zeeb
On Tue, 29 Apr 2008, Julian Elischer wrote: Hi, a kernel needs to be created with the option ROUTETABLES=N e.g. +optionsROUTETABLES=2 # max 16. 1 is back compatible. leaving this out will result in just a single routing table as per normal. the max is 16 but I hav

Re: authentication timeouts with ath(4) in hostap mode

2008-05-03 Thread Petar Bogdanovic
On Fri, May 02, 2008 at 05:25:09PM -0700, Sam Leffler wrote: > Petar Bogdanovic wrote: >> Hi, >> >> I'm using an alix2c0 board with two winstron CM9 ath(4)-cards and >> FreeBSD 7: >> >> ifconfig ath0 (...) mediaopt hostap mode 11a channel 36 ssid sn.a >> -bgscan >> ifconfig ath1 (...) me

Re: Not All Symbols Present in a Loadable Kernel Module

2008-05-03 Thread Alexander Sack
On Fri, May 2, 2008 at 8:06 PM, David Christensen <[EMAIL PROTECTED]> wrote: > > > I'm trying to build the "bce" driver as a kernel module under > > RELENG_7 but I'm > > > finding that not all of the functions in the driver are exported as > > symbols. This > > > makes it difficult to "call"

Re: IPPROTO_DIVERT and PF_INET6

2008-05-03 Thread Edwin Groothuis
On Sat, May 03, 2008 at 08:00:43PM +1000, Edwin Groothuis wrote: > Before somebody shoots me down on it: I know that ipfw_divert() is > not suitable for IPv6 packets. Please note that the above statement is only partly true now: on my laptop ipfw_divert() can handle IPv6 forwards, but the problem

Re: MFC of em/igb drivers

2008-05-03 Thread Kostik Belousov
On Sat, May 03, 2008 at 12:14:32AM -0700, Jack Vogel wrote: > I got the new drivers in Friday afternoon for those that don't see CVS > messages. > > The igb driver is for 82575 and 82576 adapters, it has multiqueue support and > MSIX, there will be more server type enhancements in that driver as I

IPPROTO_DIVERT and PF_INET6

2008-05-03 Thread Edwin Groothuis
Greetings, Before somebody shoots me down on it: I know that ipfw_divert() is not suitable for IPv6 packets. So, to the point. This code: struct sockaddr_in6 addr6; struct in6_addr ip6_any = IN6ADDR_ANY_INIT; sin = socket(PF_INET6, SOCK_RAW, IPPROTO_DIVERT);

Re: MFC of em/igb drivers

2008-05-03 Thread Eugene Grosbein
On Sat, May 03, 2008 at 12:14:32AM -0700, Jack Vogel wrote: > I got the new drivers in Friday afternoon for those that don't see CVS > messages. [skip] > As ever, issues and bugs should be sent to me. Cheers everyone! It seems the MFC to RELENG_7 has broken build of static kernels having device

MFC of em/igb drivers

2008-05-03 Thread Jack Vogel
I got the new drivers in Friday afternoon for those that don't see CVS messages. The igb driver is for 82575 and 82576 adapters, it has multiqueue support and MSIX, there will be more server type enhancements in that driver as I get the time. The em driver now will be client oriented, the latest