Re: [E1000-devel] [PATCH net-next 02/14] ethernet: Use eth__addr instead of memset

2015-03-02 Thread Jeff Kirsher
On Mon, 2015-03-02 at 19:54 -0800, Joe Perches wrote: > Use the built-in function instead of memset. > > Signed-off-by: Joe Perches Acked-by: Jeff Kirsher for the changes to Intel's ixgbe driver... > --- > drivers/net/ethernet/amd/pcnet32.c | 2 +- > drivers/net/ethernet/broa

[E1000-devel] [PATCH net-next 02/14] ethernet: Use eth__addr instead of memset

2015-03-02 Thread Joe Perches
Use the built-in function instead of memset. Signed-off-by: Joe Perches --- drivers/net/ethernet/amd/pcnet32.c | 2 +- drivers/net/ethernet/broadcom/bnx2x/bnx2x_ethtool.c | 2 +- drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c| 6 +++--- drivers/net/ethernet/broadcom/bnx2x/

[E1000-devel] [PATCH net-next 00/14] Use eth__addr instead of memset

2015-03-02 Thread Joe Perches
Joe Perches (14): etherdevice: Add eth__addr CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS code ethernet: Use eth__addr instead of memset net: usb: Use eth__addr instead of memset wireless: Use eth__addr instead of memset netconsole: Use eth__addr instead of memset xen: Use eth__addr instead o

Re: [E1000-devel] randconfig build error with next-20150302, in drivers/net/ethernet/intel/i40e/i40e_configfs.c

2015-03-02 Thread Jeff Kirsher
On Mon, 2015-03-02 at 09:29 -0700, Jim Davis wrote: > Building with the attached random configuration file, > > drivers/built-in.o: In function `i40e_cfgfs_group_make_item': > i40e_configfs.c:(.text+0x3df4ce): undefined reference to > `config_item_init_type_name' > drivers/built-in.o: In function

Re: [E1000-devel] Sporadic packet loss observed with newer in-kernel drivers (5.2.15-k)

2015-03-02 Thread Hisashi T Fujinaka
On Mon, 2 Mar 2015, Daniel J Blueman wrote: > Hi Todd, > > Following up on this, since the packet loss doesn't occur when using the > out-of-tree driver but does when using the mainline driver, it's more > plausible that there's a driver behavioural difference causing this. > > After instrumenti

Re: [E1000-devel] randconfig build error with next-20150302, in drivers/net/ethernet/intel/i40e/i40e_configfs.c

2015-03-02 Thread Hisashi T Fujinaka
On Mon, 2 Mar 2015, Nicholas Krause wrote: > On March 2, 2015 11:29:12 AM EST, Jim Davis wrote: >> Building with the attached random configuration file, >> >> drivers/built-in.o: In function `i40e_cfgfs_group_make_item': >> i40e_configfs.c:(.text+0x3df4ce): undefined reference to >> `config_item_

Re: [E1000-devel] randconfig build error with next-20150302, in drivers/net/ethernet/intel/i40e/i40e_configfs.c

2015-03-02 Thread Nicholas Krause
On March 2, 2015 11:29:12 AM EST, Jim Davis wrote: >Building with the attached random configuration file, > >drivers/built-in.o: In function `i40e_cfgfs_group_make_item': >i40e_configfs.c:(.text+0x3df4ce): undefined reference to >`config_item_init_type_name' >drivers/built-in.o: In function `i40

[E1000-devel] randconfig build error with next-20150302, in drivers/net/ethernet/intel/i40e/i40e_configfs.c

2015-03-02 Thread Jim Davis
Building with the attached random configuration file, drivers/built-in.o: In function `i40e_cfgfs_group_make_item': i40e_configfs.c:(.text+0x3df4ce): undefined reference to `config_item_init_type_name' drivers/built-in.o: In function `i40e_configfs_init': (.text+0x3df4ee): undefined reference to `

Re: [E1000-devel] Sporadic packet loss observed with newer in-kernel drivers (5.2.15-k)

2015-03-02 Thread Daniel J Blueman
Hi Todd, Following up on this, since the packet loss doesn't occur when using the out-of-tree driver but does when using the mainline driver, it's more plausible that there's a driver behavioural difference causing this. After instrumenting MDI activity, a bunch of differences come from force_

Re: [E1000-devel] i40e: crash on NMI by continuous module reload

2015-03-02 Thread Stefan Assmann
On 27.02.2015 20:42, Nelson, Shannon wrote: >> From: nick [mailto:xerofo...@gmail.com] >> On 2015-02-27 09:16 AM, Stefan Assmann wrote: >>> On 27.02.2015 15:02, nick wrote: >>> >>> [...] >>> > i40e: Fix a bug where Rx would stop after some time > [...] > diff --git a/drivers/net/eth