ibmf(7) Device and Network Interfaces ibmf(7)NAME
ibmf - InfiniBand Management Transport Framework
DESCRIPTION
The InfiniBand (IB) Management Transport Framework provides the mechanisms for IB management modules to communicate with other InfiniBand
management modules such as the Subnet Administration process. It also provides helper functions such as Subnet Administration Access (SAA)
for commonly performed operations.
FILES
/kernel/misc/ibmf 32-bit ELF kernel misc module (x86 platform only).
/kernel/misc/amd64/ibmf 64-bit ELF kernel misc module (x86 platform only).
/kernel/misc/sparcv9/ibmf 64-bit ELF kernel misc module (SPARC platform only).
ATTRIBUTES
See attributes(5) for descriptions of the following attributes:
+-----------------------------+-----------------------------+
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
+-----------------------------+-----------------------------+
|Architecture |PCI-based systems |
+-----------------------------+-----------------------------+
|Interface stability |Consolidation Private |
+-----------------------------+-----------------------------+
|Availability |SUNWib |
+-----------------------------+-----------------------------+
SEE ALSO ibtl(7D)
InfiniBand Architecture Specification, Version 1.1
www.infinibandta.org
SunOS 5.11 9 Sep 2004 ibmf(7)
Check Out this Related Man Page
ibtl(7D) Devices ibtl(7D)NAME
ibtl - Solaris InfiniBand Transport Layer
DESCRIPTION
InfiniBand (IB) is an I/O technology based on switched fabrics. The Solaris InfiniBand Transport Layer (IBTL) is a Solaris kernel misc mod-
ule and adheres to the IB Architecture Version 1.1 specification and provides a transport layer abstraction to IB client drivers.
IBTL implements the programming interfaces for the Solaris InfiniBand Transport Framework (IBTF), consisting of the IB Channel Interface
(CI) and the IB Transport Interface (TI).
The CI consists of Host Channel Adapters (HCAs) and HCA drivers. A host is attached to the IB fabric through the CI layer. The Solaris
InfiniBand CI is Sun's API rendering of the InfiniBand Architecture (IBTA) "verbs" specification.
The Solaris InfiniBand TI is the kernel service driver interface into the Solaris InfiniBand Transport Framework. It provides transport and
communications setup programming interfaces for Unreliable Datagram (UD) and Reliable Connected (RC) transport types only.
FILES
/kernel/misc/ibtl
32-bit x86 ELF kernel misc module
/kernel/misc/amd64/ibtl
64-bit x86 ELF kernel misc module
/kernel/misc/sparcv9/ibtl
64-bit SPARC ELF kernel module
ATTRIBUTES
See attributes(5) for a description of the following attribute:
+-----------------------------+-----------------------------+
|ATTRIBUTE TYPE |ATTRIBUTE VALUE |
+-----------------------------+-----------------------------+
|Interface Stability |Consolidation Private |
+-----------------------------+-----------------------------+
|Availability |SUNWhea, SUNWib |
+-----------------------------+-----------------------------+
SEE ALSO attributes(5), ib(7D), ibcm(7D), ibdm(7D)
InfiniBand Architecture Specification, Volume 1: Release 1.1
SunOS 5.10 9 Oct 2004 ibtl(7D)
Hello all
im using allot with the method of getting file list from misc place in unix and copy them into text file
and then doing misc action on this list of files using
foreach f (`cat file_list.txt`)
do something with $f
end
can I replace this file_list.txt with some place in memory? ... (1 Reply)
In a single jumpstart server config using the initial_install option:
Can you jump x86 systems from a sparc platform? and/ or the opposite?
Or do you need a x86 and a SPARC box with an image on each? (6 Replies)
So I was wondering what are the benefits of Unix kernel?
It does Process Management, File Management, Main Memory Management and Disk Management!
Why couldn't operating system take care of these things? why did we need another intermediate :wall: (8 Replies)