You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems like some transports, most notably LXI VXI-11, are based on a remote procedure call interface and do not support multiple outstanding commands followed by multiple replies.
All hardware drivers that make use of command batching will need to be modified to check if the transport in use supports batching, and fall back to strict FIFO command ordering if not supported.
The text was updated successfully, but these errors were encountered:
It seems like some transports, most notably LXI VXI-11, are based on a remote procedure call interface and do not support multiple outstanding commands followed by multiple replies.
All hardware drivers that make use of command batching will need to be modified to check if the transport in use supports batching, and fall back to strict FIFO command ordering if not supported.
The text was updated successfully, but these errors were encountered: