Palacios Public Git Repository

To checkout Palacios execute

  git clone http://v3vee.org/palacios/palacios.web/palacios.git
This will give you the master branch. You probably want the devel branch or one of the release branches. To switch to the devel branch, simply execute
  cd palacios
  git checkout --track -b devel origin/devel
The other branches are similar.


Virtio NIC's guest-driven, vmm-driven, or adaptive modes can now
authorPeter Dinda <pdinda@northwestern.edu>
Thu, 9 Aug 2012 18:52:52 +0000 (13:52 -0500)
committerPeter Dinda <pdinda@northwestern.edu>
Fri, 17 Aug 2012 16:23:25 +0000 (11:23 -0500)
commit357764d1d3bc432b149e8864c183c3a39ee4d474
tree6a39e79278ae2296081f11a1014e4729f6ca3170
parentb5345655d398d9585826779065093d29d23dfb30
Virtio NIC's guest-driven, vmm-driven, or adaptive modes can now
be set from a configuration block:

<device ... >
   <model mode="guest-driven|vmm-driven|adaptive"
          upper="pkts_per_sec"
          lower="pkts_per_sec"
          period="usec"  />

...
palacios/src/devices/lnx_virtio_nic.c
palacios/src/palacios/vmm_perftune.c
palacios/src/vnet/vnet_core.c