From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 2842DA0093; Fri, 17 Jun 2022 07:35:26 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B18A840698; Fri, 17 Jun 2022 07:35:25 +0200 (CEST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by mails.dpdk.org (Postfix) with ESMTP id 62CF340689 for ; Fri, 17 Jun 2022 07:35:23 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1655444122; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=Zqhq4m9oTESRG9CP52DZ5VYwy2Gpk8pAW3lqc2UJHUg=; b=Mm8Qju6tNw/bNp97FFVIU5S7dH+5vrEOoT7/29ZSib7+FJecDxjvEoM87bg3qkcWNu11sV TYH74pX8Sf9bGiMemgmUu687XMtU8GXCNHseTGpvJ/l2u0k2pn4F8olE2kEdzyxo48fub5 OYcG7JGeBZu8VE4y4FVkmCedGQmVpAk= Received: from mail-lj1-f198.google.com (mail-lj1-f198.google.com [209.85.208.198]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-540-ityv8uOqPliaW7nYkQgvjg-1; Fri, 17 Jun 2022 01:35:16 -0400 X-MC-Unique: ityv8uOqPliaW7nYkQgvjg-1 Received: by mail-lj1-f198.google.com with SMTP id b12-20020a2ebc0c000000b0025662e0a527so425438ljf.0 for ; Thu, 16 Jun 2022 22:35:16 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=Zqhq4m9oTESRG9CP52DZ5VYwy2Gpk8pAW3lqc2UJHUg=; b=aUnNvTbmzINqNCvwNADOIbIaYDxjAwwW7rRvuV9Y0TpPpDFzlYrf8l9W0yKaf9bo4R +214XB3vCw9Ipd1rDjaSt2cF2zwht1JdEb6cA6BHb0ohAhyA9PPIH0v9kTT2McYZpDi2 IqONz4fyefOo94vOzLElBtivh8bzhl+AlmaFKpnJzk2LfSVp9uBBt2P+g1hrHYSazSNc WBbNkfXia3jC/lXdHZrtmliWT68y+dQLp19SwyYbIEtFTtkboSMYijQZmwZH7mKr90kz slOtmg19xd8s+BeAXwDB8MmeOFXQhndZfSUrk/7ZPaEZIms4wJvSTaxDO2Q22ZXkLUGx FTbw== X-Gm-Message-State: AJIora9yxWQ9eIgY+l9PJ35WXfnoh2RIqrIFE9naVHsTTkQ+82KYHb1x NFECViWnhOAQ3HayfBdp+660R5L9uVZBLTN9MR0flcaFdPiGTbrqJhDzkk+30twWbHod9Jgusgm dj+J1fgp/0YKN1IqGkT4= X-Received: by 2002:ac2:5201:0:b0:479:3923:9559 with SMTP id a1-20020ac25201000000b0047939239559mr4608714lfl.553.1655444114879; Thu, 16 Jun 2022 22:35:14 -0700 (PDT) X-Google-Smtp-Source: AGRyM1tc7K7YKNoM+bbzJ6U1nkBbivf/kNj72aylyjgXw0Oxt5CZahFKcGo9PkRXDK98XdMibcW0iVdkJsijoe+SWcM= X-Received: by 2002:ac2:5201:0:b0:479:3923:9559 with SMTP id a1-20020ac25201000000b0047939239559mr4608705lfl.553.1655444114703; Thu, 16 Jun 2022 22:35:14 -0700 (PDT) MIME-Version: 1.0 References: <20220616093609.106130-1-xuan.ding@intel.com> <20220616094432.108148-1-xuan.ding@intel.com> In-Reply-To: <20220616094432.108148-1-xuan.ding@intel.com> From: David Marchand Date: Fri, 17 Jun 2022 07:35:03 +0200 Message-ID: Subject: Re: [PATCH v2] vhost: fix missing statistics update To: Xuan Ding Cc: Maxime Coquelin , "Xia, Chenbo" , dev , Jiayu Hu , "Ma, WenwuX" Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=dmarchan@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org On Thu, Jun 16, 2022 at 11:47 AM wrote: > > From: Xuan Ding > > This patch adds missing per-virtqueue statistics in async dequeue path. This would not happen if the async code was better integrated with the sync code. > > Fixes: 84d5204310d7("vhost: support async dequeue for split ring") > > Signed-off-by: Xuan Ding Reviewed-by: David Marchand -- David Marchand