From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Michael J. Ruhl" Subject: [PATCH 0/3] ibacm: acmp retry issues Date: Fri, 10 Nov 2017 17:28:30 -0500 Message-ID: <20171110222658.10387.16845.stgit@phlsvslse11.ph.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Return-path: Sender: linux-rdma-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: linux-rdma@vger.kernel.org While testing the retry mechanism for the acmp provider, I observed that the retry event_wait() did not appear to be working correctly. After studying the issue a bit more, I discovered that there were a couple of issues. This patch set addresses those issues. --- Michael J. Ruhl (3): ibacm: Fix an incorrect expiration check for the retry timer ibacm: Calculate correct tv_nsec value in event_wait() ibacm: Fix a retry loop calculation race condition ibacm/linux/osd.h | 5 +++++ ibacm/prov/acmp/src/acmp.c | 12 +++++++----- 2 files changed, 12 insertions(+), 5 deletions(-) -- -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html