table of contents
other versions
- buster-backports 24.0-2~bpo10+1
- testing 33.1+git20210317-1
- unstable 33.2-1
EFADV(7) | EFA Direct Verbs Manual | EFADV(7) |
NAME¶
efadv - Direct verbs for efa devicesThis provides low level access to efa devices to perform direct operations, without general branching performed by libibverbs.
DESCRIPTION¶
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. For some applications optimizing performance is more important than portability.The efa direct verbs API is intended for such applications. It exposes efa specific low level operations, allowing the application to bypass the libibverbs API.
The direct include of efadv.h together with linkage to efa library will allow usage of this new interface.
SEE ALSO¶
verbs(7)AUTHORS¶
Gal Pressman <galpress@amazon.com>2019-01-19 | efa |