socsvn commit: r308092 - soc2016/vincenzo

vincenzo at FreeBSD.org vincenzo at FreeBSD.org
Sat Aug 20 15:42:42 UTC 2016


Author: vincenzo
Date: Sat Aug 20 15:42:41 2016
New Revision: 308092
URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=308092

Log:
  update README about bhyve

Modified:
  soc2016/vincenzo/README

Modified: soc2016/vincenzo/README
==============================================================================
--- soc2016/vincenzo/README	Sat Aug 20 15:32:00 2016	(r308091)
+++ soc2016/vincenzo/README	Sat Aug 20 15:42:41 2016	(r308092)
@@ -188,7 +188,7 @@
 
 Moreover, all the modifications I did to netmap (see below) have also been
 merged in the netmap GIT repository, and can be also found at
-https://github.com/luigirizzo/netmap.
+https://github.com/luigirizzo/netmap .
 
 My code modifications belong to two different subsystems:
 
@@ -264,10 +264,10 @@
       Finally, I reorganized and fixed the userspace netmap backend for
       bhyve, completing the work we did in the past. This new backend is
       intended to replace the old one that is currently in FreeBSD head.
-      The code in pci_virtio_net.c has been reorganized to support different
-      backends (TAP, netmap, ptnetmap), while previously it was only able
-      to support the TAP backend. The backends are now implemented in
-      a separate file:
+      The code in pci_virtio_net.c has been refactored to be independent
+      on the backed used, and this is particularly useful w.r.t the
+      management of the virtio-net header. The backends (TAP, netmap,
+      ptnetmap) are now implemented in a separate file:
         https://svnweb.freebsd.org/socsvn/soc2016/vincenzo/head/usr.sbin/bhyve/net_backends.c?view=markup
 
 


More information about the svn-soc-all mailing list