From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Dumazet Subject: RE: [PATCH V2 2/7] tcp: use limited socket backlog Date: Thu, 04 Mar 2010 15:56:30 +0100 Message-ID: <1267714590.3302.1.camel@edumazet-laptop> References: <1267605389-7369-1-git-send-email-yi.zhu@intel.com> <1267605389-7369-2-git-send-email-yi.zhu@intel.com> <1267606433.2997.4.camel@edumazet-laptop> <1267607162.2370.169.camel@debian> <1267610843.2997.7.camel@edumazet-laptop> <1267626678.2997.25.camel@edumazet-laptop> <1267682431.2943.10.camel@edumazet-laptop> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: "netdev@vger.kernel.org" , "David S. Miller" , Alexey Kuznetsov , "Pekka Savola (ipv6)" , Patrick McHardy To: "Zhu, Yi" Return-path: Received: from mail-bw0-f209.google.com ([209.85.218.209]:41052 "EHLO mail-bw0-f209.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752274Ab0CDO4g (ORCPT ); Thu, 4 Mar 2010 09:56:36 -0500 Received: by bwz1 with SMTP id 1so439441bwz.21 for ; Thu, 04 Mar 2010 06:56:34 -0800 (PST) In-Reply-To: Sender: netdev-owner@vger.kernel.org List-ID: Le jeudi 04 mars 2010 =C3=A0 19:04 +0800, Zhu, Yi a =C3=A9crit : >=20 > Since neither sk_drops nor the new MIB value are used by TCP currentl= y. > How about I keep the tcp backlog limit patch as is and you implement > the above in another patch? Sure, I will do that