Re: kern/155004: [bce] [panic] kernel panic in bce0 driver

2011-02-24 Thread linimon
Old Synopsis: kernel panic in bce0 driver New Synopsis: [bce] [panic] kernel panic in bce0 driver Responsible-Changed-From-To: freebsd-bugs->freebsd-net Responsible-Changed-By: linimon Responsible-Changed-When: Fri Feb 25 02:17:28 UTC 2011 Responsible-Changed-Why: Over to maintainer(s). http://w

Re: Polling with multiqueue support

2011-02-24 Thread Fabien Thomas
Just an update to point to another old patch that enable flowtable on the forwarding path to increase performance (reduce contention) to be on par with Linux: http://people.freebsd.org/~fabient/FreeBSDvsLinux10GB.png (forwarding 256B packets, % to line rate on 2x10Gb 82599 interface with 1xXeon

Re: Polling with multiqueue support

2011-02-24 Thread Fabien Thomas
On Feb 24, 2011, at 4:39 PM, Ryan Stone wrote: > Ah, you've anticipated me. This is just the kind of thing that I had > in mind. I have some comments: Thanks for your feedback. You pushed me from my laziness to explain the patchset on the ml. :) > > - Why allocate the poll_if_t in ether_poll

Re: Polling with multiqueue support

2011-02-24 Thread Ryan Stone
Ah, you've anticipated me. This is just the kind of thing that I had in mind. I have some comments: - Why allocate the poll_if_t in ether_poll_register_? If you let the driver allocate it you don't have to worry about failure. And the driver can embed it in its rx_ring so it doesn't have to wo

Polling with multiqueue support

2011-02-24 Thread Fabien Thomas
Ryan post on new polling modification remembered me to post a quick note about polling with multiqueue support i've done some month ago. The code is more intrusive and add a new handler for the queue. The handling of the network is nearly the same as deferred taskqueue in the drivers. There is

bridges with vlan member -- unicast?

2011-02-24 Thread Rudy
Is anyone bridging a bunch (20+) vlans onto one bridge0? My goal is to do what the HandBook says I can do: The customers are completely isolated from each other, the full /24 address range can be allocated without subnetting. http://www.freebsd.org/doc/handbook/network-bridging.html#AEN40688 Last

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

2011-02-24 Thread Özkan KIRIK
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.2 tarball. IMPORTANT: if you use this DO NOT try and put it > into your kernel source tree, it will break that. What you must do is config > the > em driver OUT of your ker