Re: ixgbe and ixgbevf drivers are not working in virtualization environment

2012-10-29 Thread Rémi Pauchet
Le 26 oct. 2012 à 23:40, Sami Halabi a écrit : > Hi, > did you try explicit "ifconfig ix0 up" instead of rebooting? In fact, down, then up commands are necessary : ifconfig ix0 down ifconfig ix0 up Regards, Rémi > > Sami > > On Thu, Oct 25, 2012 at 4:29 PM, Rémi Pauchet wrote: > more inf

Re: request for help: 'fixing' the 802.11 TX path

2012-10-29 Thread Andre Oppermann
On 29.10.2012 04:53, Adrian Chadd wrote: On 28 October 2012 20:43, PseudoCylon wrote: Cannot we just add custom hand off function to ieee80211_start()? Yes. That's the general idea. But what I don't want to do is have it just wake up the driver TX taskqueue - well, unless we have to. That m

Re: VIMAGE crashes on 9.x with hotplug net80211 devices

2012-10-29 Thread Marko Zec
On Sunday 28 October 2012 19:47:20 Adrian Chadd wrote: > ping? > > Marko - would you be willing to add the if_free() vnet context setup into > -HEAD? Feel free to do it - though I'd suggest to use the CURVNET_SET_QUIET() variant there, to reduce the console spam with VNET_DEBUG. Marko Index: i

Current problem reports assigned to freebsd-net@FreeBSD.org

2012-10-29 Thread FreeBSD bugmaster
Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker

Re: request for help: 'fixing' the 802.11 TX path

2012-10-29 Thread PseudoCylon
On Mon, Oct 29, 2012 at 3:47 AM, Andre Oppermann wrote: > On 29.10.2012 04:53, Adrian Chadd wrote: >> >> On 28 October 2012 20:43, PseudoCylon wrote: >> >>> Cannot we just add custom hand off function to ieee80211_start()? >> >> >> Yes. That's the general idea. But what I don't want to do is have

Re: request for help: 'fixing' the 802.11 TX path

2012-10-29 Thread Adrian Chadd
The problem with this is that fragments need to be handed as an entire list to the driver. ath(4) looks ahead to the next fragment, calculates the rate, and then adds that to the NAV of the previous frame. So yeah what I'm thinking about for now is something like the following: * say that wifi d

Missing / broken ixgbe sysctl's and tunables PR kern/173201 (patch included)

2012-10-29 Thread Steven Hartland
I've been having issues getting a ixgbe (ix) device to link reliably in a decent amount of time at boot to 1Gbps switch connected on cat 5, even netwait was timing out. Having a dig in the code there's advertise_speed which seemed like it was just what I was looking for but unfortunately sysctl.c