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

2017-01-05 Thread Phabricator
This revision was automatically updated to reflect the committed changes. Closed by commit rS311475: if: Defer the if_up until the ifnet.if_ioctl is called. (authored by sephe). CHANGED PRIOR TO COMMIT https://reviews.freebsd.org/D8905?vs=23258&id=23645#toc REPOSITORY rS FreeBSD src reposito

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

2017-01-05 Thread gnn (George Neville-Neil)
gnn accepted this revision. This revision has a positive review. 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_g

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

2016-12-31 Thread karels (Mike Karels)
karels added a comment. Seems fine to me; will let someone else approve. 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,

[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

[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

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

2016-12-25 Thread sepherosa_gmail.com (Sepherosa Ziehau)
sepherosa_gmail.com created this revision. sepherosa_gmail.com added reviewers: delphij, royger, decui_microsoft.com, honzhan_microsoft.com, howard0su_gmail.com, adrian, hiren, bz, gnn, glebius, karels. sepherosa_gmail.com added a subscriber: freebsd-net-list. REVISION SUMMARY So if_{down,up}