netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [net-next]vmxnet3: Bump up driver version number
@ 2015-06-29 11:14 Shreyas Bhatewara
  2015-06-29 16:27 ` David Miller
  2015-06-29 17:35 ` [Pv-drivers] " Thomas Hellstrom
  0 siblings, 2 replies; 3+ messages in thread
From: Shreyas Bhatewara @ 2015-06-29 11:14 UTC (permalink / raw)
  To: netdev; +Cc: pv-drivers

Bump up the driver version number to reflect the changes done to
work with vmxnet3 adapter version 2

Signed-off-by: Shreyas N Bhatewara <sbhatewara@vmware.com>
---

diff --git a/drivers/net/vmxnet3/vmxnet3_int.h b/drivers/net/vmxnet3/vmxnet3_int.h
index e9f1075..2652245 100644
--- a/drivers/net/vmxnet3/vmxnet3_int.h
+++ b/drivers/net/vmxnet3/vmxnet3_int.h
@@ -69,10 +69,10 @@
 /*
  * Version numbers
  */
-#define VMXNET3_DRIVER_VERSION_STRING   "1.3.5.0-k"
+#define VMXNET3_DRIVER_VERSION_STRING   "1.4.2.0-k"
 
 /* a 32-bit int, each byte encode a verion number in VMXNET3_DRIVER_VERSION */
-#define VMXNET3_DRIVER_VERSION_NUM      0x01030500
+#define VMXNET3_DRIVER_VERSION_NUM      0x01040200
 
 #if defined(CONFIG_PCI_MSI)
 	/* RSS only makes sense if MSI-X is supported. */

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

end of thread, other threads:[~2015-06-29 17:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-29 11:14 [net-next]vmxnet3: Bump up driver version number Shreyas Bhatewara
2015-06-29 16:27 ` David Miller
2015-06-29 17:35 ` [Pv-drivers] " Thomas Hellstrom

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).