From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrick McHardy Subject: Re: cups slow on linux-2.6.24 Date: Thu, 31 Jan 2008 19:53:57 +0100 Message-ID: <47A21945.2050005@trash.net> References: <47A07FEA.3000702@trash.net> <47A13573.7090804@trash.net> <47A13FBD.8050803@trash.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Cc: Jeff Chua , lkml , Krzysztof Piotr Oledzki , "David S. Miller" , cups-bugs , Netfilter Development Mailinglist To: Jozsef Kadlecsik Return-path: Received: from stinky.trash.net ([213.144.137.162]:56444 "EHLO stinky.trash.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759767AbYAaSyD (ORCPT ); Thu, 31 Jan 2008 13:54:03 -0500 In-Reply-To: Sender: netfilter-devel-owner@vger.kernel.org List-ID: Jozsef Kadlecsik wrote: > Hi Jeff, > > On Thu, 31 Jan 2008, Jeff Chua wrote: > >> On the bad run, I got the following message ... >> >> boston kernel: nf_ct_tcp: invalid packed ignored IN= OUT= >> SRC=127.0.0.1 DST=127.0.0.1 LEN=60 TOS=0x00 PREC=0x00 TTL=64 ID=8162 >> DF PROTO=TCP SPT=1016 DPT=515 SEQ=3834958843 ACK=0 WINDOW=32792 >> RES=0x00 SYN URGP=0 OPT (0204400C0402080A0000CC190000000001030307) >> UID=0 GID=65534 > > I can't find this packet in the last lo.bad pcap file. Could you dump the > bad traffic and send it together with the generated log record? > > Strange, but there are a lot of incorrect checksum packets. How does it > come on the loopback interface? Loopback doesn't perform full checksumming, so thats expected. Current kernel versions can tell userspace that its only a partial checksum, but I'm not sure whether tcpdump already supports this.