Searched hist:b7066b32a14fd21480efd93cb0c24807d6b28484 (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/infiniband/core/ |
H A D | core_priv.h | diff b7066b32a14fd21480efd93cb0c24807d6b28484 Fri Jun 11 18:00:26 CEST 2021 Jason Gunthorpe <jgg@nvidia.com> RDMA/core: Create the device hw_counters through the normal groups mechanism
Instead of calling device_add_groups() add the group to the existing groups array which is managed through device_add().
This requires setting up the hw_counters before device_add(), so it gets split up from the already split port sysfs flow.
Move all the memory freeing to the release function.
Link: https://lore.kernel.org/r/666250d937b64f6fdf45da9e2dc0b6e5e4f7abd8.1623427137.git.leonro@nvidia.com Signed-off-by: Leon Romanovsky <leonro@nvidia.com> Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
|
H A D | sysfs.c | diff b7066b32a14fd21480efd93cb0c24807d6b28484 Fri Jun 11 18:00:26 CEST 2021 Jason Gunthorpe <jgg@nvidia.com> RDMA/core: Create the device hw_counters through the normal groups mechanism
Instead of calling device_add_groups() add the group to the existing groups array which is managed through device_add().
This requires setting up the hw_counters before device_add(), so it gets split up from the already split port sysfs flow.
Move all the memory freeing to the release function.
Link: https://lore.kernel.org/r/666250d937b64f6fdf45da9e2dc0b6e5e4f7abd8.1623427137.git.leonro@nvidia.com Signed-off-by: Leon Romanovsky <leonro@nvidia.com> Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
|
H A D | device.c | diff b7066b32a14fd21480efd93cb0c24807d6b28484 Fri Jun 11 18:00:26 CEST 2021 Jason Gunthorpe <jgg@nvidia.com> RDMA/core: Create the device hw_counters through the normal groups mechanism
Instead of calling device_add_groups() add the group to the existing groups array which is managed through device_add().
This requires setting up the hw_counters before device_add(), so it gets split up from the already split port sysfs flow.
Move all the memory freeing to the release function.
Link: https://lore.kernel.org/r/666250d937b64f6fdf45da9e2dc0b6e5e4f7abd8.1623427137.git.leonro@nvidia.com Signed-off-by: Leon Romanovsky <leonro@nvidia.com> Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
|
/linux/include/rdma/ |
H A D | ib_verbs.h | diff b7066b32a14fd21480efd93cb0c24807d6b28484 Fri Jun 11 18:00:26 CEST 2021 Jason Gunthorpe <jgg@nvidia.com> RDMA/core: Create the device hw_counters through the normal groups mechanism
Instead of calling device_add_groups() add the group to the existing groups array which is managed through device_add().
This requires setting up the hw_counters before device_add(), so it gets split up from the already split port sysfs flow.
Move all the memory freeing to the release function.
Link: https://lore.kernel.org/r/666250d937b64f6fdf45da9e2dc0b6e5e4f7abd8.1623427137.git.leonro@nvidia.com Signed-off-by: Leon Romanovsky <leonro@nvidia.com> Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
|