From: 李哲 <sensor1010@163.com>
To: davem@davemloft.net, edumazet@google.com, kuba@kernel.org,
pabeni@redhat.com, bigeasy@linutronix.de, imagedong@tencent.com,
kuniyu@amazon.com, petrm@nvidia.com
Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org,
李哲 <sensor1010@163.com>
Subject: [PATCH v1] net/dev.c : Remove redundant state settings after waking up
Date: Tue, 10 Jan 2023 01:14:09 -0800 [thread overview]
Message-ID: <20230110091409.2962-1-sensor1010@163.com> (raw)
the task status has been set to TASK_RUNNING in shcedule(),
no need to set again here
Signed-off-by: 李哲 <sensor1010@163.com>
---
net/core/dev.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/net/core/dev.c b/net/core/dev.c
index b76fb37b381e..4bd2d4b954c9 100644
--- a/net/core/dev.c
+++ b/net/core/dev.c
@@ -6580,7 +6580,6 @@ static int napi_thread_wait(struct napi_struct *napi)
schedule();
/* woken being true indicates this thread owns this napi. */
woken = true;
- set_current_state(TASK_INTERRUPTIBLE);
}
__set_current_state(TASK_RUNNING);
--
2.17.1
next reply other threads:[~2023-01-10 9:16 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-01-10 9:14 李哲 [this message]
2023-01-10 9:29 ` [PATCH v1] net/dev.c : Remove redundant state settings after waking up Eric Dumazet
2023-01-11 0:30 ` Jakub Kicinski
2023-01-11 0:42 ` Wei Wang
2023-01-11 7:32 ` Sebastian Andrzej Siewior
2023-01-11 18:20 ` Jakub Kicinski
2023-01-11 19:39 ` Wei Wang
[not found] ` <706ea669.7a09.1869dce0851.Coremail.sensor1010@163.com>
2023-03-01 17:07 ` Jakub Kicinski
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=20230110091409.2962-1-sensor1010@163.com \
--to=sensor1010@163.com \
--cc=bigeasy@linutronix.de \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=imagedong@tencent.com \
--cc=kuba@kernel.org \
--cc=kuniyu@amazon.com \
--cc=linux-kernel@vger.kernel.org \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=petrm@nvidia.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).