Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Aug 2016 15:42:42 GMT
From:      vincenzo@FreeBSD.org
To:        svn-soc-all@FreeBSD.org
Subject:   socsvn commit: r308092 - soc2016/vincenzo
Message-ID:  <201608201542.u7KFggbW000805@socsvn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608201542.u7KFggbW000805>