[Bug 221146] [LAGG] Problem with second laggport

2017-08-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221146 --- Comment #15 from Kevin Bowling --- Our cxgbe issue was not related and has been fixed by the vendor. -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-net

[Bug 220198] igb stats double counting in 12-CURRENT

2017-08-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=220198 Sean Bruno changed: What|Removed |Added Resolution|--- |FIXED Status|New

[Differential] D1777: Associated fix for arp/nd6 timer usage.

2017-08-10 Thread oleg (Oleg Bulyzhin)
oleg added a comment. AFAIR those changes were done for _callout_stop_safe() aka callout_(stop|drain). callout_reset_sbt_on() is not affected. REVISION DETAIL https://reviews.freebsd.org/D1777 EMAIL PREFERENCES https://reviews.freebsd.org/settings/panel/emailpreferences/ To: rrs, kib

[Differential] D1777: Associated fix for arp/nd6 timer usage.

2017-08-10 Thread hselasky (Hans Petter Selasky)
hselasky added a subscriber: glebius. hselasky added a comment. @oleg : Beware of the callout return value differences between FreeBSD 9-10-11 and 12 ! @glebius REVISION DETAIL https://reviews.freebsd.org/D1777 EMAIL PREFERENCES https://reviews.freebsd.org/settings/panel/emailpreferenc

[Differential] D1777: Associated fix for arp/nd6 timer usage.

2017-08-10 Thread oleg (Oleg Bulyzhin)
oleg added a comment. Please correct me if i'm wrong but there is ref leakage. In particular: "If the callout was restarted, the pending bit will be back on and" agree. "we just want to bail" no, i would say we should do LLE_REMREF(lle) first, then unlock/return because this one