cnplab / xennet

Xen optimizations for fast packet I/O
Other
11 stars 7 forks source link

Impossible to compile the source #11

Open maxoux73 opened 7 years ago

maxoux73 commented 7 years ago

Hi,

I tried to compile the xennet sources and I got some issues. The Makefile in the LINUX directory is not working because it tries to access /usr/src/linux-source-4.4.0/include/generated/uapi/linux/version.h that does not exist. I would like to know if xennet is up do date if I do something wrong?

skuenzer commented 7 years ago

Hi,

try to use an older kernel which is < 4.0. We did not update the included netmap version.

Thanks