On Thu, Oct 11, 2018 at 10:31:52PM +0300, Leon Romanovsky wrote: > From: Leon Romanovsky <leonro@xxxxxxxxxxxx> > > >From Parav, > > Allow drivers to provide one sysfs group per device to be created as > part of device registration process. This eliminates drivers to > creates/delete sysfs files by itself. It makes use of standard device > registration framework to creates such entries. > > HCA drivers just need to provide a group using rdma_set_device_sysfs_group() > where a group contains list of device attributes before invoking ib_register_device(). > > Thanks > > Parav Pandit (2): > RDMA/core: Allow existing drivers to set one sysfs group per device > RDMA/drivers: Use core provided API for registering device attributes I'm glad to see this done, applied to for-next, thanks! Jason