This message generated a parse failure. Raw output follows here. Please use 'back' to navigate. From devnull@lkml.org Thu Apr 18 21:19:46 2024 Delivery-date: Thu, 10 Aug 2006 18:10:17 +0000 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1422682AbWHJSJq (ORCPT ); Thu, 10 Aug 2006 14:09:46 -0400 Received: from spirit.analogic.com ([204.178.40.4]:56589 "EHLO spirit.analogic.com") by vger.kernel.org with ESMTP id S1422680AbWHJSJp convert rfc822-to-8bit (ORCPT ); Thu, 10 Aug 2006 14:09:45 -0400 Received: from chaos.analogic.com ([10.112.50.11]) by phoenix.analogic.com with Microsoft SMTPSVC(6.0.3790.211); Thu, 10 Aug 2006 14:09:34 -0400 Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7BIT X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Received: from chaos.analogic.com (localhost [127.0.0.1]) by chaos.analogic.com (8.12.11/8.12.11) with ESMTP id k7AI9YcR004655; Thu, 10 Aug 2006 14:09:34 -0400 Received: (from linux-os@localhost) by chaos.analogic.com (8.12.11/8.12.11/Submit) id k7AI9Yol004654; Thu, 10 Aug 2006 14:09:34 -0400 X-OriginalArrivalTime: 10 Aug 2006 18:09:34.0871 (UTC) FILETIME=[22A9AA70:01C6BCA8] content-class: urn:content-classes:message Subject: Re: Network compatibility and performance Date: Thu, 10 Aug 2006 14:09:34 -0400 Message-Id: In-Reply-To: <20060810102841.55efa78a@localhost.localdomain> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Network compatibility and performance Thread-Index: Aca8qCK4jv6Z6imFQr6EDxa2rtrCbQ== References: <20060810102841.55efa78a@localhost.localdomain> From: "linux-os \(Dick Johnson\)" To: "Stephen Hemminger" Cc: Reply-To: "linux-os \(Dick Johnson\)" Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 10 Aug 2006, Stephen Hemminger wrote: > On Thu, 10 Aug 2006 11:34:23 -0400 > "linux-os \(Dick Johnson\)" wrote: > >> >> Hello, >> >> Network throughput is seriously defective with linux-2.6.16.24 >> if the length given to 'write()' is a large number. >> >> Given this code on a connected socket........ > > What protocol (TCP?) and what Ethernet hardware (does it support TSO)? > Did you set non-blocking? A connected TCP socket. The Ethernet hardware was also described (Intel using e1000 as shown) It's on PCI-X 133MHz, two devices on the motherboard, not really relevent because it worked previously as described. TSO? No ARPA virtual terminals here. They went away in 1972. The socket was set to non-blocking because the same socket is used for reading (not at the same time), using poll() to find when data are supposed to be available. BTW, read() code used to use poll() to find out when data were available, but if poll returned POLLIN, sometimes data would NOT be available and the code would hang . Therefore a work-around was to set the socket non-blocking. Under the conditions where poll() would return POLLIN and a read of a non-blocking socket returned no data, the errno was 3 (no such process) which seems really strange. Nevertheless, this has worked in the field for quite some time. There are no threads or child processes sharing data. Just a task receiving messages (commands) and then sending data (responses). Nothing in any user code overlaps. Cheers, Dick Johnson Penguin : Linux version 2.6.16.24 on an i686 machine (5592.62 BogoMips). New book: http://www.AbominableFirebug.com/ _  **************************************************************** The information transmitted in this message is confidential and may be privileged. Any review, retransmission, dissemination, or other use of this information by persons or entities other than the intended recipient is prohibited. If you are not the intended recipient, please notify Analogic Corporation immediately - by replying to this message or by sending an email to DeliveryErrors@analogic.com - and destroy all copies of this information, including any attachments, without reading or disclosing them. Thank you. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/