Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1231374

[PATCH] net/ibm/emac: bump version numbers for correct work with ethtool

From Ivan Mikhaylov <ivan@ru.ibm.com>
Newsgroups linux.kernel
Subject [PATCH] net/ibm/emac: bump version numbers for correct work with ethtool
Date 2015-09-23 13:50 +0200
Message-ID <qbQIF-33j-3@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


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

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH] net/ibm/emac: bump version numbers for correct work with  ethtool Ivan Mikhaylov <ivan@ru.ibm.com> - 2015-09-23 13:50 +0200
  Re: [PATCH] net/ibm/emac: bump version numbers for correct work  with ethtool David Miller <davem@davemloft.net> - 2015-09-23 20:10 +0200
    Re: [PATCH] net/ibm/emac: bump version numbers for correct work  with ethtool Ben Hutchings <ben@decadent.org.uk> - 2015-09-23 21:10 +0200
    Re: [PATCH] net/ibm/emac: bump version numbers for correct work  with ethtool Ivan Mikhaylov <ivan@ru.ibm.com> - 2015-09-25 07:10 +0200
      Re: [PATCH] net/ibm/emac: bump version numbers for correct work  with ethtool David Miller <davem@davemloft.net> - 2015-09-25 08:00 +0200
        Re: [PATCH] net/ibm/emac: bump version numbers for correct work  with ethtool Ivan Mikhaylov <ivan@ru.ibm.com> - 2015-09-25 11:00 +0200

csiph-web