All of lore.kernel.org
 help / color / mirror / Atom feed
  • [parent not found: <20211124165531.42624-3-elic@nvidia.com>]
  • * Re: [PATH v1 0/2] Support reading vendor statistics through iproute2/vdpa tool
           [not found] <20211124165531.42624-1-elic@nvidia.com>
           [not found] ` <20211124165531.42624-2-elic@nvidia.com>
           [not found] ` <20211124165531.42624-3-elic@nvidia.com>
    @ 2021-12-08 20:30 ` Michael S. Tsirkin
      2 siblings, 0 replies; 8+ messages in thread
    From: Michael S. Tsirkin @ 2021-12-08 20:30 UTC (permalink / raw)
      To: Eli Cohen; +Cc: lvivier, virtualization, eperezma, si-wei.liu
    
    On Wed, Nov 24, 2021 at 06:55:29PM +0200, Eli Cohen wrote:
    > The following patches add support for reading vdpa statistics
    > information from a vdpa instance using netlink messages.
    > 
    > mlx5_vdpa is also implemented to provide that information.
    > 
    > The supported statistics data are number of descriptors recieved by the
    > virtqueue and the number of descriptors completed by it.
    
    So I assume a v2 of this will be forthcoming, right?
    
    > v0 -> v1:
    > Emphasize that we're dealing with vendor specific counters.
    > Add mutex to synchronize query stats with changing of number of queues
    > 
    > Eli Cohen (2):
    >   vdpa: Add support for querying vendor statistics
    >   vdpa/mlx5: Add support for reading descriptor statistics
    > 
    >  drivers/vdpa/mlx5/net/mlx5_vnet.c  | 143 ++++++++++++++++++++++++++++
    >  drivers/vdpa/vdpa.c                | 144 +++++++++++++++++++++++++++++
    >  include/linux/mlx5/mlx5_ifc.h      |   1 +
    >  include/linux/mlx5/mlx5_ifc_vdpa.h |  39 ++++++++
    >  include/linux/vdpa.h               |  10 ++
    >  include/uapi/linux/vdpa.h          |   9 ++
    >  6 files changed, 346 insertions(+)
    > 
    > -- 
    > 2.33.1
    
    _______________________________________________
    Virtualization mailing list
    Virtualization@lists.linux-foundation.org
    https://lists.linuxfoundation.org/mailman/listinfo/virtualization
    
    ^ permalink raw reply	[flat|nested] 8+ messages in thread

  • end of thread, other threads:[~2021-12-08 20:31 UTC | newest]
    
    Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
    -- links below jump to the message on this page --
         [not found] <20211124165531.42624-1-elic@nvidia.com>
         [not found] ` <20211124165531.42624-2-elic@nvidia.com>
    2021-11-25  4:50   ` [PATH v1 1/2] vdpa: Add support for querying vendor statistics Jason Wang
    2021-11-30  4:09     ` Parav Pandit via Virtualization
    2021-11-25  5:34   ` Parav Pandit via Virtualization
         [not found]     ` <20211125080701.GF214101@mtl-vdi-166.wap.labs.mlnx>
    2021-11-25 18:31       ` Parav Pandit via Virtualization
         [not found] ` <20211124165531.42624-3-elic@nvidia.com>
    2021-11-25  4:57   ` [PATH v1 2/2] vdpa/mlx5: Add support for reading descriptor statistics Jason Wang
         [not found]     ` <20211125075923.GD214101@mtl-vdi-166.wap.labs.mlnx>
    2021-11-26  4:24       ` Jason Wang
    2021-11-25  5:50   ` Parav Pandit via Virtualization
    2021-12-08 20:30 ` [PATH v1 0/2] Support reading vendor statistics through iproute2/vdpa tool 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.