Are you by chance compiling the driver against source that is different from 
the currently running kernel? We normally see this when there's disparity 
between source and the kernel versions. 

Stephen

> -----Original Message-----
> From: Paweł Gołaszewski [mailto:[email protected]]
> Sent: Thursday, November 15, 2012 5:01 AM
> To: Ko, Stephen S
> Cc: '[email protected]'
> Subject: RE: [E1000-devel] ixgbe with X520-DA2 problem
> 
> On Wed, 14 Nov 2012, Ko, Stephen S wrote:
> > Sorry about late response. We flashed EEPROM you sent us on X520-DA2
> > and ran an overnight stress test against couple different switch
> > vendors and have not been able to repro.
> >
> > This is closest as we can get as we don't have Juniper EX4500 in house.
> > We'll continue to investigate with other switches.
> 
> Well, it's not-so-common to have then at home ;)
> 
> > Just to make sure this is not an in-kernel only issue, could you
> > please try our out-of-tree driver?
> > http://sourceforge.net/projects/e1000/files/ixgbe%20stable/3.11.33/ At
> > least that way we may be able to isolate the issue to in-kernel driver.
> 
> Just before sending initial report I wanted to do it but I've failed.
> 
> When loading:
> [...]
> [    3.860198] ixgbe: Unknown symbol ixgbe_fcoe_ddp_target (err 0)
> [    3.860209] ixgbe: Unknown symbol ixgbe_fcoe_ddp_put (err 0)
> [    3.860228] ixgbe: Unknown symbol ixgbe_configure_fcoe (err 0)
> [    3.860242] ixgbe: Unknown symbol ixgbe_cleanup_fcoe (err 0)
> [    3.860257] ixgbe: Unknown symbol ixgbe_fso (err 0)
> [    3.860268] ixgbe: Unknown symbol ixgbe_fcoe_ddp (err 0)
> [    3.860303] ixgbe: Unknown symbol ixgbe_sysfs_init (err 0)
> [    3.860312] ixgbe: Unknown symbol ixgbe_fcoe_get_wwn (err 0)
> [    3.860322] ixgbe: Unknown symbol ixgbe_fcoe_disable (err 0)
> [    3.860343] ixgbe: Unknown symbol ixgbe_init_ops_X540 (err 0)
> [    3.860358] ixgbe: Unknown symbol ixgbe_fcoe_ddp_get (err 0)
> [    3.860366] ixgbe: Unknown symbol ixgbe_fcoe_getapp (err 0)
> [    3.860376] ixgbe: Unknown symbol ixgbe_fcoe_enable (err 0)
> [    3.860385] ixgbe: Unknown symbol ixgbe_sysfs_exit (err 0)
> [    3.860647] ixgbe: Unknown symbol ixgbe_fcoe_ddp_target (err 0)
> [    3.860656] ixgbe: Unknown symbol ixgbe_fcoe_ddp_put (err 0)
> [    3.860672] ixgbe: Unknown symbol ixgbe_configure_fcoe (err 0)
> [    3.860686] ixgbe: Unknown symbol ixgbe_cleanup_fcoe (err 0)
> [    3.860700] ixgbe: Unknown symbol ixgbe_fso (err 0)
> [    3.860711] ixgbe: Unknown symbol ixgbe_fcoe_ddp (err 0)
> [    3.860743] ixgbe: Unknown symbol ixgbe_sysfs_init (err 0)
> [    3.860752] ixgbe: Unknown symbol ixgbe_fcoe_get_wwn (err 0)
> [    3.860761] ixgbe: Unknown symbol ixgbe_fcoe_disable (err 0)
> [    3.860780] ixgbe: Unknown symbol ixgbe_init_ops_X540 (err 0)
> [    3.860794] ixgbe: Unknown symbol ixgbe_fcoe_ddp_get (err 0)
> [    3.860802] ixgbe: Unknown symbol ixgbe_fcoe_getapp (err 0)
> [    3.860811] ixgbe: Unknown symbol ixgbe_fcoe_enable (err 0)
> [    3.860821] ixgbe: Unknown symbol ixgbe_sysfs_exit (err 0)
> [...]
> 
> After that I realized that there was building warnings. While building for 
> kernel
> 3.5.7 (also for other kernels):
> [...]
>   MODPOST 1 modules
> WARNING: "ixgbe_sysfs_exit" [/home/users/blues/rpm/BUILD/ixgbe-
> 3.11.33/src/ixgbe.ko] undefined!
> WARNING: "ixgbe_fcoe_enable" [/home/users/blues/rpm/BUILD/ixgbe-
> 3.11.33/src/ixgbe.ko] undefined!
> WARNING: "ixgbe_fcoe_getapp" [/home/users/blues/rpm/BUILD/ixgbe-
> 3.11.33/src/ixgbe.ko] undefined!
> WARNING: "ixgbe_fcoe_ddp_get" [/home/users/blues/rpm/BUILD/ixgbe-
> 3.11.33/src/ixgbe.ko] undefined!
> WARNING: "ixgbe_free_fcoe_ddp_resources"
> [/home/users/blues/rpm/BUILD/ixgbe-3.11.33/src/ixgbe.ko] undefined!
> WARNING: "ixgbe_init_ops_X540" [/home/users/blues/rpm/BUILD/ixgbe-
> 3.11.33/src/ixgbe.ko] undefined!
> WARNING: "ixgbe_init_interrupt_scheme"
> [/home/users/blues/rpm/BUILD/ixgbe-3.11.33/src/ixgbe.ko] undefined!
> WARNING: "ixgbe_fcoe_disable" [/home/users/blues/rpm/BUILD/ixgbe-
> 3.11.33/src/ixgbe.ko] undefined!
> WARNING: "ixgbe_fcoe_get_wwn" [/home/users/blues/rpm/BUILD/ixgbe-
> 3.11.33/src/ixgbe.ko] undefined!
> WARNING: "ixgbe_sysfs_init" [/home/users/blues/rpm/BUILD/ixgbe-
> 3.11.33/src/ixgbe.ko] undefined!
> WARNING: "ixgbe_fcoe_ddp" [/home/users/blues/rpm/BUILD/ixgbe-
> 3.11.33/src/ixgbe.ko] undefined!
> WARNING: "ixgbe_fso" [/home/users/blues/rpm/BUILD/ixgbe-
> 3.11.33/src/ixgbe.ko] undefined!
> WARNING: "ixgbe_configure_fcoe" [/home/users/blues/rpm/BUILD/ixgbe-
> 3.11.33/src/ixgbe.ko] undefined!
> WARNING: "ixgbe_clear_interrupt_scheme"
> [/home/users/blues/rpm/BUILD/ixgbe-3.11.33/src/ixgbe.ko] undefined!
> WARNING: "ixgbe_fcoe_ddp_put" [/home/users/blues/rpm/BUILD/ixgbe-
> 3.11.33/src/ixgbe.ko] undefined!
> WARNING: "ixgbe_fcoe_ddp_target" [/home/users/blues/rpm/BUILD/ixgbe-
> 3.11.33/src/ixgbe.ko] undefined!
> WARNING: "ixgbe_setup_fcoe_ddp_resources"
> [/home/users/blues/rpm/BUILD/ixgbe-3.11.33/src/ixgbe.ko] undefined!
> WARNING: "ixgbe_tx_ctxtdesc" [/home/users/blues/rpm/BUILD/ixgbe-
> 3.11.33/src/ixgbe.ko] undefined!
>   CC      /home/users/blues/rpm/BUILD/ixgbe-3.11.33/src/ixgbe.mod.o
>   LD [M]  /home/users/blues/rpm/BUILD/ixgbe-3.11.33/src/ixgbe.ko
> [...]
> 
> 
> 
> 
> --
> pozdr.  Paweł Gołaszewski          jid:blues<at>jabber<dot>gda<dot>pl
> --------------------------------------------------------------------------
> If you think of MS-DOS as mono, and Windows as stereo, then Linux is Dolby
> Pro-Logic Surround Sound with Bass Boost and all the music is free.
------------------------------------------------------------------------------
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
_______________________________________________
E1000-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/e1000-devel
To learn more about Intel&#174; Ethernet, visit 
http://communities.intel.com/community/wired

Reply via email to