I have been attempting to compile the 2.15.3 version of the ixgbevf driver 
using dkms, however I keep getting this error:


make -C /lib/modules/3.13.0-35-generic/build 
SUBDIRS=/var/lib/dkms/ixgbevf/2.15.3/build/src modules

make[1]: Entering directory `/usr/src/linux-headers-3.13.0-35-generic'

  CC [M]  /var/lib/dkms/ixgbevf/2.15.3/build/src/ixgbevf_main.o

/var/lib/dkms/ixgbevf/2.15.3/build/src/ixgbevf_main.c: In function 
‘ixgbevf_get_stats64’:

/var/lib/dkms/ixgbevf/2.15.3/build/src/ixgbevf_main.c:4230:4: error: implicit 
declaration of function ‘u64_stats_fetch_begin_bh’ 
[-Werror=implicit-function-declaration]

    start = u64_stats_fetch_begin_irq(&ring->syncp);

    ^

/var/lib/dkms/ixgbevf/2.15.3/build/src/ixgbevf_main.c:4233:3: error: implicit 
declaration of function ‘u64_stats_fetch_retry_bh’ 
[-Werror=implicit-function-declaration]

   } while (u64_stats_fetch_retry_irq(&ring->syncp, start));

   ^

cc1: some warnings being treated as errors

make[2]: *** [/var/lib/dkms/ixgbevf/2.15.3/build/src/ixgbevf_main.o] Error 1

make[1]: *** [_module_/var/lib/dkms/ixgbevf/2.15.3/build/src] Error 2

make[1]: Leaving directory `/usr/src/linux-headers-3.13.0-35-generic'

make: *** [default] Error 2


Any ideas how to resolve this?


-Steve
------------------------------------------------------------------------------
Slashdot TV.  
Video for Nerds.  Stuff that matters.
http://tv.slashdot.org/
_______________________________________________
E1000-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/e1000-devel
To learn more about Intel® Ethernet, visit 
http://communities.intel.com/community/wired

Reply via email to