All of lore.kernel.org
 help / color / mirror / Atom feed
  • [parent not found: <20210823052123.14909-3-elic@nvidia.com>]
  • [parent not found: <20210823052123.14909-4-elic@nvidia.com>]
  • [parent not found: <20210823052123.14909-5-elic@nvidia.com>]
  • [parent not found: <20210823052123.14909-6-elic@nvidia.com>]
  • [parent not found: <20210823052123.14909-7-elic@nvidia.com>]
  • * Re: [PATCH v4 0/6] Add support for control VQ and multique
           [not found] <20210823052123.14909-1-elic@nvidia.com>
                       ` (5 preceding siblings ...)
           [not found] ` <20210823052123.14909-7-elic@nvidia.com>
    @ 2021-08-31 21:14 ` Michael S. Tsirkin
      6 siblings, 0 replies; 9+ messages in thread
    From: Michael S. Tsirkin @ 2021-08-31 21:14 UTC (permalink / raw)
      To: Eli Cohen; +Cc: eperezma, virtualization
    
    On Mon, Aug 23, 2021 at 08:21:17AM +0300, Eli Cohen wrote:
    > This series adds support for control virtqueue.
    > patch 1: A simple cleanup.
    > patch 2: Modify functions to pass struct struct mlx5_vdpa_dev which
    >          holds information requried in subsequent patches.
    > patch 3: Save the callbacks of virtqueue in its own array and not on
    >          struct mlx5_vdpa_virtqueue. Needed to avoid issue in qemu.
    > patch 4: Enforce valid indices based on negtiated features.
    > patch 5: Support multique and MAC modification
    > patch 6: Add multiqueue support
    
    Eli I don't know what went wrong but it looks like this patchset never actually
    reached the virtualization@lists.linux-foundation.org mailing list.
    
    See e.g. https://lore.kernel.org/virtualization/ad10d3ea-24c1-7f18-630d-be9f2bf0b036@redhat.com/
    
    I tried bouncing it which maybe will fix it, we'll see.
    
    
    > v3 -> v4:
    > make some functions static in the file
    > 
    > Eli Cohen (6):
    >   vdpa/mlx5: Remove redundant header file inclusion
    >   vdpa/mlx5: function prototype modifications in preparation to control
    >     VQ
    >   vdpa/mlx5: Decouple virtqueue callback from struct mlx5_vdpa_virtqueue
    >   vdpa/mlx5: Ensure valid indices are provided
    >   vdpa/mlx5: Add support for control VQ and MAC setting
    >   vdpa/mlx5: Add multiqueue support
    > 
    >  drivers/vdpa/mlx5/core/mlx5_vdpa.h |  26 +-
    >  drivers/vdpa/mlx5/core/mr.c        |  81 +++--
    >  drivers/vdpa/mlx5/core/resources.c |  35 ++
    >  drivers/vdpa/mlx5/net/mlx5_vnet.c  | 517 +++++++++++++++++++++++++----
    >  4 files changed, 575 insertions(+), 84 deletions(-)
    > 
    > -- 
    > 2.31.1
    
    _______________________________________________
    Virtualization mailing list
    Virtualization@lists.linux-foundation.org
    https://lists.linuxfoundation.org/mailman/listinfo/virtualization
    
    ^ permalink raw reply	[flat|nested] 9+ messages in thread

  • end of thread, other threads:[~2021-08-31 21:15 UTC | newest]
    
    Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
    -- links below jump to the message on this page --
         [not found] <20210823052123.14909-1-elic@nvidia.com>
         [not found] ` <20210823052123.14909-2-elic@nvidia.com>
    2021-08-24  9:08   ` [PATCH v4 1/6] vdpa/mlx5: Remove redundant header file inclusion Jason Wang
         [not found]     ` <20210824105238.GA146647@mtl-vdi-166.wap.labs.mlnx>
    2021-08-26  4:02       ` Jason Wang
         [not found] ` <20210823052123.14909-3-elic@nvidia.com>
    2021-08-24  9:08   ` [PATCH v4 2/6] vdpa/mlx5: function prototype modifications in preparation to control VQ Jason Wang
         [not found] ` <20210823052123.14909-4-elic@nvidia.com>
    2021-08-24  9:09   ` [PATCH v4 3/6] vdpa/mlx5: Decouple virtqueue callback from struct mlx5_vdpa_virtqueue Jason Wang
         [not found] ` <20210823052123.14909-5-elic@nvidia.com>
    2021-08-24  9:09   ` [PATCH v4 4/6] vdpa/mlx5: Ensure valid indices are provided Jason Wang
         [not found] ` <20210823052123.14909-6-elic@nvidia.com>
    2021-08-24  9:14   ` [PATCH v4 5/6] vdpa/mlx5: Add support for control VQ and MAC setting Jason Wang
         [not found]   ` <CAJaqyWdqSsmD6Z+2BqFMujJD-2zuYTqrhb-dpBjXG5+e6ViGVA@mail.gmail.com>
    2021-08-26  8:04     ` Jason Wang
         [not found] ` <20210823052123.14909-7-elic@nvidia.com>
    2021-08-24  9:15   ` [PATCH v4 6/6] vdpa/mlx5: Add multiqueue support Jason Wang
    2021-08-31 21:14 ` [PATCH v4 0/6] Add support for control VQ and multique Michael S. Tsirkin
    

    This is an external index of several public inboxes,
    see mirroring instructions on how to clone and mirror
    all data and code used by this external index.