Re: [PATCH 3/3 v5] virtio: vdpa: new SolidNET DPU driver.

2022-12-13 Thread Alvaro Karsz
> + SNET_WRN(pdev, "Can't start HWMON, CONFIG_HWMON is not > enabled\n"); I'm really sorry, but SNET_WRN should be SNET_WARN. I will fix it Alvaro ___ Virtualization mailing list Virtualization@lists.linux-foundation.org https://lists.lin

[PATCH 3/3 v5] virtio: vdpa: new SolidNET DPU driver.

2022-12-13 Thread Alvaro Karsz
This commit includes: 1) The driver to manage the controlplane over vDPA bus. 2) A HW monitor device to read health values from the DPU. Signed-off-by: Alvaro Karsz -- v2: - Auto detect the BAR used for communication. - When waiting for the DPU to write a config, wait for 5secs