[Differential] [Accepted] D5175: hyperv/hn: Add an option to always do transmission scheduling

2016-02-03 Thread honzhan_microsoft.com (hongjiangzhang)
honzhan_microsoft.com accepted this revision. honzhan_microsoft.com added a comment. Looks ok to me. REVISION DETAIL https://reviews.freebsd.org/D5175 EMAIL PREFERENCES https://reviews.freebsd.org/settings/panel/emailpreferences/ To: sepherosa_gmail.com, delphij, royger, decui_microsoft.

RE: Hyper-V networking: problem after upgrade to 10.2

2016-02-03 Thread Jac Backus
Hello Dexuan, The first patch gives no messages. When trying the second: 112 # patch -sp1 < 1e469c559048fe6ec3641da3bb21ab87215c6506.patch 1 out of 7 hunks failed--saving rejects to sys/dev/hyperv/vmbus/hv_channel_mgmt.c.rej Attached you find the patched file (as a session log). With kind rega

[Differential] [Accepted] D5175: hyperv/hn: Add an option to always do transmission scheduling

2016-02-03 Thread adrian (Adrian Chadd)
adrian accepted this revision. adrian added a comment. This revision has a positive review. Fine by me! REVISION DETAIL https://reviews.freebsd.org/D5175 EMAIL PREFERENCES https://reviews.freebsd.org/settings/panel/emailpreferences/ To: sepherosa_gmail.com, delphij, royger, decui_microso

RE: Hyper-V networking: problem after upgrade to 10.2

2016-02-03 Thread Dexuan Cui
Or, you can just use the 10/stable branch, which has included the fixes for this issue: git clone g...@github.com:freebsd/freebsd.git cd freebsd git checkout -b local/stable/10 origin/stable/10 make buildkernel KERNCONF=GENERIC -j8 make installkernel r

[Differential] [Request, 19 lines] D5175: hyperv/hn: Add an option to always do transmission scheduling

2016-02-03 Thread sepherosa_gmail.com (Sepherosa Ziehau)
sepherosa_gmail.com created this revision. sepherosa_gmail.com added reviewers: network, adrian, delphij, royger, decui_microsoft.com, honzhan_microsoft.com, howard0su_gmail.com. sepherosa_gmail.com added subscribers: freebsd-net-list, freebsd-virtualization-list. REVISION SUMMARY It is off by

RE: Hyper-V networking: problem after upgrade to 10.2

2016-02-03 Thread Jac Backus
Good day Dexuan, I think it is. I should like to test. Are there some instructions for patching the 10.2 kernel source? You mention 10.1 too, but I never had the problem with 10.1. Thanks very for your kind help! With kind regards, Jac Van: Dexuan Cui [mailto:de...@microsoft.com] Verzonden: w

RE: Hyper-V networking: problem after upgrade to 10.2

2016-02-03 Thread Dexuan Cui
Thanks for the confirmation, Jac. I might be wrong with 10.1 - it may not have the issue. In 10.2 we made a lot of changes and I think the race condition was introduced. To test the 2 patches, you can do something like cd /usr/src (supposing the 10.2 kernel code is in the sys/ sub-directory) wge