fix for ixgbe to use non-power-of-2 number of rx queues

2008-07-29 Thread Kip Macy
Unless anyone complains I intend to commit the following change to HEAD. It makes it possible to use an arbitrary number of rx queues up to the maximum allowed by hardware. The current driver only allows 1, 2, 4, or 8. http://www.fsmware.com/ixgbe.diff _

Re: ath using hostap sets MTU to 2290 / channel '0' no longer works

2008-07-29 Thread Chris Buechler
Sam Leffler wrote: John T. Yocum wrote: Hello, I have a system running pfSense, which is built on top of FreeBSD 7.0-RELEASE-p3. In the system I have an Atheros wireless card, which when I enable hostap, changes it's MTU to 2290. If an explanation is listed on a man page, I apologize, I did

Re: ath using hostap sets MTU to 2290

2008-07-29 Thread John T. Yocum
Quoting Sam Leffler <[EMAIL PROTECTED]>: John T. Yocum wrote: Hello, I have a system running pfSense, which is built on top of FreeBSD 7.0-RELEASE-p3. In the system I have an Atheros wireless card, which when I enable hostap, changes it's MTU to 2290. If an explanation is listed on a man

Re: TCP ECN patch to be committed

2008-07-29 Thread Chris Arnold
On Wed, 30 Jul 2008, Wilkinson, Alex wrote: 0n Wed, Jul 30, 2008 at 02:04:52AM +0100, Rui Paulo wrote: >After some chat with other TCP folks I'm going to commit the TCP ECN patch >I asked for review a couple months ago with some changes. Most notably is >the new padding fields add

Re: TCP ECN patch to be committed

2008-07-29 Thread Kip Macy
See RFC 3168 and 3540. In short it uses some of the options bits to provide "explicit congestion notification." -Kip On Tue, Jul 29, 2008 at 7:02 PM, Wilkinson, Alex <[EMAIL PROTECTED]> wrote: >0n Wed, Jul 30, 2008 at 02:04:52AM +0100, Rui Paulo wrote: > >>After some chat with other TCP fo

Re: TCP ECN patch to be committed

2008-07-29 Thread Wilkinson, Alex
0n Wed, Jul 30, 2008 at 02:04:52AM +0100, Rui Paulo wrote: >After some chat with other TCP folks I'm going to commit the TCP ECN patch >I asked for review a couple months ago with some changes. Most notably is >the new padding fields added to the syncache struct. Um, what is "TCP

TCP ECN patch to be committed

2008-07-29 Thread Rui Paulo
Hi, After some chat with other TCP folks I'm going to commit the TCP ECN patch I asked for review a couple months ago with some changes. Most notably is the new padding fields added to the syncache struct. I plan to commit this after investigating the best padding of the syncache struct. So, maybe

Re: ath using hostap sets MTU to 2290

2008-07-29 Thread Sam Leffler
John T. Yocum wrote: Hello, I have a system running pfSense, which is built on top of FreeBSD 7.0-RELEASE-p3. In the system I have an Atheros wireless card, which when I enable hostap, changes it's MTU to 2290. If an explanation is listed on a man page, I apologize, I did try searching. Any

Re: kern/126075: [in] Network: internet control accesses beyond end of structure

2008-07-29 Thread gavin
Old Synopsis: Network: internet control accesses beyond end of structure New Synopsis: [in] Network: internet control accesses beyond end of structure Responsible-Changed-From-To: freebsd-bugs->freebsd-net Responsible-Changed-By: gavin Responsible-Changed-When: Tue Jul 29 20:30:36 UTC 2008 Respons

Re: kern/112179: [sis] [patch] sis driver for natsemi DP83815D autonegotiate failure

2008-07-29 Thread John Baldwin
The following reply was made to PR kern/112179; it has been noted by GNATS. From: John Baldwin <[EMAIL PROTECTED]> To: [EMAIL PROTECTED], [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: kern/112179: [sis] [patch] sis driver for natsemi DP83815D autonegotiate failure Date: Tue, 29 Jul 2008 11

ath using hostap sets MTU to 2290

2008-07-29 Thread John T. Yocum
Hello, I have a system running pfSense, which is built on top of FreeBSD 7.0-RELEASE-p3. In the system I have an Atheros wireless card, which when I enable hostap, changes it's MTU to 2290. If an explanation is listed on a man page, I apologize, I did try searching. Any ideas why this mig