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.


change max MTU that supported by VNET to 64K Bytes
Lei Xia [Tue, 21 Jun 2011 01:22:16 +0000 (20:22 -0500)]
palacios/include/palacios/vmm_ethernet.h

index 1fd00ac..dadb775 100644 (file)
 #define ETH_ALEN 6
 
 #define MIN_MTU 68
-//#define MAX_MTU 65535
-#define MAX_MTU 9000
+#define MAX_MTU 65535
 
-#define MAX_PACKET_LEN (ETHERNET_HEADER_LEN + MAX_MTU)
+#define MAX_PACKET_LEN (MAX_MTU)
 
 #ifdef V3_CONFIG_VNET
 extern int net_debug;