Michael S. Tsirkin
2021-Aug-09 09:35 UTC
[PATCH 0/3] vdpa/mlx5: Add Control VQ and MAC and Multi queue support
On Mon, Aug 09, 2021 at 11:00:40AM +0300, Eli Cohen wrote:> Hi Michael, > > First patch is just a cleaup. > Second patch adds control virtqueue support for mlx5_vdpa and handle MAC > configutations through the control VQ. > Third patch adds multi queue support for mlx5_vdpa accepting > configurations from the control VQ.Threading broken again :(> Eli Cohen (3): > vdpa/mlx5: Remove redundant header file inclusion > vdpa/mlx5: Add support for control VQ and MAC setting > vdpa/mlx5: Add multiqueue support > > drivers/vdpa/mlx5/core/mlx5_vdpa.h | 25 +- > drivers/vdpa/mlx5/core/mr.c | 87 ++++-- > drivers/vdpa/mlx5/core/resources.c | 41 +++ > drivers/vdpa/mlx5/net/mlx5_vnet.c | 471 +++++++++++++++++++++++++---- > 4 files changed, 549 insertions(+), 75 deletions(-) > > -- > 2.31.1