From: Maxime Coquelin <maxime.coquelin@redhat.com>
To: Gaoxiang Liu <gaoxiangliu0@163.com>, chenbo.xia@intel.com
Cc: dev@dpdk.org, liugaoxiang@huawei.com
Subject: Re: [dpdk-dev] [PATCH v3] net/vhost: merge vhost stats loop in vhost Tx/Rx
Date: Thu, 21 Oct 2021 14:34:00 +0200 [thread overview]
Message-ID: <67a2279a-e543-9592-30ca-2bb6badbef3e@redhat.com> (raw)
In-Reply-To: <20211017231952.162-1-gaoxiangliu0@163.com>
On 10/18/21 01:19, Gaoxiang Liu wrote:
> To improve performance in vhost Tx/Rx, merge vhost stats loop.
> eth_vhost_tx has 2 loop of send num iteraion.
> It can be merge into one.
> eth_vhost_rx has the same issue as Tx.
>
> Signed-off-by: Gaoxiang Liu <gaoxiangliu0@163.com>
> ---
>
> v2:
> * Fix coding style issues.
>
> v3:
> * add __rte_always_inline to vhost_update_single_packet_xstats.
> ---
> drivers/net/vhost/rte_eth_vhost.c | 64 ++++++++++++++-----------------
> 1 file changed, 29 insertions(+), 35 deletions(-)
>
Applied to dpdk-next-virtio/main.
Thanks,
Maxime
next prev parent reply other threads:[~2021-10-21 12:34 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-09-26 12:56 [dpdk-dev] [PATCH] " Gaoxiang Liu
2021-09-27 1:30 ` [dpdk-dev] [PATCH v2] " Gaoxiang Liu
2021-09-28 1:43 ` Gaoxiang Liu
2021-10-06 10:42 ` Gaoxiang Liu
2021-10-15 12:16 ` Maxime Coquelin
2021-10-16 8:59 ` Gaoxiang Liu
2021-10-17 23:19 ` [dpdk-dev] [PATCH v3] " Gaoxiang Liu
2021-10-21 10:04 ` Maxime Coquelin
2021-10-21 12:34 ` Maxime Coquelin [this message]
2021-10-21 18:56 ` Ferruh Yigit
2021-10-22 1:35 ` Gaoxiang Liu
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=67a2279a-e543-9592-30ca-2bb6badbef3e@redhat.com \
--to=maxime.coquelin@redhat.com \
--cc=chenbo.xia@intel.com \
--cc=dev@dpdk.org \
--cc=gaoxiangliu0@163.com \
--cc=liugaoxiang@huawei.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).