RE: [PATCH v4 03/19] IB/mad: Change validate_mad signature to take ib_mad_hdr rather than ib_mad

2015-04-03 Thread Hefty, Sean
Reviewed-by: Sean Hefty -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

[PATCH v4 03/19] IB/mad: Change validate_mad signature to take ib_mad_hdr rather than ib_mad

2015-02-04 Thread ira . weiny
From: Ira Weiny validate_mad only needs access to the MAD header and can be used for both IB and Jumbo MADs. Signed-off-by: Ira Weiny --- drivers/infiniband/core/mad.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/drivers/infiniband/core/mad.c b/drivers/infin