Re: [PATCH libibverbs V5 2/2] Use neighbour lookup for RoCE UD QPs Eth L2 resolution

2014-08-26 Thread Or Gerlitz
On 25/08/2014 22:33, Doug Ledford wrote: On Aug 25, 2014, at 1:33 PM, Jason Gunthorpe jguntho...@obsidianresearch.com wrote: +timer_fd = timerfd_create(CLOCK_MONOTONIC, TFD_NONBLOCK | TFD_CLOEXEC); +if (-1 == timer_fd) { +print_err(Couldn't create timer\n); +return

rebasing for-next

2014-08-26 Thread Or Gerlitz
Hi Roland, Eli has some mlx5 patches which depend on other mlx5 changes which went in during the 3.17 merge window, can you please rebase for-next so he can submit them through linux-rdma? Or. -- To unsubscribe from this list: send the line unsubscribe linux-rdma in the body of a message to

[PATCH] qib: qib_qp: Replace rcu_assign_pointer() with RCU_INIT_POINTER()

2014-08-26 Thread Andreea-Cristina Bernat
According to RCU_INIT_POINTER()'s block comment 3.a, it can be used if 3. The referenced data structure has already been exposed to readers either at compile time or via rcu_assign_pointer() -and- a. You have not made -any- reader-visible changes to this structure since then. This case

Re: [PATCH 3/8] IPoIB: fix MCAST_FLAG_BUSY usage

2014-08-26 Thread Wendy Cheng
On Mon, Aug 25, 2014 at 1:03 PM, Doug Ledford dledf...@redhat.com wrote: On Aug 25, 2014, at 2:51 PM, Wendy Cheng s.wendy.ch...@gmail.com wrote: Is it really possible for ib_sa_join_multicast() to return *after* its callback (ipoib_mcast_sendonly_join_complete and ipoib_mcast_join_complete)