Advertisement
Guest User

Untitled

a guest
Nov 16th, 2015
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.03 KB | None | 0 0
  1. Jims-MBP:bhyve jim$ pwd
  2. /Users/jim/lettieri.iet.unipl.it/bhyve
  3. Jims-MBP:bhyve jim$ git log | cat
  4. commit 8e348aeff128b4b9b030593719a70bea28af9b17
  5. Author: Vincenzo Maffione <v.maffione@nextworks.it>
  6. Date: Thu May 29 15:41:30 2014 +0200
  7.  
  8. net_backends: credits
  9.  
  10. commit 10789205d1befda1eac8f227c798785838fc1fac
  11. Author: Vincenzo Maffione <v.maffione@gmail.com>
  12. Date: Mon Feb 17 16:35:19 2014 +0100
  13.  
  14. fix EVENT_IDX implementation
  15.  
  16. commit d7024d5814e500c11b7f590ece4733e5687792a9
  17. Author: Vincenzo Maffione <v.maffione@gmail.com>
  18. Date: Mon Feb 17 11:17:10 2014 +0100
  19.  
  20. RATE must be undefined by default
  21.  
  22. commit f243ba9845bf6bce807786cab5505fa05049ba06
  23. Author: Vincenzo Maffione <v.maffione@gmail.com>
  24. Date: Mon Feb 17 10:29:09 2014 +0100
  25.  
  26. add comments and fix some minor stuff
  27.  
  28. commit b65dbccd68f668c76e11579dd80c6940ee02f89d
  29. Author: Vincenzo Maffione <v.maffione@gmail.com>
  30. Date: Sun Feb 16 17:35:10 2014 +0100
  31.  
  32. complete VIRTIO_RING_F_EVENT_IDX implementation
  33.  
  34. However, we don't actually negotiate the feature with the guest.
  35.  
  36. commit 2f046fa1556186765d64afaa3631ae5d025ba3c1
  37. Author: Vincenzo Maffione <v.maffione@gmail.com>
  38. Date: Sun Feb 16 16:48:23 2014 +0100
  39.  
  40. suppress rx kicks for virtio-net
  41.  
  42. commit c6d9b26c9fecb6d8aea08e686c544fa145128425
  43. Author: Vincenzo Maffione <v.maffione@gmail.com>
  44. Date: Sun Feb 16 16:06:49 2014 +0100
  45.  
  46. virtio can disable guest kicks
  47.  
  48. use this optimization with virtio-net tx processing
  49.  
  50. commit 652547f6e1d524a45de7d51388622fea74d3a7fd
  51. Author: Vincenzo Maffione <v.maffione@gmail.com>
  52. Date: Sun Feb 16 15:40:58 2014 +0100
  53.  
  54. protect rating with #ifdef
  55.  
  56. commit f4583aff6b667a0b6ca29b1273abbde88665a221
  57. Author: Vincenzo Maffione <v.maffione@gmail.com>
  58. Date: Sun Feb 16 15:28:15 2014 +0100
  59.  
  60. virtio rating added
  61.  
  62. redirect the standard error to see the results
  63.  
  64. commit cc39352329ecfe211f0603790a04683543e18da7
  65. Author: Vincenzo Maffione <v.maffione@gmail.com>
  66. Date: Sat Feb 15 17:23:30 2014 +0100
  67.  
  68. tso works!
  69.  
  70. commit 695e7ff9cd60c1ffe550c436c0a6eb840ecf41a2
  71. Author: Vincenzo Maffione <v.maffione@gmail.com>
  72. Date: Wed Feb 12 11:15:04 2014 +0100
  73.  
  74. mrgbuf support added (but doesn't work with num_buffers > 1).
  75.  
  76. commit 637732d413f1cb2238385beda3987cfc98a998bd
  77. Author: Vincenzo Maffione <v.maffione@gmail.com>
  78. Date: Tue Feb 11 17:09:45 2014 +0100
  79.  
  80. towards tso
  81.  
  82. commit 8c829ca5b0846fa2e59d11e7770ec5bd47243367
  83. Author: Vincenzo Maffione <v.maffione@gmail.com>
  84. Date: Tue Feb 11 08:48:35 2014 +0100
  85.  
  86. prepare to support backend offloading features
  87.  
  88. commit 5ddca103e8ca013e6cbda9d70769fb5a0b146589
  89. Author: Vincenzo Maffione <v.maffione@gmail.com>
  90. Date: Mon Feb 10 10:55:51 2014 +0100
  91.  
  92. remove fd references from pci_virtio_net.c
  93.  
  94. commit e36543d4a5f6885f0358e625698bd941f08d1f36
  95. Author: Vincenzo Maffione <v.maffione@gmail.com>
  96. Date: Mon Feb 10 10:16:27 2014 +0100
  97.  
  98. generalize .recv() return interface
  99.  
  100. commit ee31a6345e7954fcf11ffe8ab709914c84d6cba7
  101. Author: Vincenzo Maffione <v.maffione@gmail.com>
  102. Date: Fri Feb 7 11:52:13 2014 +0100
  103.  
  104. netmap event loop created ==> ping works
  105.  
  106. commit 30cdf57a66b33edfdb276346f03386a95adb1606
  107. Author: Vincenzo Maffione <v.maffione@gmail.com>
  108. Date: Fri Feb 7 10:49:05 2014 +0100
  109.  
  110. hide mevent registering
  111.  
  112. commit 43a0df85faa6f61136e4a89ee88512752f5d6849
  113. Author: Vincenzo Maffione <v.maffione@gmail.com>
  114. Date: Fri Feb 7 10:27:03 2014 +0100
  115.  
  116. use netmap HEAD
  117.  
  118. commit f51dd03097fe6f7f7941df859c6765b3dc02b0e8
  119. Author: Vincenzo Maffione <v.maffione@gmail.com>
  120. Date: Wed Feb 5 15:07:27 2014 +0100
  121.  
  122. netmap backend added (doesn't work because of kqueue)
  123.  
  124. commit 85c71785c0787021a28a79da3aee68dd34b11721
  125. Author: Vincenzo Maffione <v.maffione@gmail.com>
  126. Date: Wed Feb 5 11:44:06 2014 +0100
  127.  
  128. TAP backend in a separate file
  129.  
  130. commit 73c54dd30055f3557e33ef901a522c3301cc7062
  131. Author: Vincenzo Maffione <v.maffione@gmail.com>
  132. Date: Wed Feb 5 11:26:45 2014 +0100
  133.  
  134. TAP backend abstracted away
  135.  
  136. commit d250fb858543635ded35380ca5bd6ef2260f8084
  137. Author: Vincenzo Maffione <v.maffione@gmail.com>
  138. Date: Wed Feb 5 09:49:16 2014 +0100
  139.  
  140. initial commit
  141. Jims-MBP:bhyve jim$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement