[PATCH v2 4/8] ib: Add udata argument to create_ah

2016-09-16 Thread Knut Omang
Most of the ib device driver entry points supports optional device specific parameter transfer between user space and kernel space via the udata argument - add a similar argument for ib_create_ah. Update all infiniband drivers to include this agument in their driver entry point implementation.

[PATCH v2 4/8] ib: Add udata argument to create_ah

2016-09-16 Thread Knut Omang
Most of the ib device driver entry points supports optional device specific parameter transfer between user space and kernel space via the udata argument - add a similar argument for ib_create_ah. Update all infiniband drivers to include this agument in their driver entry point implementation.