ef9da01c | 02-May-2023 |
Alvaro Karsz <alvaro.karsz@solid-run.com> |
vdpa/snet: implement the resume vDPA callback
The callback sends a resume command to the DPU through the control mechanism.
Signed-off-by: Alvaro Karsz <alvaro.karsz@solid-run.com> Message-Id: <202
vdpa/snet: implement the resume vDPA callback
The callback sends a resume command to the DPU through the control mechanism.
Signed-off-by: Alvaro Karsz <alvaro.karsz@solid-run.com> Message-Id: <20230502131048.61134-1-alvaro.karsz@solid-run.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Acked-by: Jason Wang <jasowang@redhat.com>
show more ...
|
5b250fac | 09-Apr-2023 |
Alvaro Karsz <alvaro.karsz@solid-run.com> |
vdpa/snet: use likely/unlikely macros in hot functions
- kick callback: most likely that the VQ is ready. - interrupt handlers: most likely that the callback is not NULL.
Signed-off-by: Alvaro Kars
vdpa/snet: use likely/unlikely macros in hot functions
- kick callback: most likely that the VQ is ready. - interrupt handlers: most likely that the callback is not NULL.
Signed-off-by: Alvaro Karsz <alvaro.karsz@solid-run.com> Message-Id: <20230409120242.3460074-1-alvaro.karsz@solid-run.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
show more ...
|
3616bf37 | 13-Apr-2023 |
Alvaro Karsz <alvaro.karsz@solid-run.com> |
vdpa/snet: support the suspend vDPA callback
When suspend is called, the driver sends a suspend command to the DPU through the control mechanism.
Signed-off-by: Alvaro Karsz <alvaro.karsz@solid-run
vdpa/snet: support the suspend vDPA callback
When suspend is called, the driver sends a suspend command to the DPU through the control mechanism.
Signed-off-by: Alvaro Karsz <alvaro.karsz@solid-run.com> Message-Id: <20230413073337.31367-3-alvaro.karsz@solid-run.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Acked-by: Jason Wang <jasowang@redhat.com>
show more ...
|