|
NAMEfi_udp - The UDP Fabric ProviderOVERVIEWThe UDP provider is a basic provider that can be used on any system that supports UDP sockets. The provider is not intended to provide performance improvements over regular TCP sockets, but rather to allow application and provider developers to write, test, and debug their code. The UDP provider forms the foundation of a utility provider that enables the implementation of libfabric features over any hardware.SUPPORTED FEATURESThe UDP provider supports a minimal set of features useful for sending and receiving datagram messages over an unreliable endpoint.
LIMITATIONSThe UDP provider has hard-coded maximums for supported queue sizes and data transfers. These values are reflected in the related fabric attribute structuresEPs must be bound to both RX and TX CQs. No support for selective completions or multi-recv. No support for counters. RUNTIME PARAMETERSNo runtime parameters are currently defined.SEE ALSOfabric(7), fi_provider(7), fi_getinfo(3)AUTHORSOpenFabrics.
Visit the GSP FreeBSD Man Page Interface. |