Re: [PATCH v2 1/8] ib_mad: incoming sminfo SMPs gets discarded if no process_mad function is registered

2016-09-16 Thread Knut Omang
On Fri, 2016-09-16 at 13:28 -0700, Santosh Shilimkar wrote: > On 9/16/2016 11:31 AM, Knut Omang wrote: > > From: Dag Moxnes > > > > The process_mad function is an optional IB driver entry point > > allows a driver to intercept or modify MAD traffic. > > > > This fix allows

Re: [PATCH v2 1/8] ib_mad: incoming sminfo SMPs gets discarded if no process_mad function is registered

2016-09-16 Thread Knut Omang
On Fri, 2016-09-16 at 13:28 -0700, Santosh Shilimkar wrote: > On 9/16/2016 11:31 AM, Knut Omang wrote: > > From: Dag Moxnes > > > > The process_mad function is an optional IB driver entry point > > allows a driver to intercept or modify MAD traffic. > > > > This fix allows MAD traffic to flow

Re: [PATCH v2 1/8] ib_mad: incoming sminfo SMPs gets discarded if no process_mad function is registered

2016-09-16 Thread Santosh Shilimkar
On 9/16/2016 11:31 AM, Knut Omang wrote: From: Dag Moxnes The process_mad function is an optional IB driver entry point allows a driver to intercept or modify MAD traffic. This fix allows MAD traffic to flow down to the device also when MAD traffic is completely handled

Re: [PATCH v2 1/8] ib_mad: incoming sminfo SMPs gets discarded if no process_mad function is registered

2016-09-16 Thread Santosh Shilimkar
On 9/16/2016 11:31 AM, Knut Omang wrote: From: Dag Moxnes The process_mad function is an optional IB driver entry point allows a driver to intercept or modify MAD traffic. This fix allows MAD traffic to flow down to the device also when MAD traffic is completely handled by the device and no