RE: [PATCH FIX For-3.19 v5 00/10] Fix ipoib regressions

2015-01-23 Thread Estrin, Alex
> -Original Message- > From: Or Gerlitz [mailto:gerlitz...@gmail.com] > Sent: Friday, January 23, 2015 2:02 AM > To: Doug Ledford > Cc: linux-rdma@vger.kernel.org; Roland Dreier; Amir Vadai; Eyal Perry; Erez > Shitrit; Estrin, Alex > Subject: Re: [PATCH FIX For-3.1

RE: [PATCH 08/10] IPoIB: No longer use flush as a parameter

2014-12-12 Thread Estrin, Alex
> -Original Message- > From: linux-rdma-ow...@vger.kernel.org > [mailto:linux-rdma-ow...@vger.kernel.org] On > Behalf Of Doug Ledford > Sent: Wednesday, December 10, 2014 11:47 AM > To: linux-rdma@vger.kernel.org; rol...@kernel.org > Cc: Doug Ledford > Subject: [PATCH 08/10] IPoIB: No lo

RE: [PATCH 06/10] IPoIB: Use dedicated workqueues per interface

2014-12-12 Thread Estrin, Alex
> -Original Message- > From: linux-rdma-ow...@vger.kernel.org > [mailto:linux-rdma-ow...@vger.kernel.org] On > Behalf Of Doug Ledford > Sent: Wednesday, December 10, 2014 11:47 AM > To: linux-rdma@vger.kernel.org; rol...@kernel.org > Cc: Doug Ledford > Subject: [PATCH 06/10] IPoIB: Use d

RE: [PATCH 07/10] IPoIB: Make ipoib_mcast_stop_thread flush the workqueue

2014-12-12 Thread Estrin, Alex
> -Original Message- > From: linux-rdma-ow...@vger.kernel.org > [mailto:linux-rdma-ow...@vger.kernel.org] On > Behalf Of Doug Ledford > Sent: Wednesday, December 10, 2014 11:47 AM > To: linux-rdma@vger.kernel.org; rol...@kernel.org > Cc: Doug Ledford > Subject: [PATCH 07/10] IPoIB: Make

RE: [PATCH 02/10] IPoIB: Make the carrier_on_task race aware

2014-12-12 Thread Estrin, Alex
> -Original Message- > From: linux-rdma-ow...@vger.kernel.org > [mailto:linux-rdma-ow...@vger.kernel.org] On > Behalf Of Doug Ledford > Sent: Wednesday, December 10, 2014 11:47 AM > To: linux-rdma@vger.kernel.org; rol...@kernel.org > Cc: Doug Ledford > Subject: [PATCH 02/10] IPoIB: Make th

RE: [PATCH 04/10] IPoIB: fix mcast_dev_flush/mcast_restart_task race

2014-12-12 Thread Estrin, Alex
> -Original Message- > From: linux-rdma-ow...@vger.kernel.org > [mailto:linux-rdma-ow...@vger.kernel.org] On > Behalf Of Doug Ledford > Sent: Wednesday, December 10, 2014 11:47 AM > To: linux-rdma@vger.kernel.org; rol...@kernel.org > Cc: Doug Ledford > Subject: [PATCH 04/10] IPoIB: fix m

RE: [PATCH 05/10] IPoIB: change init sequence ordering

2014-12-12 Thread Estrin, Alex
> -Original Message- > From: linux-rdma-ow...@vger.kernel.org > [mailto:linux-rdma-ow...@vger.kernel.org] On > Behalf Of Doug Ledford > Sent: Wednesday, December 10, 2014 11:47 AM > To: linux-rdma@vger.kernel.org; rol...@kernel.org > Cc: Doug Ledford > Subject: [PATCH 05/10] IPoIB: chang

RE: [PATCH 03/10] IPoIB: fix MCAST_FLAG_BUSY usage

2014-12-12 Thread Estrin, Alex
> -Original Message- > From: linux-rdma-ow...@vger.kernel.org > [mailto:linux-rdma-ow...@vger.kernel.org] On > Behalf Of Doug Ledford > Sent: Wednesday, December 10, 2014 11:47 AM > To: linux-rdma@vger.kernel.org; rol...@kernel.org > Cc: Doug Ledford > Subject: [PATCH 03/10] IPoIB: fix M

RE: [PATCH 00/10] IPoIB locking fixes and a couple minor other patches

2014-12-12 Thread Estrin, Alex
Hi Roland, Doug, I've looked into ipoib patch set (earlier posted one), also ran it on 3.17. I second it because ipoib locking fixes really straighten out multicast initialization flow, and dedicated workqueue per interface is a great improvement for overall ipoib stability and scalability. Tha

RE: [PATCH 01/10] IPoIB: Consolidate rtnl_lock tasks in workqueue

2014-12-12 Thread Estrin, Alex
> -Original Message- > From: linux-rdma-ow...@vger.kernel.org > [mailto:linux-rdma-ow...@vger.kernel.org] On > Behalf Of Doug Ledford > Sent: Wednesday, December 10, 2014 11:47 AM > To: linux-rdma@vger.kernel.org; rol...@kernel.org > Cc: Doug Ledford > Subject: [PATCH 01/10] IPoIB: Conso

RE: [GIT PULL] please pull infiniband.git

2014-10-29 Thread Estrin, Alex
> -Original Message- > From: linux-rdma-ow...@vger.kernel.org > [mailto:linux-rdma-ow...@vger.kernel.org] On > Behalf Of Doug Ledford > Sent: Monday, October 20, 2014 7:29 PM > To: Roland Dreier > Cc: Linus Torvalds; linux-rdma@vger.kernel.org; linux-ker...@vger.kernel.org > Subject: Re: [

RE: [PATCH 8/8] IPoIB: No longer use flush as a parameter

2014-08-20 Thread Estrin, Alex
> -Original Message- > From: linux-rdma-ow...@vger.kernel.org > [mailto:linux-rdma-ow...@vger.kernel.org] On > Behalf Of Doug Ledford > Sent: Tuesday, August 12, 2014 7:38 PM > To: linux-rdma@vger.kernel.org; rol...@kernel.org > Cc: Doug Ledford > Subject: [PATCH 8/8] IPoIB: No longer us

RE: [PATCH 7/8] IPoIB: Make ipoib_mcast_stop_thread flush the workqueue

2014-08-20 Thread Estrin, Alex
> -Original Message- > From: linux-rdma-ow...@vger.kernel.org > [mailto:linux-rdma-ow...@vger.kernel.org] On > Behalf Of Doug Ledford > Sent: Tuesday, August 12, 2014 7:38 PM > To: linux-rdma@vger.kernel.org; rol...@kernel.org > Cc: Doug Ledford > Subject: [PATCH 7/8] IPoIB: Make ipoib_m

RE: [PATCH 6/8] IPoIB: Use dedicated workqueues per interface

2014-08-20 Thread Estrin, Alex
> -Original Message- > From: linux-rdma-ow...@vger.kernel.org > [mailto:linux-rdma-ow...@vger.kernel.org] On > Behalf Of Doug Ledford > Sent: Tuesday, August 12, 2014 7:38 PM > To: linux-rdma@vger.kernel.org; rol...@kernel.org > Cc: Doug Ledford > Subject: [PATCH 6/8] IPoIB: Use dedicate

RE: [PATCH for-3.17 3/3] IB/ipoib: Avoid flushing the workqueue from worker context

2014-07-09 Thread Estrin, Alex
> -Original Message- > From: Or Gerlitz [mailto:ogerl...@mellanox.com] > Sent: Tuesday, July 08, 2014 5:45 AM > To: rol...@kernel.org > Cc: linux-rdma@vger.kernel.org; ere...@mellanox.com; Estrin, Alex; Or Gerlitz > Subject: [PATCH for-3.17 3/3] IB/ipoib: Avoid flus

RE: [PATCH for-3.17 2/3] IB/ipoib: Use pkey change event instead of pkey polling mechanism

2014-07-09 Thread Estrin, Alex
> -Original Message- > From: linux-rdma-ow...@vger.kernel.org > [mailto:linux-rdma-ow...@vger.kernel.org] On > Behalf Of Or Gerlitz > Sent: Tuesday, July 08, 2014 5:45 AM > To: rol...@kernel.org > Cc: linux-rdma@vger.kernel.org; ere...@mellanox.com; Estrin, Alex;

RE: [PATCH v5 1/1] IPoIB: Avoid multicast join attempts when having invalid p_key

2014-07-02 Thread Estrin, Alex
Hi Erez, Yep, I haven't cleanup pkey_index before p_key lookup and compare, so child won't flush/get back up on p_key reappearance event if index stays the same. Thanks, Alex. > Still there is an issue here, please try the following: > > 1. pkey table contains the pkey 8001 > 2. echo 0x8001 >

RE: [PATCH v3 1/1] IPoIB: Improve parent interface p_key handling.

2014-06-17 Thread Estrin, Alex
Hi Or, Please see below. > -Original Message- > From: Or Gerlitz [mailto:ogerl...@mellanox.com] > Sent: Tuesday, June 17, 2014 2:02 AM > To: Estrin, Alex; Roland Dreier > Cc: linux-rdma@vger.kernel.org; Erez Shitrit > Subject: Re: [PATCH v3 1/1] IPoIB: Improve pare

RE: [PATCH v3 1/1] sorry for duplicate emails.

2014-06-11 Thread Estrin, Alex
Hi guys, I'm really sorry for duplicate e-mails I have sent out. Somehow messages didn't get back to my list, so I assumed emails were dropped . Kind regards, Alex Estrin.

RE: [PATCH v2 1/1] IPoIB: Improve parent interface p_key handling.

2014-06-10 Thread Estrin, Alex
the patch. Thanks, Alex. > -Original Message- > From: linux-rdma-ow...@vger.kernel.org > [mailto:linux-rdma-ow...@vger.kernel.org] On > Behalf Of Erez Shitrit > Sent: Tuesday, June 10, 2014 10:56 AM > To: Estrin, Alex > Cc: Roland Dreier; linux-rdma@vger.kernel.o

RE: [PATCH v2 1/1] IPoIB: Improve parent interface p_key handling.

2014-06-10 Thread Estrin, Alex
Hi Erez, Please see below. Thanks, Alex. > -Original Message- > From: Erez Shitrit [mailto:ere...@dev.mellanox.co.il] > Sent: Tuesday, June 10, 2014 1:49 AM > To: Estrin, Alex > Cc: Roland Dreier; linux-rdma@vger.kernel.org > Subject: Re: [PATCH v2 1/1] IPoIB: Improv

RE: [PATCH v2 1/1] IPoIB: Improve parent interface p_key handling.

2014-06-10 Thread Estrin, Alex
> -Original Message- > From: Or Gerlitz [mailto:ogerl...@mellanox.com] > Sent: Tuesday, June 10, 2014 2:17 AM > To: Estrin, Alex > Cc: Roland Dreier; linux-rdma@vger.kernel.org > Subject: Re: [PATCH v2 1/1] IPoIB: Improve parent interface p_key handling. > > O

RE: [PATCH 1/1] IPoIB: Improve parent interface p_key handling.

2014-06-09 Thread Estrin, Alex
Hi Erez, Please see below. Thanks, Alex. > -Original Message- > From: Erez Shitrit [mailto:ere...@dev.mellanox.co.il] > Sent: Sunday, June 08, 2014 9:07 AM > To: Estrin, Alex > Cc: Roland Dreier; linux-rdma@vger.kernel.org > Subject: Re: [PATCH 1/1] IPoIB: Improve pare