Re: 2.6.17-rc4: netfilter LOG messages truncated via NETCONSOLE



Frank van Maarseveen wrote:
On Wed, May 31, 2006 at 06:36:35PM +0200, Patrick McHardy wrote:

The messages might get dropped when the output queue is full.
Does one of the drop counters shown by "ip -s link list"
and "tc -s -d qdisc show" increase (the other counts might also
give some clues)? Otherwise please apply the attached patch
(should fix tcpdump, last patch was incomplete) and post a dump.


No visible improvement with the new patch.

Does this mean tcpdump doesn't show any packets?

ip -s link doesn't show any
dropped packets so far with any patch and I don't use traffic control
that I'm aware of. But I'm not sure what to make of "tc" output, maybe
because CONFIG_SHAPER is not set:

# tc -s -d qdisc show
RTNETLINK answers: Invalid argument
Dump terminated

Thats because you're missing CONFIG_NET_SCHED. Please enable it and
try the tc command again, without it we can't see whether the qdisc
(which is present even without CONFIG_NET_SCHED) just dropped the
packets.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



Relevant Pages

  • Feedback on TCP: Make TCP_RTO_MAX a variable
    ... occasions were caused by floods of packets directed towards the internet ... Using Obata Noboru's ... patch, I set TCP_RTO_MAX to 5 seconds at both ends. ...
    (Linux-Kernel)
  • Re: Proposed 6.2 em RELEASE patch
    ... I am guessing its pretty well the same patch. ... Polling will ... Not sure if I am just hitting the limits of the PCIe bus, or interrupt moderation is not kicking in, or this is a case of "Doctor, it hurts when I send a lot of packets through"... ... Since my box does not take too much load and to me a slightly more loaded machine is better than an unstable one i re-complied the kernel without SMP so I have a dual CPU system with only one of the CPU's working. ...
    (freebsd-net)
  • Re: Proposed 6.2 em RELEASE patch
    ... I am guessing its pretty well the same patch. ... Polling will ... Not sure if I am just hitting the limits of the PCIe bus, or interrupt moderation is not kicking in, or this is a case of "Doctor, it hurts when I send a lot of packets through"... ... Since my box does not take too much load and to me a slightly more loaded machine is better than an unstable one i re-complied the kernel without SMP so I have a dual CPU system with only one of the CPU's working. ...
    (freebsd-stable)
  • Re: re(4) problem
    ... >>> Since you're using MSI, would you try attached patch? ... >>> Pyun YongHyeon ... 100 packets transmitted, 100 packets received, 0.0% packet loss ...
    (freebsd-current)
  • Re: [PATCH upate] iso transmit cycle skip patch
    ... I have to admit that I didn't write the patch with the idea of mainline inclusion in mind, but merely as a proof of concept. ... If the transmit fifo can't contain more than one packet (big packets), the DMA should provide a new packet each cycle. ... the meaning of the dropped parameter is: if it's nonzero, ...
    (Linux-Kernel)