From: Frank van Maarseveen <frankvm@frankvm.com>
To: Patrick McHardy <kaber@trash.net>
Cc: linux-kernel@vger.kernel.org,
Kernel Netdev Mailing List <netdev@vger.kernel.org>
Subject: Re: 2.6.17-rc4: netfilter LOG messages truncated via NETCONSOLE (2)
Date: Fri, 2 Jun 2006 16:39:22 +0200 [thread overview]
Message-ID: <20060602143922.GA8572@janus> (raw)
In-Reply-To: <44804828.2050909@trash.net>
On Fri, Jun 02, 2006 at 04:16:08PM +0200, Patrick McHardy wrote:
> Which network driver are you using?
I've seen it with two completely different NICs at the sender side:
0000:02:08.0 Ethernet controller: Intel Corporation 82557/8/9 [Ethernet Pro 100] (rev 05)
0000:02:00.0 Ethernet controller: Broadcom Corporation NetXtreme BCM5751 Gigabit Ethernet PCI Express (rev 01)
Snippet from bootlog:
Jun 2 16:24:05 posio kernel: e100: Intel(R) PRO/100 Network Driver, 3.5.10-k2-NAPI
Jun 2 16:24:05 posio kernel: e100: Copyright(c) 1999-2005 Intel Corporation
Jun 2 16:24:05 posio kernel: ACPI: PCI Interrupt 0000:02:08.0[A] -> GSI 16 (level, low) -> IRQ 16
Jun 2 16:24:05 posio kernel: e100: eth0: e100_probe: addr 0x40400000, irq 16, MAC addr 00:08:C7:69:29:AE
Jun 2 16:24:05 posio kernel: netconsole: device eth0 not up yet, forcing it
Jun 2 16:24:05 posio kernel: e100: eth0: e100_watchdog: link up, 100Mbps, full-duplex
Jun 2 16:24:05 posio kernel: netconsole: carrier detect appears untrustworthy, waiting 4 seconds
Jun 2 16:24:05 posio kernel: netconsole: network logging started
> Does this patch show anything in
> the ringbuffer?
no.
> --- a/net/core/netpoll.c
> +++ b/net/core/netpoll.c
> @@ -302,6 +302,9 @@ static void netpoll_send_skb(struct netp
> netpoll_poll(np);
> udelay(50);
> } while (npinfo->tries > 0);
> +
> + printk("failed to transmit\n");
> + kfree_skb(skb);
> }
>
> void netpoll_send_udp(struct netpoll *np, const char *msg, int len)
--
Frank
prev parent reply other threads:[~2006-06-02 14:39 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20060531094626.GA23156@janus>
2006-05-31 14:57 ` 2.6.17-rc4: netfilter LOG messages truncated via NETCONSOLE Patrick McHardy
2006-05-31 16:06 ` Frank van Maarseveen
2006-05-31 16:36 ` Patrick McHardy
2006-05-31 17:29 ` Frank van Maarseveen
2006-05-31 17:46 ` Patrick McHardy
2006-05-31 18:20 ` Frank van Maarseveen
2006-06-01 9:11 ` Frank van Maarseveen
2006-06-01 17:34 ` Patrick McHardy
2006-06-02 12:35 ` Frank van Maarseveen
2006-06-02 14:02 ` 2.6.17-rc4: netfilter LOG messages truncated via NETCONSOLE (2) Frank van Maarseveen
2006-06-02 14:16 ` Patrick McHardy
2006-06-02 14:39 ` Frank van Maarseveen [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=20060602143922.GA8572@janus \
--to=frankvm@frankvm.com \
--cc=kaber@trash.net \
--cc=linux-kernel@vger.kernel.org \
--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).