From: Patrick McHardy <kaber@trash.net>
To: Arkadiusz Miskiewicz <arekm@maven.pl>
Cc: netdev@vger.kernel.org
Subject: Re: ~3 hours old git tree: Virtual device lo asks to queue packet!
Date: Thu, 19 Jul 2007 11:25:40 +0200 [thread overview]
Message-ID: <469F2E14.9050200@trash.net> (raw)
In-Reply-To: <200707190819.53364.arekm@maven.pl>
[-- Attachment #1: Type: text/plain, Size: 575 bytes --]
Arkadiusz Miskiewicz wrote:
> On Thursday 19 of July 2007, Patrick McHardy wrote:
>
>>Arkadiusz Miskiewicz wrote:
>>
>>>I'm having problems with networking on recent git kernel.
>>>
>>>kernel logs tons of "Virtual device lo asks to queue packet!"
>>>and networking stops working correctly:
>>>
>>>CONFIG_NETDEVICES_MULTIQUEUE=y
>>
>>Does it go away if you disable this option?
>
>
> Yes, it goes away after disabling this.
I don't see a bug in the code itself, maybe the queue_mapping points
to an invalid subqueue. Could you please try this patch and post the
output?
[-- Attachment #2: x --]
[-- Type: text/plain, Size: 457 bytes --]
diff --git a/net/core/dev.c b/net/core/dev.c
index 6357f54..f188ffa 100644
--- a/net/core/dev.c
+++ b/net/core/dev.c
@@ -1605,7 +1605,8 @@ gso:
HARD_TX_UNLOCK(dev);
if (net_ratelimit())
printk(KERN_CRIT "Virtual device %s asks to "
- "queue packet!\n", dev->name);
+ "queue packet subqueue %u!\n",
+ dev->name, skb->queue_mapping);
} else {
/* Recursion is detected! It is possible,
* unfortunately */
next prev parent reply other threads:[~2007-07-19 9:26 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-07-18 20:18 ~3 hours old git tree: Virtual device lo asks to queue packet! Arkadiusz Miskiewicz
2007-07-18 23:06 ` Patrick McHardy
2007-07-19 6:19 ` Arkadiusz Miskiewicz
2007-07-19 9:25 ` Patrick McHardy [this message]
2007-07-19 10:11 ` Patrick McHardy
2007-07-19 11:52 ` Arkadiusz Miskiewicz
2007-07-19 13:13 ` Patrick McHardy
2007-07-21 2:47 ` David Miller
2007-07-21 3:38 ` Patrick McHardy
2007-07-21 5:33 ` David Miller
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=469F2E14.9050200@trash.net \
--to=kaber@trash.net \
--cc=arekm@maven.pl \
--cc=netdev@vger.kernel.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 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).