Re: Network stack changes

2013-09-13 Thread Rick Macklem
George Neville-Neil wrote: > > On Aug 29, 2013, at 7:49 , Adrian Chadd wrote: > > > Hi, > > > > There's a lot of good stuff to review here, thanks! > > > > Yes, the ixgbe RX lock needs to die in a fire. It's kinda pointless > > to keep > > locking things like that on a per-packet basis. We sho

I am too dumb to understand geom(4)

2013-09-13 Thread Sean Bruno
How does one make geom_concat(4) load at boot, assume two devices are to be used as a single concatenated device and then create the /dev/ device for it? My MIPS kernconf has: # GEOM modules device geom_map# to get access to the SPI flash partitions device geom_uncompres

Re: Network stack changes

2013-09-13 Thread George Neville-Neil
On Aug 29, 2013, at 7:49 , Adrian Chadd wrote: > Hi, > > There's a lot of good stuff to review here, thanks! > > Yes, the ixgbe RX lock needs to die in a fire. It's kinda pointless to keep > locking things like that on a per-packet basis. We should be able to do > this in a cleaner way - we ca