On Mon, Mar 11, 2019 at 10:54:33AM -0300, Jason Gunthorpe wrote: > On Thu, Mar 07, 2019 at 09:02:35AM -0800, ira.weiny@xxxxxxxxx wrote: > > From: Ira Weiny <ira.weiny@xxxxxxxxx> > > > > Using a structure pointer is more efficient in the helper. > > > > Suggested-by: Steven Rostedt (VMware) <rostedt@xxxxxxxxxxx> > > Signed-off-by: Ira Weiny <ira.weiny@xxxxxxxxx> > > > > --- > > Changes from V1 > > Fix compilation when TRACEPOINTS are not configured > > > > drivers/infiniband/core/mad.c | 28 ++++++++++++++++------------ > > include/trace/events/ib_mad.h | 12 ++++++++---- > > 2 files changed, 24 insertions(+), 16 deletions(-) > > I think you should fold this into the earlier series and resend... Fair enough. I was not sure if you had picked up the other series. Thanks, Ira > > Thanks, > Jason