All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mike Wray <mike.wray@hp.com>
To: "Sanjeepan, Vivekananthan" <vivekananthan.sanjeepan@intel.com>,
	xen-devel@lists.xensource.com
Subject: Re: Problem with xen vnet on x86_64
Date: Wed, 09 Aug 2006 17:27:48 +0100	[thread overview]
Message-ID: <44DA0D04.3040408@hp.com> (raw)
In-Reply-To: <68DBE68F3589A84BB5C776EE69E82A72D81F7D@orsmsx413.amr.corp.intel.com>

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

      reply	other threads:[~2006-08-09 16:27 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-08-08 22:37 Problem with xen vnet on x86_64 Sanjeepan, Vivekananthan
2006-08-09 16:27 ` Mike Wray [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=44DA0D04.3040408@hp.com \
    --to=mike.wray@hp.com \
    --cc=vivekananthan.sanjeepan@intel.com \
    --cc=xen-devel@lists.xensource.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.