Jason Wang
2020-Aug-05 08:09 UTC
[PATCH V4 linux-next 12/12] vdpa/mlx5: Add VDPA driver for supported mlx5 devices
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 at mellanox.com> > Signed-off-by: Eli Cohen<eli at mellanox.com> > ---Acked-by: Jason Wang <jasowang at redhat.com>
Apparently Analagous Threads
- [PATCH V2 vhost next 10/10] vdpa/mlx5: Add VDPA driver for supported mlx5 devices
- [PATCH mlx5-next v1 03/11] net/mlx5_core: Clean driver version and name
- [PATCH v2 1/2] vdpa/mlx5: Extend driver support for new features
- [PATCH V4 linux-next 08/12] vdpa: Modify get_vq_state() to return error code
- [PATCH 1/2] vdpa/mlx5: Make VIRTIO_NET_F_MRG_RXBUF off by default