Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Thu, 30 Nov 2000 18:47:58 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Thu, 30 Nov 2000 18:47:48 -0500 Received: from pizda.ninka.net ([216.101.162.242]:22541 "EHLO pizda.ninka.net") by vger.kernel.org with ESMTP id ; Thu, 30 Nov 2000 18:47:36 -0500 Date: Thu, 30 Nov 2000 15:01:39 -0800 Message-Id: <200011302301.PAA07267@pizda.ninka.net> From: "David S. Miller" To: ben@zeus.com CC: ak@suse.de, linux-kernel@vger.kernel.org In-Reply-To: (message from Ben Mansell on Thu, 30 Nov 2000 22:57:09 +0000 (GMT)) Subject: Re: TCP push missing with writev() In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Date: Thu, 30 Nov 2000 22:57:09 +0000 (GMT) From: Ben Mansell vector[ 1 ].iov_base = NULL; vector[ 1 ].iov_len = 0; "Don't do that" :-) I'll doubt I will bother to fix it (it's not %100 trivial to fix and it will put a cost into a hot path). Even if I did, you're going to need to fix Zeus not to do writev's with empty iovec's like this so that you get the PSH's in current kernels. Later, David S. Miller davem@redhat.com - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org Please read the FAQ at http://www.tux.org/lkml/