netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/3 net] ibmvnic: Driver Version 1.01
@ 2016-10-17 20:28 Thomas Falcon
  2016-10-17 20:28 ` [PATCH 2/3 net] ibmvnic: Fix GFP_KERNEL allocation in interrupt context Thomas Falcon
  2016-10-17 20:28 ` [PATCH 3/3 net] ibmvnic: Update MTU after device initialization Thomas Falcon
  0 siblings, 2 replies; 5+ messages in thread
From: Thomas Falcon @ 2016-10-17 20:28 UTC (permalink / raw)
  To: netdev

Increment driver version to reflect features that have
been added since release.

Signed-off-by: Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
---
 drivers/net/ethernet/ibm/ibmvnic.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/ethernet/ibm/ibmvnic.h b/drivers/net/ethernet/ibm/ibmvnic.h
index bfc84c7..d244e29 100644
--- a/drivers/net/ethernet/ibm/ibmvnic.h
+++ b/drivers/net/ethernet/ibm/ibmvnic.h
@@ -27,7 +27,7 @@
 /**************************************************************************/
 
 #define IBMVNIC_NAME		"ibmvnic"
-#define IBMVNIC_DRIVER_VERSION	"1.0"
+#define IBMVNIC_DRIVER_VERSION	"1.01"
 #define IBMVNIC_INVALID_MAP	-1
 #define IBMVNIC_STATS_TIMEOUT	1
 /* basic structures plus 100 2k buffers */
-- 
2.7.4

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

end of thread, other threads:[~2016-10-18 18:17 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-17 20:28 [PATCH 1/3 net] ibmvnic: Driver Version 1.01 Thomas Falcon
2016-10-17 20:28 ` [PATCH 2/3 net] ibmvnic: Fix GFP_KERNEL allocation in interrupt context Thomas Falcon
2016-10-18 18:17   ` David Miller
2016-10-17 20:28 ` [PATCH 3/3 net] ibmvnic: Update MTU after device initialization Thomas Falcon
2016-10-18 18:17   ` David Miller

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