Re: [PATCH 1/9] IB/ipoib: factor out ah flushing

2015-03-16 Thread Erez Shitrit
On 3/15/2015 8:42 PM, Doug Ledford wrote: On Mar 13, 2015, at 1:39 AM, Or Gerlitz gerlitz...@gmail.com wrote: On Tue, Mar 3, 2015 at 11:59 AM, Erez Shitrit ere...@dev.mellanox.co.il wrote: On 3/2/2015 5:09 PM, Doug Ledford wrote: On Sun, 2015-03-01 at 08:47 +0200, Erez Shitrit wrote: On

Re: [PATCH 1/9] IB/ipoib: factor out ah flushing

2015-03-16 Thread Erez Shitrit
On 3/16/2015 6:06 PM, Doug Ledford wrote: On Mar 16, 2015, at 8:24 AM, Erez Shitrit ere...@dev.mellanox.co.il wrote: On 3/15/2015 8:42 PM, Doug Ledford wrote: Doug, ten days and no response from you... lets finalize the review on this series so we have it safely done for 4.1 -- on top of it

Re: [PATCH 1/9] IB/ipoib: factor out ah flushing

2015-03-16 Thread Doug Ledford
On Mar 16, 2015, at 8:24 AM, Erez Shitrit ere...@dev.mellanox.co.il wrote: On 3/15/2015 8:42 PM, Doug Ledford wrote: Doug, ten days and no response from you... lets finalize the review on this series so we have it safely done for 4.1 -- on top of it Erez prepares a set of IPoIB fixes

Re: [PATCH 1/9] IB/ipoib: factor out ah flushing

2015-03-15 Thread Doug Ledford
On Mar 13, 2015, at 1:39 AM, Or Gerlitz gerlitz...@gmail.com wrote: On Tue, Mar 3, 2015 at 11:59 AM, Erez Shitrit ere...@dev.mellanox.co.il wrote: On 3/2/2015 5:09 PM, Doug Ledford wrote: On Sun, 2015-03-01 at 08:47 +0200, Erez Shitrit wrote: On 2/26/2015 6:27 PM, Doug Ledford wrote:

Re: [PATCH 1/9] IB/ipoib: factor out ah flushing

2015-03-13 Thread Or Gerlitz
On Tue, Mar 3, 2015 at 11:59 AM, Erez Shitrit ere...@dev.mellanox.co.il wrote: On 3/2/2015 5:09 PM, Doug Ledford wrote: On Sun, 2015-03-01 at 08:47 +0200, Erez Shitrit wrote: On 2/26/2015 6:27 PM, Doug Ledford wrote: @@ -1037,6 +1038,7 @@ static void __ipoib_ib_dev_flush(struct

Re: [PATCH 1/9] IB/ipoib: factor out ah flushing

2015-03-03 Thread Erez Shitrit
On 3/2/2015 5:09 PM, Doug Ledford wrote: On Sun, 2015-03-01 at 08:47 +0200, Erez Shitrit wrote: On 2/26/2015 6:27 PM, Doug Ledford wrote: @@ -1037,6 +1038,7 @@ static void __ipoib_ib_dev_flush(struct ipoib_dev_priv *priv, if (level == IPOIB_FLUSH_LIGHT) {

Re: [PATCH 1/9] IB/ipoib: factor out ah flushing

2015-03-02 Thread Doug Ledford
On Sun, 2015-03-01 at 08:47 +0200, Erez Shitrit wrote: On 2/26/2015 6:27 PM, Doug Ledford wrote: @@ -1037,6 +1038,7 @@ static void __ipoib_ib_dev_flush(struct ipoib_dev_priv *priv, if (level == IPOIB_FLUSH_LIGHT) { ipoib_mark_paths_invalid(dev);

Re: [PATCH 1/9] IB/ipoib: factor out ah flushing

2015-02-28 Thread Erez Shitrit
On 2/26/2015 6:27 PM, Doug Ledford wrote: On Thu, 2015-02-26 at 15:28 +0200, Erez Shitrit wrote: On 2/22/2015 2:26 AM, Doug Ledford wrote: Create a an ipoib_flush_ah and ipoib_stop_ah routines to use at appropriate times to flush out all remaining ah entries before we shut the device down.

Re: [PATCH 1/9] IB/ipoib: factor out ah flushing

2015-02-26 Thread Doug Ledford
On Thu, 2015-02-26 at 15:28 +0200, Erez Shitrit wrote: On 2/22/2015 2:26 AM, Doug Ledford wrote: Create a an ipoib_flush_ah and ipoib_stop_ah routines to use at appropriate times to flush out all remaining ah entries before we shut the device down. Because neighbors and mcast entries

Re: [PATCH 1/9] IB/ipoib: factor out ah flushing

2015-02-26 Thread Erez Shitrit
On 2/22/2015 2:26 AM, Doug Ledford wrote: Create a an ipoib_flush_ah and ipoib_stop_ah routines to use at appropriate times to flush out all remaining ah entries before we shut the device down. Because neighbors and mcast entries can each have a reference on any given ah, we must make sure to