d5cf9030ac
The overflow condition can't happen unless there is a programming error in the nvmf_tgt library; we can only possibly receive command capsules (sq entries from the point of view of the host) if we have posted a RDMA Recv for the command capsule memory region. This means that we also don't need to track sq_tail in the NVMf library. Change-Id: I101509080c744528871e72fa46d188e2850c928a Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>