From: Jakub Kicinski <kuba@kernel.org>
To: liming.wu@jaguarmicro.com
Cc: "Michael S . Tsirkin" <mst@redhat.com>,
Jason Wang <jasowang@redhat.com>,
kvm@vger.kernel.org, virtualization@lists.linux-foundation.org,
netdev@vger.kernel.org, linux-kernel@vger.kernel.org,
angus.chen@jaguarmicro.com
Subject: Re: [PATCH] virtio_net: simplify tx queue wake condition check
Date: Mon, 7 Jul 2025 18:37:33 -0700 [thread overview]
Message-ID: <20250707183733.4088e82f@kernel.org> (raw)
In-Reply-To: <20250702014139.721-1-liming.wu@jaguarmicro.com>
On Wed, 2 Jul 2025 09:41:39 +0800 liming.wu@jaguarmicro.com wrote:
> From: Liming Wu <liming.wu@jaguarmicro.com>
>
> Consolidate the two nested if conditions for checking tx queue wake
> conditions into a single combined condition. This improves code
> readability without changing functionality. And move netif_tx_wake_queue
> into if condition to reduce unnecessary checks for queue stops.
No longer applies, please rebase and repost if its still necessary.
--
pw-bot: cr
prev parent reply other threads:[~2025-07-08 1:37 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-07-02 1:41 [PATCH] virtio_net: simplify tx queue wake condition check liming.wu
2025-07-04 10:03 ` Lei Yang
2025-07-07 3:38 ` Jason Wang
2025-07-08 1:37 ` Jakub Kicinski [this message]
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=20250707183733.4088e82f@kernel.org \
--to=kuba@kernel.org \
--cc=angus.chen@jaguarmicro.com \
--cc=jasowang@redhat.com \
--cc=kvm@vger.kernel.org \
--cc=liming.wu@jaguarmicro.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mst@redhat.com \
--cc=netdev@vger.kernel.org \
--cc=virtualization@lists.linux-foundation.org \
/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 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.