On Thu, Feb 27, 2025 at 08:26:36PM -0400, Jason Gunthorpe wrote: > From: Saeed Mahameed <saeedm@xxxxxxxxxx> > > If the device supports User Context then it can support fwctl. Create an > auxiliary device to allow fwctl to bind to it. > > Create a sysfs like: > > $ ls /sys/devices/pci0000:00/0000:00:0a.0/mlx5_core.fwctl.0/driver -l > lrwxrwxrwx 1 root root 0 Apr 25 19:46 /sys/devices/pci0000:00/0000:00:0a.0/mlx5_core.fwctl.0/driver -> ../../../../bus/auxiliary/drivers/mlx5_fwctl.mlx5_fwctl > > Signed-off-by: Saeed Mahameed <saeedm@xxxxxxxxxx> > Signed-off-by: Jason Gunthorpe <jgg@xxxxxxxxxx> > --- > drivers/net/ethernet/mellanox/mlx5/core/dev.c | 9 +++++++++ > 1 file changed, 9 insertions(+) > Thanks, Acked-by: Leon Romanovsky <leonro@xxxxxxxxxx>