Re: [PATCH V4 linux-next 12/12] vdpa/mlx5: Add VDPA driver for supported mlx5 devices

From: Jason Wang
Date: Wed Aug 05 2020 - 04:10:58 EST



On 2020/8/5 上午12:20, Eli Cohen wrote:
Add a front end VDPA driver that registers in the VDPA bus and provides
networking to a guest. The VDPA driver creates the necessary resources
on the VF it is driving such that data path will be offloaded.

Notifications are being communicated through the driver.

Currently, only VFs are supported. In subsequent patches we will have
devlink support to control which VF is used for VDPA and which function
is used for regular networking.

Reviewed-by: Parav Pandit<parav@xxxxxxxxxxxx>
Signed-off-by: Eli Cohen<eli@xxxxxxxxxxxx>
---


Acked-by: Jason Wang <jasowang@xxxxxxxxxx>