You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ib_mad: incoming sminfo SMPs gets discarded if no process_mad function is registered
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 process_mad function is provided.
Orabug: 20930262
Signed-off-by: Knut Omang <[email protected]>
Signed-off-by: Mukesh Kacker <[email protected]>
0 commit comments