[ofw] [PATCH] Bump up CI and AL interface version numbers

Fab Tillier ftillier at windows.microsoft.com
Wed Aug 20 10:57:25 PDT 2008


This patch bumps up the CI and AL interface version numbers to account for changes in structures used in those interfaces made in past revisions.

These should be incremented anytime interface structures are changed so that driver updates work properly.

Signed-off-by: Fab Tillier <ftillier at microsoft.com>

Index: inc/kernel/iba/ib_ci_ifc.h
===================================================================
--- inc/kernel/iba/ib_ci_ifc.h  (revision 1486)
+++ inc/kernel/iba/ib_ci_ifc.h  (working copy)
@@ -1,5 +1,6 @@
 /*
  * Copyright (c) 2005 SilverStorm Technologies.  All rights reserved.
+ * Portions Copyright (c) 2008 Microsoft Corporation.  All rights reserved.
  *
  * This software is available to you under the OpenIB.org BSD license
  * below:
@@ -48,7 +49,7 @@
 *********/


-#define IB_CI_INTERFACE_VERSION                (3)
+#define IB_CI_INTERFACE_VERSION                (4)


 /* Function type for ib_register_ca.  Match the definition in ib_ci.h */
Index: inc/kernel/iba/ib_al_ifc.h
===================================================================
--- inc/kernel/iba/ib_al_ifc.h  (revision 1486)
+++ inc/kernel/iba/ib_al_ifc.h  (working copy)
@@ -48,7 +48,7 @@
 *      IB resources provided by HCAs.
 *********/

-#define AL_INTERFACE_VERSION           (11)
+#define AL_INTERFACE_VERSION           (12)



-------------- next part --------------
A non-text attachment was scrubbed...
Name: ifc_ver.patch
Type: application/octet-stream
Size: 1009 bytes
Desc: ifc_ver.patch
URL: <http://lists.openfabrics.org/pipermail/ofw/attachments/20080820/349db723/attachment.obj>


More information about the ofw mailing list