Re: [PATCH] net/ibm/emac: fix size of emac dump memory areas

2015-05-31 Thread Ben Hutchings
On Thu, 2015-05-21 at 19:11 +0400, Ivan Mikhaylov wrote: > Fix in send of emac regs dump to ethtool which > causing in wrong data interpretation on ethtool > layer for MII and EMAC. > > Signed-off-by: Ivan Mikhaylov Although this enables an improvement for EMAC4SYNC, this is a regression for the

Re: [PATCH] net/ibm/emac: fix size of emac dump memory areas

2015-05-25 Thread David Miller
From: Ivan Mikhaylov Date: Thu, 21 May 2015 19:11:02 +0400 > Fix in send of emac regs dump to ethtool which > causing in wrong data interpretation on ethtool > layer for MII and EMAC. > > Signed-off-by: Ivan Mikhaylov Applied, thanks. -- To unsubscribe from this list: send the line "unsubscrib

[PATCH] net/ibm/emac: fix size of emac dump memory areas

2015-05-21 Thread Ivan Mikhaylov
Fix in send of emac regs dump to ethtool which causing in wrong data interpretation on ethtool layer for MII and EMAC. Signed-off-by: Ivan Mikhaylov --- drivers/net/ethernet/ibm/emac/core.c | 16 ++-- drivers/net/ethernet/ibm/emac/core.h |7 ++- 2 files changed, 8 insertion