All of lore.kernel.org
 help / color / mirror / Atom feed
* net-next compilation failure since 76ff5cc9
@ 2012-07-22 16:21 Richard Cochran
  2012-07-23  0:37 ` Neil Horman
  0 siblings, 1 reply; 2+ messages in thread
From: Richard Cochran @ 2012-07-22 16:21 UTC (permalink / raw)
  To: netdev; +Cc: Jiri Pirko, David S. Miller

Without CONFIG_RPS, net-next fails to compile with

  CC      net/core/rtnetlink.o
/linux/net/core/rtnetlink.c: In function ‘rtnl_fill_ifinfo’:
/linux/net/core/rtnetlink.c:895: error: ‘struct net_device’ has no member named ‘num_rx_queues’
make[3]: *** [net/core/rtnetlink.o] Error 1

Looks like this was caused by

76ff5cc9  rtnl: allow to specify number of rx and tx queues on device creation

Not sure how to fix.

Thanks,
Richard

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

* Re: net-next compilation failure since 76ff5cc9
  2012-07-22 16:21 net-next compilation failure since 76ff5cc9 Richard Cochran
@ 2012-07-23  0:37 ` Neil Horman
  0 siblings, 0 replies; 2+ messages in thread
From: Neil Horman @ 2012-07-23  0:37 UTC (permalink / raw)
  To: Richard Cochran; +Cc: netdev, Jiri Pirko, David S. Miller

On Sun, Jul 22, 2012 at 06:21:07PM +0200, Richard Cochran wrote:
> Without CONFIG_RPS, net-next fails to compile with
> 
>   CC      net/core/rtnetlink.o
> /linux/net/core/rtnetlink.c: In function ‘rtnl_fill_ifinfo’:
> /linux/net/core/rtnetlink.c:895: error: ‘struct net_device’ has no member named ‘num_rx_queues’
> make[3]: *** [net/core/rtnetlink.o] Error 1
> 
> Looks like this was caused by
> 
> 76ff5cc9  rtnl: allow to specify number of rx and tx queues on device creation
> 
> Not sure how to fix.
> 
> Thanks,
> Richard
> 
> 
> --
> To unsubscribe from this list: send the line "unsubscribe netdev" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 
Its fixed already by 1d69c2b3.  Just pull and you should be good to go.
Neil

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

end of thread, other threads:[~2012-07-23  0:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-07-22 16:21 net-next compilation failure since 76ff5cc9 Richard Cochran
2012-07-23  0:37 ` Neil Horman

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.