* Problem with xen vnet on x86_64
@ 2006-08-08 22:37 Sanjeepan, Vivekananthan
2006-08-09 16:27 ` Mike Wray
0 siblings, 1 reply; 2+ messages in thread
From: Sanjeepan, Vivekananthan @ 2006-08-08 22:37 UTC (permalink / raw)
To: xen-devel; +Cc: mike.wray
I am trying to compile xen vnet on x86_64. I am getting a following error (see below). I saw a mailing list discussion about this issue in march, 2006. There was a patch propsed to work around it. If there is a final version of the patch please point me to it. The error is as follows:
/home/sanjee/workspace/xen/xen-unstable.hg/tools/vnet/vnet-module/varp_socket.c: In function socketcall:
/home/sanjee/workspace/xen/xen-unstable.hg/tools/vnet/vnet-module/varp_socket.c:86: error: __NR_socketcall undeclared (first use in this function)
/home/sanjee/workspace/xen/xen-unstable.hg/tools/vnet/vnet-module/varp_socket.c:86: error: (Each undeclared identifier is reported only once
/home/sanjee/workspace/xen/xen-unstable.hg/tools/vnet/vnet-module/varp_socket.c:86: error: for each function it appears in.)
make[3]: *** [/home/sanjee/workspace/xen/xen-unstable.hg/tools/vnet/vnet-module/varp_socket.o] Error 1
make[2]: *** [_module_/home/sanjee/workspace/xen/xen-unstable.hg/tools/vnet/vnet-module] Error 2
make[2]: Leaving directory `/home/sanjee/workspace/xen/xen-unstable.hg/linux-2.6.16.13-xen'
make[1]: *** [module] Error 2
make[1]: Leaving directory `/home/sanjee/workspace/xen/xen-unstable.hg/tools/vnet/vnet-module'make: *** [vnet-module-all] Error 2
Thanks,
Sanjee
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Problem with xen vnet on x86_64
2006-08-08 22:37 Problem with xen vnet on x86_64 Sanjeepan, Vivekananthan
@ 2006-08-09 16:27 ` Mike Wray
0 siblings, 0 replies; 2+ messages in thread
From: Mike Wray @ 2006-08-09 16:27 UTC (permalink / raw)
To: Sanjeepan, Vivekananthan, xen-devel
Sanjeepan, Vivekananthan wrote:
> I am trying to compile xen vnet on x86_64. I am getting a following error (see below). I saw a mailing list discussion about this issue in march, 2006. There was a patch propsed to work around it. If there is a final version of the patch please point me to it. The error is as follows:
>
> /home/sanjee/workspace/xen/xen-unstable.hg/tools/vnet/vnet-module/varp_socket.c: In function ‘socketcall’:
> /home/sanjee/workspace/xen/xen-unstable.hg/tools/vnet/vnet-module/varp_socket.c:86: error: ‘__NR_socketcall’ undeclared (first use in this function)
> /home/sanjee/workspace/xen/xen-unstable.hg/tools/vnet/vnet-module/varp_socket.c:86: error: (Each undeclared identifier is reported only once
> /home/sanjee/workspace/xen/xen-unstable.hg/tools/vnet/vnet-module/varp_socket.c:86: error: for each function it appears in.)
> make[3]: *** [/home/sanjee/workspace/xen/xen-unstable.hg/tools/vnet/vnet-module/varp_socket.o] Error 1
> make[2]: *** [_module_/home/sanjee/workspace/xen/xen-unstable.hg/tools/vnet/vnet-module] Error 2
> make[2]: Leaving directory `/home/sanjee/workspace/xen/xen-unstable.hg/linux-2.6.16.13-xen'
> make[1]: *** [module] Error 2
> make[1]: Leaving directory `/home/sanjee/workspace/xen/xen-unstable.hg/tools/vnet/vnet-module'make: *** [vnet-module-all] Error 2
>
> Thanks,
> Sanjee
>
The problem is that the x86_64 kernel doesn't have the socketcall multiplexor that the vnet
implementation uses for its socket api. The proposed patch had some problems, so it probably
didn't get applied.
As I'm responsible for the code that doesn't work I'll take a look at what can be done.
Regards,
Mike Wray
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-08-09 16:27 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-08-08 22:37 Problem with xen vnet on x86_64 Sanjeepan, Vivekananthan
2006-08-09 16:27 ` Mike Wray
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.