WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] Re: Problem with xen vnet on x86_64

To: "Sanjeepan, Vivekananthan" <vivekananthan.sanjeepan@xxxxxxxxx>, xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] Re: Problem with xen vnet on x86_64
From: Mike Wray <mike.wray@xxxxxx>
Date: Wed, 09 Aug 2006 17:27:48 +0100
Delivery-date: Wed, 09 Aug 2006 09:41:19 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <68DBE68F3589A84BB5C776EE69E82A72D81F7D@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
References: <68DBE68F3589A84BB5C776EE69E82A72D81F7D@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Thunderbird 1.5.0.5 (X11/20060719)
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

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>