Messages in this thread |  | | | Date | Thu, 05 Aug 2010 09:48:01 -0700 | | From | John Fastabend <> | | Subject | Re: [linux-next] build failure |
| |
divya wrote: > 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 > >
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.
|  |