RE: [PATCH net-next v2 06/20] net: igbvf: slight optimization of addr compare

2014-01-10 Thread Brown, Aaron F
l.org > Subject: [PATCH net-next v2 06/20] net: igbvf: slight optimization of addr > compare > > Use possibly more efficient ether_addr_equal to instead of memcmp. > > Cc: Jeff Kirsher > Cc: Jesse Brandeburg > Cc: Carolyn Wyborny > Cc: Don Skidmore > Signed-off-b

RE: [PATCH net-next v2 06/20] net: igbvf: slight optimization of addr compare

2014-01-10 Thread Brown, Aaron F
net-next v2 06/20] net: igbvf: slight optimization of addr compare Use possibly more efficient ether_addr_equal to instead of memcmp. Cc: Jeff Kirsher jeffrey.t.kirs...@intel.com Cc: Jesse Brandeburg jesse.brandeb...@intel.com Cc: Carolyn Wyborny carolyn.wybo...@intel.com Cc: Don Skidmore

Re: [PATCH net-next v2 06/20] net: igbvf: slight optimization of addr compare

2013-12-28 Thread Jeff Kirsher
On Sat, 2013-12-28 at 14:17 +0800, Ding Tianhong wrote: > Use possibly more efficient ether_addr_equal > to instead of memcmp. > > Cc: Jeff Kirsher > Cc: Jesse Brandeburg > Cc: Carolyn Wyborny > Cc: Don Skidmore > Signed-off-by: Ding Tianhong > --- >

Re: [PATCH net-next v2 06/20] net: igbvf: slight optimization of addr compare

2013-12-28 Thread Jeff Kirsher
On Sat, 2013-12-28 at 14:17 +0800, Ding Tianhong wrote: Use possibly more efficient ether_addr_equal to instead of memcmp. Cc: Jeff Kirsher jeffrey.t.kirs...@intel.com Cc: Jesse Brandeburg jesse.brandeb...@intel.com Cc: Carolyn Wyborny carolyn.wybo...@intel.com Cc: Don Skidmore

[PATCH net-next v2 06/20] net: igbvf: slight optimization of addr compare

2013-12-27 Thread Ding Tianhong
Use possibly more efficient ether_addr_equal to instead of memcmp. Cc: Jeff Kirsher Cc: Jesse Brandeburg Cc: Carolyn Wyborny Cc: Don Skidmore Signed-off-by: Ding Tianhong --- drivers/net/ethernet/intel/igbvf/netdev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[PATCH net-next v2 06/20] net: igbvf: slight optimization of addr compare

2013-12-27 Thread Ding Tianhong
Use possibly more efficient ether_addr_equal to instead of memcmp. Cc: Jeff Kirsher jeffrey.t.kirs...@intel.com Cc: Jesse Brandeburg jesse.brandeb...@intel.com Cc: Carolyn Wyborny carolyn.wybo...@intel.com Cc: Don Skidmore donald.c.skidm...@intel.com Signed-off-by: Ding Tianhong