aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDru Lavigne <dru@FreeBSD.org>2016-07-07 15:33:08 +0000
committerDru Lavigne <dru@FreeBSD.org>2016-07-07 15:33:08 +0000
commit200ba2f608c8350b4b90b92b2021832968f23869 (patch)
treebf117c06006340e31748b8a0fd3fff510f4d1c01
parentd2417a059fd50b9ae042844dd1e58cb39f7b7b55 (diff)
downloaddoc-200ba2f608c8350b4b90b92b2021832968f23869.tar.gz
doc-200ba2f608c8350b4b90b92b2021832968f23869.zip
Add Azure status report submitted by decui@microsoft.com.
Reviewed by: wblock Sponsored by: iXsystems
Notes
Notes: svn path=/head/; revision=49063
-rw-r--r--en_US.ISO8859-1/htdocs/news/status/report-2016-04-2016-06.xml82
1 files changed, 82 insertions, 0 deletions
diff --git a/en_US.ISO8859-1/htdocs/news/status/report-2016-04-2016-06.xml b/en_US.ISO8859-1/htdocs/news/status/report-2016-04-2016-06.xml
index 8b38c652dd..b913b93dff 100644
--- a/en_US.ISO8859-1/htdocs/news/status/report-2016-04-2016-06.xml
+++ b/en_US.ISO8859-1/htdocs/news/status/report-2016-04-2016-06.xml
@@ -598,4 +598,86 @@
IPv6.</p>
</body>
</project>
+
+ <project cat='kern'>
+ <title>FreeBSD on Hyper-V and Azure</title>
+
+ <contact>
+ <person>
+ <name>
+ <given>Sepherosa</given>
+ <common>Ziehau</common>
+ </name>
+ <email>sepherosa@gmail.com</email>
+ </person>
+
+ <person>
+ <name>
+ <given>Hongjiang</given>
+ <common>Zhang</common>
+ </name>
+ <email>honzhan@microsoft.com</email>
+ </person>
+
+ <person>
+ <name>
+ <given>Dexuan</given>
+ <common>Cui</common>
+ </name>
+ <email>decui@microsoft.com</email>
+ </person>
+
+ <person>
+ <name>
+ <given>Kylie</given>
+ <common>Liang</common>
+ </name>
+ <email>kyliel@microsoft.com</email>
+ </person>
+ </contact>
+
+ <links>
+ <url href="https://wiki.freebsd.org/HyperV">FreeBSD Virtual Machines on Microsoft Hyper-V</url>
+ <url href="https://technet.microsoft.com/en-us/library/dn531030.aspx">Supported Linux and FreeBSD virtual machines for Hyper-V on Windows</url>
+ </links>
+
+ <body>
+ <p>During BSDCan 2016, Microsoft <a
+ href="https://azure.microsoft.com/en-us/blog/freebsd-now-available-in-azure-marketplace/">announced</a>
+ the global availability of FreeBSD 10.3 images in Azure.
+ There are many FreeBSD-based Azure virtual appliances in the
+ Azure Marketplace, including Citrix Systems' NetScaler and
+ Netgate's pfSense. Microsoft also made an in-depth technical
+ presentation to introduce how the performance of the Hyper-V
+ network device driver was optimized to reach full line rate on
+ 10Gb networks and achieved decent performance on 40Gb
+ networks. The slides and video from the presentation are
+ available from the <a
+ href="http://www.bsdcan.org/2016/schedule/events/681.en.html">BSDCan website</a>.</p>
+
+ <p>Microsoft continues to strive to further optimize the
+ performance of Hyper-V network and storage device drivers.
+ Work is ongoing to replace the internal data structure in the
+ LRO kernel API from a singly-linked list to a double-linked
+ list, to speed up the LRO lookup by hash table, and to compare
+ the performance with <tt>tcp_lro_queue_mbuf()</tt>.</p>
+
+ <p>The handling of SCSI inquiry in the Hyper-V storage driver is
+ enhanced to make sure disk hotplug and <tt>smartctl(8)</tt>
+ work reliably. Refer to <a
+ href="https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210425">PR 210425</a>
+ and <a
+ href="https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209443">PR 209443</a>
+ for details.</p>
+
+ <p>BIS test cases are available on GitHub for <a
+ href="https://github.com/FreeBSDonHyper-V/Test-BIS">Hyper-V</a>
+ and for <a
+ href="https://github.com/FreeBSDonHyper-V/azure-freebsd-automation">Azure</a>.</p>
+ </body>
+
+ <sponsor>
+ Microsoft
+ </sponsor>
+ </project>
</report>