X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Fsrc%2Fvnet%2Fvnet_core.c;h=70ba3826993c17953e51ab1db967f59f1f3795fc;hb=118812a7a69c964dc50022f2e30cc04643d81c0f;hp=7d9942d38f7a0cf1d4d597bd385b746e6c0c06ea;hpb=b07dd4e35a37f1db04c4f52f9904ee7206673ac6;p=palacios.git diff --git a/palacios/src/vnet/vnet_core.c b/palacios/src/vnet/vnet_core.c index 7d9942d..70ba382 100644 --- a/palacios/src/vnet/vnet_core.c +++ b/palacios/src/vnet/vnet_core.c @@ -33,7 +33,7 @@ #define VNET_NUM_TX_KICK_THREADS 1 -#define VNET_ADAPTIVE_TX_KICK 0 // set to 1 to try to sleep when there is nothing to do +#define VNET_ADAPTIVE_TX_KICK 1 // set to 1 to try to sleep when there is nothing to do #define VNET_NOPROGRESS_LIMIT 1000 // ... after this many tries #define VNET_YIELD_USEC 1000 // ... and go to sleep for this long