On 02-May-19 18:05, Jason Gunthorpe wrote: > On Thu, May 02, 2019 at 05:38:43PM +0300, Gal Pressman wrote: >> Add ratelimited helpers to the ibdev_* printk functions. >> Implementation inspired by counterpart dev_*_ratelimited functions. >> >> Signed-off-by: Gal Pressman <galpress@xxxxxxxxxx> >> --- >> This is a followup patch to the addition of ibdev printk helpers to the >> subsystem. >> >> From quick grep of infiniband drivers, some of the drivers will need this >> variation when starting to use ibdev printk functions. In addition, I plan to >> use them in EFA as well. >> --- >> include/rdma/ib_verbs.h | 51 +++++++++++++++++++++++++++++++++++++++++++++++++ >> 1 file changed, 51 insertions(+) > > I think we should wait till we get conversions patches that need > this.. Thanks, I'll drop the patch.