From owner-svn-src-all@freebsd.org Wed Dec 16 15:17:57 2015 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F194DA4829A for ; Wed, 16 Dec 2015 15:17:57 +0000 (UTC) (envelope-from rrs@netflix.com) Received: from mail-pf0-x229.google.com (mail-pf0-x229.google.com [IPv6:2607:f8b0:400e:c00::229]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C074213E1 for ; Wed, 16 Dec 2015 15:17:57 +0000 (UTC) (envelope-from rrs@netflix.com) Received: by mail-pf0-x229.google.com with SMTP id o64so13528665pfb.3 for ; Wed, 16 Dec 2015 07:17:57 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netflix.com; s=google; h=content-type:mime-version:subject:from:in-reply-to:date:cc :message-id:references:to; bh=9U9jng4fDoasdc7zYT0m+z1SwkoZewktRDafn4qNGtw=; b=qfyP22rpOoMa8B30l01SZwwoxGNXr/FULarwBNPoQPCaG6cE5QEG3ht6VBz1WnaDZi 1dGI80f1twKmoH9u2XGkITRyeoS1R/uCDcWVtcv9hQFj+sXL/TxIZwNDVVi0xV8jIaMH HW9/CVJfW0olzQWU6hUP6dukklZpEDDJFc/Ok= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:content-type:mime-version:subject:from :in-reply-to:date:cc:message-id:references:to; bh=9U9jng4fDoasdc7zYT0m+z1SwkoZewktRDafn4qNGtw=; b=I4tUbbZOkwoLPB9kcbx4d4qZkvmaMD1664wB6S2m6lE1puwqJr+vM5ZwMAYoOe+wa5 EqddnvTWtePCKCulOBJuql+3sSVPL+mYnbRW/sqezPhb+PmHipuJWuS3ahn7Dawl6gx2 N1DFX4d0mdpn/0vjxZClQfvohszX3BWCL/C7wCoQOf8ac6pQkVRpY7ZFxLSZq/RJSJ6y 03NUSzl+wLAFQgR7iXpJvxd8JWi7XR35Bi3JV79KRuMZk1XsQcEI3c1xSvgoLPx3ZK6n vlbC5jiZUTIVF1jPBdhbqLEewV8Zijx3ltwado504EBe4vkNDV5I1Gs1gS6xFqQRN7WC Xp4A== X-Gm-Message-State: ALoCoQmqk/fOgRhOk9zAhe/yiZAzc3cgLT+qqyDP5YZf5/g35PYi8Isl1lj4gujuPftlxfZr2P1xaiBlIjCg1ayGjrw36pmvsw== X-Received: by 10.98.16.66 with SMTP id y63mr6106308pfi.106.1450279077284; Wed, 16 Dec 2015 07:17:57 -0800 (PST) Received: from [10.0.104.77] (173-164-135-226-SFBA.hfc.comcastbusiness.net. [173.164.135.226]) by smtp.gmail.com with ESMTPSA id tb8sm9956413pab.22.2015.12.16.07.17.53 (version=TLS1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 16 Dec 2015 07:17:56 -0800 (PST) Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) Subject: Re: svn commit: r292309 - in head/sys: modules modules/tcp modules/tcp/fastpath netinet netinet/tcp_stacks From: Randall Stewart In-Reply-To: Date: Wed, 16 Dec 2015 07:17:49 -0800 Cc: "src-committers@freebsd.org" , "svn-src-all@freebsd.org" , "svn-src-head@freebsd.org" Message-Id: References: <201512160056.tBG0ujqA067178@repo.freebsd.org> To: Ed Maste X-Mailer: Apple Mail (2.1878.6) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Dec 2015 15:17:58 -0000 r292336 should take care of that let me know if it does not.. I am getting on a plane to head back from CA. to S.C. shortly but I will = be online for a couple more hours :-) R On Dec 16, 2015, at 6:00 AM, Ed Maste wrote: > On 16 December 2015 at 00:56, Randall Stewart wrote: >> Author: rrs >> Date: Wed Dec 16 00:56:45 2015 >> New Revision: 292309 >> URL: https://svnweb.freebsd.org/changeset/base/292309 >>=20 >> Log: >> First cut of the modularization of our TCP stack. Still >> to do is to clean up the timer handling using the async-drain. >> Other optimizations may be coming to go with this. Whats here >> will allow differnet tcp implementations (one included). >> Reviewed by: jtl, hiren, transports >> Sponsored by: Netflix Inc. >> Differential Revision: D4055 >=20 > This broke at least powerpc builds: >=20 > = /scratch/tmp/emaste/freebsd/sys/modules/tcp/fastpath/../../../netinet/tcp_= stacks/fastpath.c:148: > warning: redundant redeclaration of 'tcp_dooptions' > [-Wredundant-decls] > /scratch/tmp/emaste/freebsd/sys/netinet/tcp_var.h:736: warning: > previous declaration of 'tcp_dooptions' was here > = /scratch/tmp/emaste/freebsd/sys/modules/tcp/fastpath/../../../netinet/tcp_= stacks/fastpath.c:150: > warning: redundant redeclaration of 'tcp_dropwithreset' > [-Wredundant-decls] > /scratch/tmp/emaste/freebsd/sys/netinet/tcp_var.h:738: warning: > previous declaration of 'tcp_dropwithreset' was here > = /scratch/tmp/emaste/freebsd/sys/modules/tcp/fastpath/../../../netinet/tcp_= stacks/fastpath.c:152: > warning: redundant redeclaration of 'tcp_pulloutofband' > [-Wredundant-decls] > /scratch/tmp/emaste/freebsd/sys/netinet/tcp_var.h:740: warning: > previous declaration of 'tcp_pulloutofband' was here > = /scratch/tmp/emaste/freebsd/sys/modules/tcp/fastpath/../../../netinet/tcp_= stacks/fastpath.c:153: > warning: redundant redeclaration of 'tcp_xmit_timer' > [-Wredundant-decls] > /scratch/tmp/emaste/freebsd/sys/netinet/tcp_var.h:741: warning: > previous declaration of 'tcp_xmit_timer' was here > ... -------- Randall Stewart rrs@netflix.com 803-317-4952