Message ID | 1495012791-5053-15-git-send-email-selvin.xavier@broadcom.com (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
On 5/17/2017 5:19 AM, Selvin Xavier wrote: > Update the driver version to the scheme used in the internal > development branches. I'm not opposed to the concept of a module version if you can make a valid reason for it. This is not a valid one though. -Denny -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Hi Dennis, I will update the commit log in V3 Thanks, Selvin Xavier On Wed, May 17, 2017 at 5:54 PM, Dennis Dalessandro <dennis.dalessandro@intel.com> wrote: > On 5/17/2017 5:19 AM, Selvin Xavier wrote: >> >> Update the driver version to the scheme used in the internal >> development branches. > > > I'm not opposed to the concept of a module version if you can make a valid > reason for it. This is not a valid one though. > > -Denny > -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/drivers/infiniband/hw/bnxt_re/bnxt_re.h b/drivers/infiniband/hw/bnxt_re/bnxt_re.h index 30bff05..9041c23b 100644 --- a/drivers/infiniband/hw/bnxt_re/bnxt_re.h +++ b/drivers/infiniband/hw/bnxt_re/bnxt_re.h @@ -40,7 +40,7 @@ #ifndef __BNXT_RE_H__ #define __BNXT_RE_H__ #define ROCE_DRV_MODULE_NAME "bnxt_re" -#define ROCE_DRV_MODULE_VERSION "1.0.0" +#define ROCE_DRV_MODULE_VERSION "20.6.1.0u" #define BNXT_RE_DESC "Broadcom NetXtreme-C/E RoCE Driver"
Update the driver version to the scheme used in the internal development branches. Signed-off-by: Selvin Xavier <selvin.xavier@broadcom.com> --- drivers/infiniband/hw/bnxt_re/bnxt_re.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)