Re: [PATCH 01/37] IB/rdmavt: Create module framework and handle driver registration

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Tue, Dec 08, 2015 at 07:55:45AM +0200, Leon Romanovsky wrote:
On Mon, Dec 07, 2015 at 03:43:02PM -0500, Dennis Dalessandro wrote:
+#include <linux/module.h>
+#include <linux/kernel.h>
+#include "vt.h"
+
+#define RDMAVT_DRIVER_VERSION "0.1"
Do we really need driver version?

Based on these patches thus far. Probably not. We do still have a bit more development to go here, I added it more as a just in case but am not steadfast in keeping it.

What's the general rule here? Should we not assign a version if we aren't explicitly doing anything with it yet, but may at some point?


+
+MODULE_LICENSE("Dual BSD/GPL");
+MODULE_DESCRIPTION("RDMA Verbs Transport Library");
+MODULE_VERSION(RDMAVT_DRIVER_VERSION);
+

-Denny
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html



[Index of Archives]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Photo]     [Yosemite News]     [Yosemite Photos]     [Linux Kernel]     [Linux SCSI]     [XFree86]
  Powered by Linux