Activity log for bug #1521053

Date Who What changed Old value New value Message
2015-11-30 04:40:46 Seyeong Kim bug added bug
2015-11-30 04:41:32 Seyeong Kim tags sts vivid
2015-11-30 05:00:06 Brad Figg linux (Ubuntu): status New Incomplete
2015-11-30 14:18:35 Tim Gardner nominated for series Ubuntu Vivid
2015-11-30 14:18:35 Tim Gardner bug task added linux (Ubuntu Vivid)
2015-11-30 14:18:53 Tim Gardner linux (Ubuntu Vivid): assignee Joseph Salisbury (jsalisbury)
2015-11-30 16:47:18 Joseph Salisbury linux (Ubuntu Vivid): status New In Progress
2015-11-30 16:47:25 Joseph Salisbury linux (Ubuntu Vivid): importance Undecided Medium
2015-11-30 16:47:27 Joseph Salisbury linux (Ubuntu): importance Undecided Medium
2015-11-30 16:47:32 Joseph Salisbury linux (Ubuntu): status Incomplete In Progress
2015-11-30 16:47:47 Joseph Salisbury linux (Ubuntu): assignee Joseph Salisbury (jsalisbury)
2015-12-01 16:35:34 Joseph Salisbury linux (Ubuntu): status In Progress Confirmed
2015-12-01 16:35:38 Joseph Salisbury linux (Ubuntu Vivid): status In Progress Confirmed
2015-12-01 16:35:41 Joseph Salisbury linux (Ubuntu): assignee Joseph Salisbury (jsalisbury)
2015-12-01 16:35:44 Joseph Salisbury linux (Ubuntu Vivid): assignee Joseph Salisbury (jsalisbury)
2015-12-01 21:44:35 Jay Vosburgh bug added subscriber Jay Vosburgh
2015-12-04 02:36:38 Seyeong Kim description [Impact] Ubuntu VM in Azure has network performance issue when check by using netcat&nload Normal bandwidth is 50MB/s ~ 100MB/s, but it's 0.3MB/s when dropping happens [Fix] Upstream development 0d158852a8089099a6959ae235b20f230871982f ("hv_netvsc: Clean up two unused variables") It's affected over 3.19.0-28-generic (vivid) With this commit, I confirmed that the problem has gone by the testing. [Testcase] This is only for Azure service. Make 2 vms on North Europe, West Europe and run below test script NE while true; do netcat -l 8080 < /dev/zero; done; nload -u M eth0 ( need nload pkg ) WE for i in {1..1000} do  timeout 30s nc NE_HOST 8080 > /dev/null done Network performance dropping can be seen frequently [Impact] Ubuntu VM in Azure has network performance issue Normal bandwidth is 50MB/s ~ 100MB/s, but it's 0.3MB/s when dropping happens. [Fix] Upstream development 0d158852a8089099a6959ae235b20f230871982f ("hv_netvsc: Clean up two unused variables") It's affected over 3.19.0-28-generic (ubuntu-vivid) With this commit, I confirmed that the problem has gone by the testing. Test Logs http://pastebin.ubuntu.com/13657083/ [Testcase] Make 2 VMs on North Europe, West Europe each. Then run below test script NE VM - netcat & nload  while true; do netcat -l 8080 < /dev/zero; done;  nload -u M eth0 ( need nload pkg ) - iperf iperf -s -f M WE VM - netcat  for i in {1..1000}  do   timeout 30s nc NE_HOST 8080 > /dev/null  done - iperf iperf -c HOST -f M Network performance dropping can be seen frequently in nload graph.
2015-12-04 02:46:21 Seyeong Kim description [Impact] Ubuntu VM in Azure has network performance issue Normal bandwidth is 50MB/s ~ 100MB/s, but it's 0.3MB/s when dropping happens. [Fix] Upstream development 0d158852a8089099a6959ae235b20f230871982f ("hv_netvsc: Clean up two unused variables") It's affected over 3.19.0-28-generic (ubuntu-vivid) With this commit, I confirmed that the problem has gone by the testing. Test Logs http://pastebin.ubuntu.com/13657083/ [Testcase] Make 2 VMs on North Europe, West Europe each. Then run below test script NE VM - netcat & nload  while true; do netcat -l 8080 < /dev/zero; done;  nload -u M eth0 ( need nload pkg ) - iperf iperf -s -f M WE VM - netcat  for i in {1..1000}  do   timeout 30s nc NE_HOST 8080 > /dev/null  done - iperf iperf -c HOST -f M Network performance dropping can be seen frequently in nload graph. [Impact] Ubuntu VMs between different location, especially North Europe and East Eruope in this case) in Azure have network performance issue. It should be around 100MB/s speed between them. but it's around 0.3MB/s when dropping happens. [Fix] Upstream development 0d158852a8089099a6959ae235b20f230871982f ("hv_netvsc: Clean up two unused variables") It's affected over 3.19.0-28-generic (ubuntu-vivid) With this commit, I confirmed that the problem has gone by the testing. Test Logs http://pastebin.ubuntu.com/13657083/ [Testcase] Make 2 VMs on North Europe, West Europe each. Then run below test script NE VM - netcat & nload  while true; do netcat -l 8080 < /dev/zero; done;  nload -u M eth0 ( need nload pkg ) - iperf  iperf -s -f M WE VM - netcat  for i in {1..1000}  do   timeout 30s nc NE_HOST 8080 > /dev/null  done - iperf  iperf -c HOST -f M Network performance dropping can be seen frequently.
2015-12-04 02:46:27 Seyeong Kim description [Impact] Ubuntu VMs between different location, especially North Europe and East Eruope in this case) in Azure have network performance issue. It should be around 100MB/s speed between them. but it's around 0.3MB/s when dropping happens. [Fix] Upstream development 0d158852a8089099a6959ae235b20f230871982f ("hv_netvsc: Clean up two unused variables") It's affected over 3.19.0-28-generic (ubuntu-vivid) With this commit, I confirmed that the problem has gone by the testing. Test Logs http://pastebin.ubuntu.com/13657083/ [Testcase] Make 2 VMs on North Europe, West Europe each. Then run below test script NE VM - netcat & nload  while true; do netcat -l 8080 < /dev/zero; done;  nload -u M eth0 ( need nload pkg ) - iperf  iperf -s -f M WE VM - netcat  for i in {1..1000}  do   timeout 30s nc NE_HOST 8080 > /dev/null  done - iperf  iperf -c HOST -f M Network performance dropping can be seen frequently. [Impact] Ubuntu VMs between different location, especially North Europe and East Europe in this case) in Azure have network performance issue. It should be around 100MB/s speed between them. but it's around 0.3MB/s when dropping happens. [Fix] Upstream development 0d158852a8089099a6959ae235b20f230871982f ("hv_netvsc: Clean up two unused variables") It's affected over 3.19.0-28-generic (ubuntu-vivid) With this commit, I confirmed that the problem has gone by the testing. Test Logs http://pastebin.ubuntu.com/13657083/ [Testcase] Make 2 VMs on North Europe, West Europe each. Then run below test script NE VM - netcat & nload  while true; do netcat -l 8080 < /dev/zero; done;  nload -u M eth0 ( need nload pkg ) - iperf  iperf -s -f M WE VM - netcat  for i in {1..1000}  do   timeout 30s nc NE_HOST 8080 > /dev/null  done - iperf  iperf -c HOST -f M Network performance dropping can be seen frequently.
2015-12-04 02:49:13 Seyeong Kim description [Impact] Ubuntu VMs between different location, especially North Europe and East Europe in this case) in Azure have network performance issue. It should be around 100MB/s speed between them. but it's around 0.3MB/s when dropping happens. [Fix] Upstream development 0d158852a8089099a6959ae235b20f230871982f ("hv_netvsc: Clean up two unused variables") It's affected over 3.19.0-28-generic (ubuntu-vivid) With this commit, I confirmed that the problem has gone by the testing. Test Logs http://pastebin.ubuntu.com/13657083/ [Testcase] Make 2 VMs on North Europe, West Europe each. Then run below test script NE VM - netcat & nload  while true; do netcat -l 8080 < /dev/zero; done;  nload -u M eth0 ( need nload pkg ) - iperf  iperf -s -f M WE VM - netcat  for i in {1..1000}  do   timeout 30s nc NE_HOST 8080 > /dev/null  done - iperf  iperf -c HOST -f M Network performance dropping can be seen frequently. [Impact] Ubuntu VMs between different location, especially North Europe and East Europe in this case, in Azure have network performance issue. It should be around 100MB/s speed between them. but it's around 0.3MB/s when dropping happens. [Fix] Upstream development 0d158852a8089099a6959ae235b20f230871982f ("hv_netvsc: Clean up two unused variables") It's affected over 3.19.0-28-generic (ubuntu-vivid) With this commit, I confirmed that the problem has gone by the testing. Test Logs http://pastebin.ubuntu.com/13657083/ [Testcase] Make 2 VMs on North Europe, West Europe each. Then run below test script NE VM - netcat & nload  while true; do netcat -l 8080 < /dev/zero; done;  nload -u M eth0 ( need nload pkg ) - iperf  iperf -s -f M WE VM - netcat  for i in {1..1000}  do   timeout 30s nc NE_HOST 8080 > /dev/null  done - iperf  iperf -c HOST -f M Network performance dropping can be seen frequently.
2015-12-04 02:50:13 Seyeong Kim description [Impact] Ubuntu VMs between different location, especially North Europe and East Europe in this case, in Azure have network performance issue. It should be around 100MB/s speed between them. but it's around 0.3MB/s when dropping happens. [Fix] Upstream development 0d158852a8089099a6959ae235b20f230871982f ("hv_netvsc: Clean up two unused variables") It's affected over 3.19.0-28-generic (ubuntu-vivid) With this commit, I confirmed that the problem has gone by the testing. Test Logs http://pastebin.ubuntu.com/13657083/ [Testcase] Make 2 VMs on North Europe, West Europe each. Then run below test script NE VM - netcat & nload  while true; do netcat -l 8080 < /dev/zero; done;  nload -u M eth0 ( need nload pkg ) - iperf  iperf -s -f M WE VM - netcat  for i in {1..1000}  do   timeout 30s nc NE_HOST 8080 > /dev/null  done - iperf  iperf -c HOST -f M Network performance dropping can be seen frequently. [Impact] Ubuntu VMs between different location, especially North Europe and East Europe in this case, in Azure have network performance issue. It should be around 100MB/s speed between them. but it's around 0.3MB/s when dropping happens. [Fix] Upstream development 0d158852a8089099a6959ae235b20f230871982f ("hv_netvsc: Clean up two unused variables") It's affected over 3.19.0-28-generic (ubuntu-vivid) [Testcase] Make 2 VMs on North Europe, West Europe each. Then run below test script NE VM - netcat & nload  while true; do netcat -l 8080 < /dev/zero; done;  nload -u M eth0 ( need nload pkg ) - iperf  iperf -s -f M WE VM - netcat  for i in {1..1000}  do   timeout 30s nc NE_HOST 8080 > /dev/null  done - iperf  iperf -c HOST -f M Network performance dropping can be seen frequently. More Tests http://pastebin.ubuntu.com/13657083/
2015-12-04 02:51:51 Seyeong Kim description [Impact] Ubuntu VMs between different location, especially North Europe and East Europe in this case, in Azure have network performance issue. It should be around 100MB/s speed between them. but it's around 0.3MB/s when dropping happens. [Fix] Upstream development 0d158852a8089099a6959ae235b20f230871982f ("hv_netvsc: Clean up two unused variables") It's affected over 3.19.0-28-generic (ubuntu-vivid) [Testcase] Make 2 VMs on North Europe, West Europe each. Then run below test script NE VM - netcat & nload  while true; do netcat -l 8080 < /dev/zero; done;  nload -u M eth0 ( need nload pkg ) - iperf  iperf -s -f M WE VM - netcat  for i in {1..1000}  do   timeout 30s nc NE_HOST 8080 > /dev/null  done - iperf  iperf -c HOST -f M Network performance dropping can be seen frequently. More Tests http://pastebin.ubuntu.com/13657083/ [Impact] Ubuntu VMs between different location in Azure , especially North Europe and East Europe in this case, have network performance issue. It should be around 100MB/s speed between them. but it's around 0.3MB/s when dropping happens. [Fix] Upstream development 0d158852a8089099a6959ae235b20f230871982f ("hv_netvsc: Clean up two unused variables") It's affected over 3.19.0-28-generic (ubuntu-vivid) [Testcase] Make 2 VMs on North Europe, West Europe each. Then run below test script NE VM - netcat & nload  while true; do netcat -l 8080 < /dev/zero; done;  nload -u M eth0 ( need nload pkg ) - iperf  iperf -s -f M WE VM - netcat  for i in {1..1000}  do   timeout 30s nc NE_HOST 8080 > /dev/null  done - iperf  iperf -c HOST -f M Network performance dropping can be seen frequently. More Tests http://pastebin.ubuntu.com/13657083/
2015-12-04 02:58:43 Seyeong Kim linux (Ubuntu Vivid): status Confirmed In Progress
2015-12-04 02:58:44 Seyeong Kim linux (Ubuntu Vivid): assignee Seyeong Kim (xtrusia)
2015-12-04 02:59:01 Seyeong Kim linux (Ubuntu): status Confirmed Invalid
2015-12-04 17:45:25 Tim Gardner bug added subscriber Tim Gardner
2015-12-09 23:25:43 Dexuan Cui bug added subscriber Dexuan Cui
2015-12-10 19:28:17 Joseph Salisbury tags sts vivid kernel-da-key kernel-hyper-v sts vivid
2015-12-16 10:56:33 Andy Whitcroft linux (Ubuntu Vivid): status In Progress Fix Committed
2016-01-14 16:53:34 Luis Henriques tags kernel-da-key kernel-hyper-v sts vivid kernel-da-key kernel-hyper-v sts verification-needed-vivid vivid
2016-01-15 13:00:49 Seyeong Kim tags kernel-da-key kernel-hyper-v sts verification-needed-vivid vivid kernel-da-key kernel-hyper-v sts verification-done-vivid vivid
2016-02-02 10:28:23 Andy Whitcroft linux (Ubuntu Vivid): status Fix Committed Fix Released