[Differential] D8905: if: Defer the if_up until the ifnet.if_ioctl is called.

2016-12-29 Thread sepherosa_gmail.com (Sepherosa Ziehau)
sepherosa_gmail.com added a comment. In https://reviews.freebsd.org/D8905#185507, @jhb wrote: > I would suggest rewording the message a bit to something like: > > Defer if_up() until after the interface's if_ioctl method is called. > > This ensures the interface is initialize

[Differential] D8905: if: Defer the if_up until the ifnet.if_ioctl is called.

2016-12-29 Thread sepherosa_gmail.com (Sepherosa Ziehau)
sepherosa_gmail.com updated the summary for this revision. REVISION DETAIL https://reviews.freebsd.org/D8905 EMAIL PREFERENCES https://reviews.freebsd.org/settings/panel/emailpreferences/ To: sepherosa_gmail.com, delphij, royger, decui_microsoft.com, honzhan_microsoft.com, howard0su_gmail.c

[Bug 196361] Constrain IPv6 routes to each FIB (Consistent with IPv4 route behaviour)

2016-12-29 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196361 --- Comment #12 from Alan Somers --- (In reply to jhujhiti from comment #11) Regarding same_ip_multiple_ifaces_fib0, the configuration isn't valid. But that's not the point of the test. As the comment and the PR say, the point of the test

[Differential] D8905: if: Defer the if_up until the ifnet.if_ioctl is called.

2016-12-29 Thread jhb (John Baldwin)
jhb added a comment. I would suggest rewording the message a bit to something like: Defer if_up() until after the interface's if_ioctl method is called. This ensures the interface is initialized by the interface driver before it can be used by the rest of the system. REVISI

Re: cxgbe's native netmap support broken since r307394

2016-12-29 Thread John Baldwin
On Thursday, December 29, 2016 10:02:32 AM Vincenzo Maffione wrote: > Ok, thanks for the clarification. I change the lock type to MTX_DEF > (and did a test). I attached the new patch. Looks good to me, thanks! > Cheers, > Vincenzo > > 2016-12-29 2:06 GMT+01:00 John Baldwin : > > On Wednesday,

[Bug 213237] ndis does not create network interface

2016-12-29 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213237 --- Comment #6 from o...@j.email.ne.jp --- https://svnweb.freebsd.org/base?view=revision&revision=286410 was the trigger. Per comment, "ndis, ... were not tested. ...But the ndis driver is complex, and it is likely to be broken with this co

[Bug 215613] [panic] if if_ixl due to NULL pointer dereference

2016-12-29 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=215613 --- Comment #2 from Andrey V. Elsukov --- I looked at the latest driver code (1.6.10), and I think this problem was fixed by moving code that initializes/frees queues from ixl_init()/ixl_stop() into ixl_attach()/ixl_detach(). -- You are r

Alert - Your Credit Card has been charged

2016-12-29 Thread Sophie Simpson
___ freebsd-net@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"

Re: cxgbe's native netmap support broken since r307394

2016-12-29 Thread Vincenzo Maffione
Ok, thanks for the clarification. I change the lock type to MTX_DEF (and did a test). I attached the new patch. Cheers, Vincenzo 2016-12-29 2:06 GMT+01:00 John Baldwin : > On Wednesday, December 28, 2016 07:25:22 PM Vincenzo Maffione wrote: >> Hi, >> The "worker_lock" is taken by nm_os_kthrea

[Differential] D8963: ifnet: introduce event handlers for ifup/ifdown events

2016-12-29 Thread sepherosa_gmail.com (Sepherosa Ziehau)
sepherosa_gmail.com added reviewers: glebius, gnn, rwatson. sepherosa_gmail.com added a subscriber: freebsd-net-list. REVISION DETAIL https://reviews.freebsd.org/D8963 EMAIL PREFERENCES https://reviews.freebsd.org/settings/panel/emailpreferences/ To: decui_microsoft.com, hselasky, sepherosa_