Skip to content

Instantly share code, notes, and snippets.

@gonzopancho
Created November 16, 2015 11:21
Show Gist options
  • Save gonzopancho/30d2c9e513b74f63c966 to your computer and use it in GitHub Desktop.
Save gonzopancho/30d2c9e513b74f63c966 to your computer and use it in GitHub Desktop.
Jims-MBP:bhyve jim$ pwd
/Users/jim/lettieri.iet.unipl.it/bhyve
Jims-MBP:bhyve jim$ git log | cat
commit 8e348aeff128b4b9b030593719a70bea28af9b17
Author: Vincenzo Maffione <v.maffione@nextworks.it>
Date: Thu May 29 15:41:30 2014 +0200
net_backends: credits
commit 10789205d1befda1eac8f227c798785838fc1fac
Author: Vincenzo Maffione <v.maffione@gmail.com>
Date: Mon Feb 17 16:35:19 2014 +0100
fix EVENT_IDX implementation
commit d7024d5814e500c11b7f590ece4733e5687792a9
Author: Vincenzo Maffione <v.maffione@gmail.com>
Date: Mon Feb 17 11:17:10 2014 +0100
RATE must be undefined by default
commit f243ba9845bf6bce807786cab5505fa05049ba06
Author: Vincenzo Maffione <v.maffione@gmail.com>
Date: Mon Feb 17 10:29:09 2014 +0100
add comments and fix some minor stuff
commit b65dbccd68f668c76e11579dd80c6940ee02f89d
Author: Vincenzo Maffione <v.maffione@gmail.com>
Date: Sun Feb 16 17:35:10 2014 +0100
complete VIRTIO_RING_F_EVENT_IDX implementation
However, we don't actually negotiate the feature with the guest.
commit 2f046fa1556186765d64afaa3631ae5d025ba3c1
Author: Vincenzo Maffione <v.maffione@gmail.com>
Date: Sun Feb 16 16:48:23 2014 +0100
suppress rx kicks for virtio-net
commit c6d9b26c9fecb6d8aea08e686c544fa145128425
Author: Vincenzo Maffione <v.maffione@gmail.com>
Date: Sun Feb 16 16:06:49 2014 +0100
virtio can disable guest kicks
use this optimization with virtio-net tx processing
commit 652547f6e1d524a45de7d51388622fea74d3a7fd
Author: Vincenzo Maffione <v.maffione@gmail.com>
Date: Sun Feb 16 15:40:58 2014 +0100
protect rating with #ifdef
commit f4583aff6b667a0b6ca29b1273abbde88665a221
Author: Vincenzo Maffione <v.maffione@gmail.com>
Date: Sun Feb 16 15:28:15 2014 +0100
virtio rating added
redirect the standard error to see the results
commit cc39352329ecfe211f0603790a04683543e18da7
Author: Vincenzo Maffione <v.maffione@gmail.com>
Date: Sat Feb 15 17:23:30 2014 +0100
tso works!
commit 695e7ff9cd60c1ffe550c436c0a6eb840ecf41a2
Author: Vincenzo Maffione <v.maffione@gmail.com>
Date: Wed Feb 12 11:15:04 2014 +0100
mrgbuf support added (but doesn't work with num_buffers > 1).
commit 637732d413f1cb2238385beda3987cfc98a998bd
Author: Vincenzo Maffione <v.maffione@gmail.com>
Date: Tue Feb 11 17:09:45 2014 +0100
towards tso
commit 8c829ca5b0846fa2e59d11e7770ec5bd47243367
Author: Vincenzo Maffione <v.maffione@gmail.com>
Date: Tue Feb 11 08:48:35 2014 +0100
prepare to support backend offloading features
commit 5ddca103e8ca013e6cbda9d70769fb5a0b146589
Author: Vincenzo Maffione <v.maffione@gmail.com>
Date: Mon Feb 10 10:55:51 2014 +0100
remove fd references from pci_virtio_net.c
commit e36543d4a5f6885f0358e625698bd941f08d1f36
Author: Vincenzo Maffione <v.maffione@gmail.com>
Date: Mon Feb 10 10:16:27 2014 +0100
generalize .recv() return interface
commit ee31a6345e7954fcf11ffe8ab709914c84d6cba7
Author: Vincenzo Maffione <v.maffione@gmail.com>
Date: Fri Feb 7 11:52:13 2014 +0100
netmap event loop created ==> ping works
commit 30cdf57a66b33edfdb276346f03386a95adb1606
Author: Vincenzo Maffione <v.maffione@gmail.com>
Date: Fri Feb 7 10:49:05 2014 +0100
hide mevent registering
commit 43a0df85faa6f61136e4a89ee88512752f5d6849
Author: Vincenzo Maffione <v.maffione@gmail.com>
Date: Fri Feb 7 10:27:03 2014 +0100
use netmap HEAD
commit f51dd03097fe6f7f7941df859c6765b3dc02b0e8
Author: Vincenzo Maffione <v.maffione@gmail.com>
Date: Wed Feb 5 15:07:27 2014 +0100
netmap backend added (doesn't work because of kqueue)
commit 85c71785c0787021a28a79da3aee68dd34b11721
Author: Vincenzo Maffione <v.maffione@gmail.com>
Date: Wed Feb 5 11:44:06 2014 +0100
TAP backend in a separate file
commit 73c54dd30055f3557e33ef901a522c3301cc7062
Author: Vincenzo Maffione <v.maffione@gmail.com>
Date: Wed Feb 5 11:26:45 2014 +0100
TAP backend abstracted away
commit d250fb858543635ded35380ca5bd6ef2260f8084
Author: Vincenzo Maffione <v.maffione@gmail.com>
Date: Wed Feb 5 09:49:16 2014 +0100
initial commit
Jims-MBP:bhyve jim$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment