[ofw] Netipoib-xp32.inf patch

Smith, Stan stan.smith at intel.com
Tue Oct 14 14:17:37 PDT 2008


Hello,
  In order to synchronize netipoib-xp32.inf with netipoib.inx, the following patches are needed. Patch syncs with partition management + ND registry entries added to netipoib.inx.

If you approve, I will commit to trunk and WOF2-0 branch.

Stan.


--- netipoib-xp32.inf   2008-10-14 14:04:27.718828800 -0700
+++ netipoib-xp32.inf.new       2008-10-14 13:40:55.044550900 -0700
@@ -7,7 +7,7 @@
 Class       = Net
 ClassGUID   = {4d36e972-e325-11ce-bfc1-08002be10318}
 Provider    = %OPENIB%
-DriverVer=09/09/2008,2.0.0000.1576
+DriverVer=10/10/2008,2.0.0000.1648
 CatalogFile=ipoib.cat

 [Manufacturer]
@@ -21,12 +21,15 @@

 [OPENIB.ntx86]
 %IpoibDesc%      = Ipoib.DDInstall,    IBA\IPoIB   ; Internet Protocol over InfiniBand Adapter
+%IpoibDescP%     = Ipoib.DDInstall,    IBA\IPoIBP  ; Internet Protocol over InfiniBand Adapter with partition key

 [OPENIB.ntamd64]
 %IpoibDesc%      = Ipoib.DDInstall,    IBA\IPoIB   ; Internet Protocol over InfiniBand Adapter
+%IpoibDescP%     = Ipoib.DDInstall,    IBA\IPoIBP  ; Internet Protocol over InfiniBand Adapter with partition key

 [OPENIB.ntia64]
 %IpoibDesc%      = Ipoib.DDInstall,    IBA\IPoIB   ; Internet Protocol over InfiniBand Adapter
+%IpoibDescP%     = Ipoib.DDInstall,    IBA\IPoIBP  ; Internet Protocol over InfiniBand Adapter with partition key

 [Ipoib.DDInstall.ntx86]
 Characteristics = 0x81 ; NCF_HAS_UI | NCF_VIRTUAL
@@ -144,6 +147,21 @@
 HKR, Ndi\Params\MCLeaveRescan,         Min,            0, "1"
 HKR, Ndi\Params\MCLeaveRescan,         Max,            0, "3600"

+HKR, Ndi\Params\guid_mask,             ParamDesc,      0, "GUID bitwise mask"
+HKR, Ndi\Params\guid_mask,             Type,           0, "dword"
+HKR, Ndi\Params\guid_mask,             Default,        0, "0"
+HKR, Ndi\Params\guid_mask,             Optional,       0, "0"
+HKR, Ndi\Params\guid_mask,             Min,            0, "0"
+HKR, Ndi\Params\guid_mask,             Max,            0, "252"
+
+HKR, Ndi\Params\BCJoinRetry,           ParamDesc,      0, "Number of retries connecting to bc"
+HKR, Ndi\Params\BCJoinRetry,           Type,           0, "dword"
+HKR, Ndi\Params\BCJoinRetry,           Default,        0, "50"
+HKR, Ndi\Params\BCJoinRetry,           Optional,       0, "0"
+HKR, Ndi\Params\BCJoinRetry,           Min,            0, "0"
+HKR, Ndi\Params\BCJoinRetry,           Max,            0, "1000"
+
+
 [IpoibService]
 DisplayName     = %IpoibServiceDispName%
 ServiceType     = 1 ;%SERVICE_KERNEL_DRIVER%
-------------- next part --------------
A non-text attachment was scrubbed...
Name: netipoib-xp32.inf.patch
Type: application/octet-stream
Size: 2016 bytes
Desc: netipoib-xp32.inf.patch
URL: <http://lists.openfabrics.org/pipermail/ofw/attachments/20081014/627ff4fd/attachment.obj>


More information about the ofw mailing list