Re: [PATCH rdma-next v5 00/17] Statistics counter support

2019-07-05 Thread Jason Gunthorpe
On Tue, Jul 02, 2019 at 01:02:29PM +0300, Leon Romanovsky wrote: > From: Leon Romanovsky > > Changelog: > v4 -> v5: > * Patch #6 and #14 - consolidated many counter release functions, >removed mutex lock protection from dealloc_counter() call >and simplified kref_put/kref_get operations

Re: [PATCH rdma-next v5 00/17] Statistics counter support

2019-07-04 Thread Leon Romanovsky
On Thu, Jul 04, 2019 at 03:25:29PM -0300, Jason Gunthorpe wrote: > On Tue, Jul 02, 2019 at 01:02:29PM +0300, Leon Romanovsky wrote: > > From: Leon Romanovsky > > > > Changelog: > > v4 -> v5: > > * Patch #6 and #14 - consolidated many counter release functions, > >removed mutex lock protectio

Re: [PATCH rdma-next v5 00/17] Statistics counter support

2019-07-04 Thread Jason Gunthorpe
On Tue, Jul 02, 2019 at 01:02:29PM +0300, Leon Romanovsky wrote: > From: Leon Romanovsky > > Changelog: > v4 -> v5: > * Patch #6 and #14 - consolidated many counter release functions, >removed mutex lock protection from dealloc_counter() call >and simplified kref_put/kref_get operations

[PATCH rdma-next v5 00/17] Statistics counter support

2019-07-02 Thread Leon Romanovsky
From: Leon Romanovsky Changelog: v4 -> v5: * Patch #6 and #14 - consolidated many counter release functions, removed mutex lock protection from dealloc_counter() call and simplified kref_put/kref_get operations. * Added Saeed's ACK tags. v3 -> v4: * Add counter_dealloc() callback funct