| 9d39e57f | 02-Feb-2020 |
Matan Azrad <[email protected]> |
vdpa/mlx5: support live migration
Add support for live migration feature by the HW: Create a single Mkey that maps the memory address space of the VHOST live migration log file. Modify VIRTIO_NE
vdpa/mlx5: support live migration
Add support for live migration feature by the HW: Create a single Mkey that maps the memory address space of the VHOST live migration log file. Modify VIRTIO_NET_Q object and provide vhost_log_page, dirty_bitmap_mkey, dirty_bitmap_size, dirty_bitmap_addr and dirty_bitmap_dump_enable. Modify VIRTIO_NET_Q object and move state to SUSPEND. Query VIRTIO_NET_Q and get hw_available_idx and hw_used_idx.
Signed-off-by: Matan Azrad <[email protected]> Acked-by: Viacheslav Ovsiienko <[email protected]> Acked-by: Maxime Coquelin <[email protected]>
show more ...
|
| 2aa8444b | 02-Feb-2020 |
Matan Azrad <[email protected]> |
vdpa/mlx5: support stateless offloads
Add support for the next features in virtq configuration: VIRTIO_F_RING_PACKED, VIRTIO_NET_F_HOST_TSO4, VIRTIO_NET_F_HOST_TSO6, VIRTIO_NET_F_CSUM, VIRTIO_N
vdpa/mlx5: support stateless offloads
Add support for the next features in virtq configuration: VIRTIO_F_RING_PACKED, VIRTIO_NET_F_HOST_TSO4, VIRTIO_NET_F_HOST_TSO6, VIRTIO_NET_F_CSUM, VIRTIO_NET_F_GUEST_CSUM, VIRTIO_F_VERSION_1,
These features support depends in the DevX capabilities reported by the device.
Signed-off-by: Matan Azrad <[email protected]> Acked-by: Viacheslav Ovsiienko <[email protected]> Reviewed-by: Maxime Coquelin <[email protected]>
show more ...
|