.\" Automatically generated by Pandoc 3.1.3 .\" .\" Define V font for inline verbatim, using C font in formats .\" that render this, and otherwise B font. .ie "\f[CB]x\f[]"x" \{\ . ftr V B . ftr VI BI . ftr VB B . ftr VBI BI .\} .el \{\ . ftr V CR . ftr VI CI . ftr VB CB . ftr VBI CBI .\} .TH "EFADV" "7" "2019-01-19" "efa" "EFA Direct Verbs Manual" .hy .SH NAME .PP efadv - Direct verbs for efa devices .PP This provides low level access to efa 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. For some applications optimizing performance is more important than portability. .PP 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. .PP The direct include of efadv.h together with linkage to efa library will allow usage of this new interface. .SH SEE ALSO .PP \f[B]verbs\f[R](7) .SH AUTHORS .PP Gal Pressman