summaryrefslogtreecommitdiff
path: root/curvetun_mgmt_users.c
AgeCommit message (Collapse)AuthorFilesLines
2015-09-07curvetun: Fix issues detected by the Coverity scannerTobias Klauser1-3/+10
Fix two issues detected by the Coverity scanner (CID 991819 & CID 991822) Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
2013-07-11curvetun: renamed client, server, and management filesDaniel Borkmann1-0/+760
Rename those files so that they are conform to the rest of the files we have in our repository. Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
c99c9f5c'>bde5eb088fba64caa154cc0e8c3691f9cd38b63f parent6e9bb530ff8b07b3bbce79c937fc9dcb32da4eb9 (diff)
IB/rxe: Advance the consumer pointer before posting the CQE
A simple userspace application might poll the CQ, find a completion, and then attempt to post a new WQE to the SQ. A spurious error can occur if the userspace application detects a full SQ in the instant before the kernel is able to advance the SQ consumer pointer. This is noticeable when using single-entry SQs with ibv_rc_pingpong if lots of kernel and userspace library debugging is enabled. Signed-off-by: Andrew Boyer <andrew.boyer@dell.com> Reviewed-by: Yonatan Cohen <yonatanc@mellanox.com> Signed-off-by: Doug Ledford <dledford@redhat.com>
Diffstat