Re: [linux-next] build failure

Previous thread: [PATCH 0/5] Convert x86 platform drivers to use sparse keymap library by Dmitry Torokhov on Wednesday, August 4, 2010 - 10:29 pm. (7 messages)

Next thread: [PATCH] mfd: Missing slab.h includes by David Miller on Wednesday, August 4, 2010 - 10:57 pm. (2 messages)
From: divya
Date: Wednesday, August 4, 2010 - 10:32 pm

Yestersday's linux-next(2.6.35_next_20100802) build fails with the following error on both system p and x.


   drivers/net/ixgbe/ixgbe_main.c: In function 'ixgbe_select_queue':
   drivers/net/ixgbe/ixgbe_main.c:6159: error: 'struct ixgbe_fcoe' has no member named 'up'
   drivers/net/ixgbe/ixgbe_main.c: In function 'ixgbe_xmit_frame':
   drivers/net/ixgbe/ixgbe_main.c:6221: error: 'struct ixgbe_fcoe' has no member named 'up'
   make[3]: *** [drivers/net/ixgbe/ixgbe_main.o] Error 1
   make[2]: *** [drivers/net/ixgbe] Error 2
   make[2]: *** Waiting for unfinished jobs....
   make[1]: *** [drivers/net] Error 2
   make: *** [drivers] Error 2

Thanks
Divya



--

From: John Fastabend
Date: Thursday, August 5, 2010 - 9:48 am

Hi Divya,

Jeff should have a fix for this in his queue already.  This is caused by 
building with CONFIG_FCOE and without CONFIG_IXGBE_DCB.

Thanks,
John.
--

Previous thread: [PATCH 0/5] Convert x86 platform drivers to use sparse keymap library by Dmitry Torokhov on Wednesday, August 4, 2010 - 10:29 pm. (7 messages)

Next thread: [PATCH] mfd: Missing slab.h includes by David Miller on Wednesday, August 4, 2010 - 10:57 pm. (2 messages)