netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] net/ibm/emac: bump version numbers for correct work with ethtool
@ 2015-09-23 10:42 Ivan Mikhaylov
  2015-09-23 18:05 ` David Miller
  0 siblings, 1 reply; 6+ messages in thread
From: Ivan Mikhaylov @ 2015-09-23 10:42 UTC (permalink / raw)
  To: netdev, linux-kernel, David S. Miller, Benjamin Herrenschmidt,
	Ben Hutchings

Register dump out work preventing with 
old ethtool + new driver and new ethtool + old driver.

---
 drivers/net/ethernet/ibm/emac/core.h |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/drivers/net/ethernet/ibm/emac/core.h b/drivers/net/ethernet/ibm/emac/core.h
index 28df374..ac02c67 100644
--- a/drivers/net/ethernet/ibm/emac/core.h
+++ b/drivers/net/ethernet/ibm/emac/core.h
@@ -460,8 +460,8 @@ struct emac_ethtool_regs_subhdr {
 	u32 index;
 };
 
-#define EMAC_ETHTOOL_REGS_VER		0
-#define EMAC4_ETHTOOL_REGS_VER		1
-#define EMAC4SYNC_ETHTOOL_REGS_VER	2
+#define EMAC_ETHTOOL_REGS_VER		3
+#define EMAC4_ETHTOOL_REGS_VER		4
+#define EMAC4SYNC_ETHTOOL_REGS_VER	5
 
 #endif /* __IBM_NEWEMAC_CORE_H */
-- 
1.7.9.5

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2015-09-25  7:53 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-23 10:42 [PATCH] net/ibm/emac: bump version numbers for correct work with ethtool Ivan Mikhaylov
2015-09-23 18:05 ` David Miller
2015-09-23 19:03   ` Ben Hutchings
2015-09-25  4:07   ` Ivan Mikhaylov
2015-09-25  5:53     ` David Miller
2015-09-25  7:53       ` Ivan Mikhaylov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).