Linux RDMA and InfiniBand development
 help / color / mirror / Atom feed
* Re: linux-next: Tree for Jun 21 (infiniband: qib)
       [not found] <20130621181721.11783d80583444868725b62c@canb.auug.org.au>
@ 2013-06-21 15:30 ` Randy Dunlap
       [not found]   ` <51C4717D.4090002-wEGCiKHe2LqWVfeAwA7xHQ@public.gmane.org>
  0 siblings, 1 reply; 2+ messages in thread
From: Randy Dunlap @ 2013-06-21 15:30 UTC (permalink / raw)
  To: Stephen Rothwell; +Cc: linux-next, linux-kernel, Mike Marciniszyn, linux-rdma

On 06/21/13 01:17, Stephen Rothwell wrote:
> Hi all,
> 
> Happy solstice!
> 
> Changes since 20130620:
> 


on x86_64:

when CONFIG_SMP is not enabled:

(from qib.h:)

#ifdef CONFIG_INFINIBAND_QIB_DCA
struct qib_irq_notify {
	int rcv;
	void *arg;
	struct irq_affinity_notify notify;
};
#endif

struct irq_affinity_notify is only defined for CONFIG_SMP or GENERIC_HARDIRQS.
Build error happens when one of those is not enabled.


In file included from drivers/infiniband/hw/qib/qib_cq.c:41:0:
drivers/infiniband/hw/qib/qib.h:447:29: error: field 'notify' has incomplete type
make[4]: *** [drivers/infiniband/hw/qib/qib_cq.o] Error 1




-- 
~Randy

^ permalink raw reply	[flat|nested] 2+ messages in thread

* RE: linux-next: Tree for Jun 21 (infiniband: qib)
       [not found]   ` <51C4717D.4090002-wEGCiKHe2LqWVfeAwA7xHQ@public.gmane.org>
@ 2013-06-21 15:31     ` Marciniszyn, Mike
  0 siblings, 0 replies; 2+ messages in thread
From: Marciniszyn, Mike @ 2013-06-21 15:31 UTC (permalink / raw)
  To: Randy Dunlap, Stephen Rothwell
  Cc: linux-next-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, infinipath,
	linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org

I just submitted  a fix for this.

> -----Original Message-----
> From: Randy Dunlap [mailto:rdunlap-wEGCiKHe2LqWVfeAwA7xHQ@public.gmane.org]
> Sent: Friday, June 21, 2013 11:30 AM
> To: Stephen Rothwell
> Cc: linux-next-u79uwXL29TY76Z2rM5mHXA@public.gmane.org; linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org; infinipath; linux-
> rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
> Subject: Re: linux-next: Tree for Jun 21 (infiniband: qib)
> 
> On 06/21/13 01:17, Stephen Rothwell wrote:
> > Hi all,
> >
> > Happy solstice!
> >
> > Changes since 20130620:
> >
> 
> 
> on x86_64:
> 
> when CONFIG_SMP is not enabled:
> 
> (from qib.h:)
> 
> #ifdef CONFIG_INFINIBAND_QIB_DCA
> struct qib_irq_notify {
> 	int rcv;
> 	void *arg;
> 	struct irq_affinity_notify notify;
> };
> #endif
> 
> struct irq_affinity_notify is only defined for CONFIG_SMP or
> GENERIC_HARDIRQS.
> Build error happens when one of those is not enabled.
> 
> 
> In file included from drivers/infiniband/hw/qib/qib_cq.c:41:0:
> drivers/infiniband/hw/qib/qib.h:447:29: error: field 'notify' has incomplete type
> make[4]: *** [drivers/infiniband/hw/qib/qib_cq.o] Error 1
> 
> 
> 
> 
> --
> ~Randy
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-06-21 15:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20130621181721.11783d80583444868725b62c@canb.auug.org.au>
2013-06-21 15:30 ` linux-next: Tree for Jun 21 (infiniband: qib) Randy Dunlap
     [not found]   ` <51C4717D.4090002-wEGCiKHe2LqWVfeAwA7xHQ@public.gmane.org>
2013-06-21 15:31     ` Marciniszyn, Mike

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox