Re: [PATCH v2 0/8] SIF related verbs patches

2016-09-16 Thread Knut Omang
On Fri, 2016-09-16 at 13:30 -0700, Santosh Shilimkar wrote: > Hi Knut, > > On 9/16/2016 11:31 AM, Knut Omang wrote: > > This patch set contains the changes and bug fixes necessary > > to support Oracle's new Infiniband HCA (SIF) from the kernel side. > > > > The exception is patch 3 which is a

Re: [PATCH v2 0/8] SIF related verbs patches

2016-09-16 Thread Knut Omang
On Fri, 2016-09-16 at 13:30 -0700, Santosh Shilimkar wrote: > Hi Knut, > > On 9/16/2016 11:31 AM, Knut Omang wrote: > > This patch set contains the changes and bug fixes necessary > > to support Oracle's new Infiniband HCA (SIF) from the kernel side. > > > > The exception is patch 3 which is a

Re: [PATCH v2 0/8] SIF related verbs patches

2016-09-16 Thread Santosh Shilimkar
Hi Knut, On 9/16/2016 11:31 AM, Knut Omang wrote: This patch set contains the changes and bug fixes necessary to support Oracle's new Infiniband HCA (SIF) from the kernel side. The exception is patch 3 which is a useful consolidation and simplification made possible by patch 2 and the

Re: [PATCH v2 0/8] SIF related verbs patches

2016-09-16 Thread Santosh Shilimkar
Hi Knut, On 9/16/2016 11:31 AM, Knut Omang wrote: This patch set contains the changes and bug fixes necessary to support Oracle's new Infiniband HCA (SIF) from the kernel side. The exception is patch 3 which is a useful consolidation and simplification made possible by patch 2 and the

[PATCH v2 0/8] SIF related verbs patches

2016-09-16 Thread Knut Omang
This patch set contains the changes and bug fixes necessary to support Oracle's new Infiniband HCA (SIF) from the kernel side. The exception is patch 3 which is a useful consolidation and simplification made possible by patch 2 and the replacement of the dma_attr type with a plain bitmask. The

[PATCH v2 0/8] SIF related verbs patches

2016-09-16 Thread Knut Omang
This patch set contains the changes and bug fixes necessary to support Oracle's new Infiniband HCA (SIF) from the kernel side. The exception is patch 3 which is a useful consolidation and simplification made possible by patch 2 and the replacement of the dma_attr type with a plain bitmask. The