All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alex Williamson <alex.williamson@hp.com>
To: Kieran Mansley <kmansley@solarflare.com>
Cc: xen-devel@lists.xensource.com
Subject: Re: [Patch 0/4] Accelerated network drivers
Date: Tue, 19 Feb 2008 07:00:58 -0700	[thread overview]
Message-ID: <1203429658.7285.52.camel@bling> (raw)
In-Reply-To: <1203329846.4092.20.camel@moonstone.uk.level5networks.com>


On Mon, 2008-02-18 at 10:17 +0000, Kieran Mansley wrote:
> On Fri, 2008-02-15 at 08:47 +0000, Kieran Mansley wrote:
> > This patch set provides the standard net driver and accelerated network
> > driver plug-ins for Solarflare range of 10G network cards.  The
> > accelerated network plug-ins make use of the modifications contributed
> > to netfront and netback last year.  
> > 
> > The four patches are as follows:
> > 
> > Patch 1: standard Linux net driver (provides module "sfc")
> > Patch 2: resource manager driver (provides module "sfc_resource")
> > Patch 3: netfront plug-in module (provides module "sfc_netfront" and
> > "sfc_netutil")
> > Patch 4: netback plug-in module (provides module "sfc_netback")

Hi Kieran,

   I attempted to build this on ia64 and ran into several issues:

drivers/net/sfc/txc43128_phy.c:txc43128_phy_check_hw()
	doesn't build w/o CONFIG_SRC_DEBUGFS - not ia64 specific

drivers/net/sfc/sfc_resource/falcon.c
	has warnings using %llx for uint64_t

drivers/xen/sfc_netback/accel_solarflare.c:get_victim_filter()
	uses x86 specific rdtscl(), apparently for random number

drivers/xen/sfc_netfront/sysdep.h
	ef_vi_dma_addr_t undefined for ia64 w/ GNUC (the default)

sfc_netfront and sfc_netback apparently both define max_pages and
debugfs_create_u64(), making it impossible to build them both
statically.

Thanks,

	Alex

-- 
Alex Williamson                             HP Open Source & Linux Org.

  reply	other threads:[~2008-02-19 14:00 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-02-15  8:47 [Patch 0/4] Accelerated network drivers Kieran Mansley
2008-02-15  9:47 ` Keir Fraser
2008-02-15 11:39   ` Kieran Mansley
2008-02-18 10:17 ` Kieran Mansley
2008-02-19 14:00   ` Alex Williamson [this message]
2008-02-20 13:23     ` Kieran Mansley

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=1203429658.7285.52.camel@bling \
    --to=alex.williamson@hp.com \
    --cc=kmansley@solarflare.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.