1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
|
.\" Automatically generated by Pandoc 2.9.2.1
.\"
.TH "HNSDV" "7" "2024-02-06" "hns" "HNS Direct Verbs Manual"
.hy
.SH NAME
.PP
hnsdv - Direct verbs for hns devices
.PP
This provides low level access to hns devices to perform direct
operations, without general branching performed by libibverbs.
.SH DESCRIPTION
.PP
The libibverbs API is an abstract one.
It is agnostic to any underlying provider specific implementation.
While this abstraction has the advantage of user applications
portability it has a performance penalty.
Besides, some provider specific features that are directly facing users
are not available through libibverbs.
For some applications these demands are more important than portability.
.PP
The hns direct verbs API is intended for such applications.
It exposes hns specific low level operations, allowing the application
to bypass the libibverbs API and enable some hns specific features.
.PP
The direct include of hnsdv.h together with linkage to hns library will
allow usage of this new interface.
.SH SEE ALSO
.PP
\f[B]verbs\f[R](7)
.SH AUTHORS
.PP
Junxian Huang <huangjunxian6@hisilicon.com>
|