
29 Aug
2013
29 Aug
'13
9:12 a.m.
On 29.08.2013 08:55, Naor Shlomo wrote:
How odd.
The Kernel is the first thing I upgraded, here's the output of "uname -r": 3.10.9
I searched for IFF_MULTI_QUEUE in /usr/include/linux/if_tun.h and indeed it wasn't there. I believe Kernel 3.10 should support the Multi Queue, do I need to recompile it? maybe change its config file?
You shouldn't need to enable anything in the .config. However, you may need to update the linux-headers if you're building the libvirt on your own. There's a build-time check for IFF_MULTI_QUEUE. Michal