From owner-svn-src-head@freebsd.org Sat May 28 09:21:42 2016 Return-Path: Delivered-To: svn-src-head@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 72D65B4C561; Sat, 28 May 2016 09:21:42 +0000 (UTC) (envelope-from kmacybsd@gmail.com) Received: from mail-io0-x229.google.com (mail-io0-x229.google.com [IPv6:2607:f8b0:4001:c06::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 2E7281DA6; Sat, 28 May 2016 09:21:42 +0000 (UTC) (envelope-from kmacybsd@gmail.com) Received: by mail-io0-x229.google.com with SMTP id 190so85218316iow.1; Sat, 28 May 2016 02:21:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc; bh=57qUpEjowu4Kw6EsFU2qEWL0uq4+jPlC8p5aoAV7q60=; b=XwAC6IvPbgKBZtjLJUhni2M5q3fF6Qr6M/4OjMCYIgX6Yg2pMTsFtfyuptRHfCn8s1 JIAoBY7g4xBS45dPu94DU86KD+zubh992ctT4evpn9KaRH3KOS57OGi2Gj7jAmJmoepz e6nGFd1PcRk4Z5OcEOhZm5SpCjs7waZIC2sKhqs6D+YbDokIUWBANLxDDltZIq0n3TDE YAjhp3+ZjPfMyjxnOUq3kenSSVF4SpUmLHv0pwPFjW/o7Agz2z9RwUK8P9mSD001wt8Y c5rmE37DsBtON0fn/9in0PK+tLDBmGufaKAP+PVqdv5xCxEkWiOADXO+rMrLpFK1EQCU +w/w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:date :message-id:subject:from:to:cc; bh=57qUpEjowu4Kw6EsFU2qEWL0uq4+jPlC8p5aoAV7q60=; b=STJx2bN2mpJbsgWP+b/1npGK8rPwJB5TUvWBLf+7ecaDrFXaBHpkH9kFWAORlIQLDu lvIviGg+ROX2nt+1U6OOJHRse0XbbL2tfBE8p+Ufb08Dav7GVyi5nLQXw4FbOYuiA5uH dMwLfBwy3VvYCkIT7NKtNc/2TlOkG1hzZ9XRGUd5ge7aEcuNlQ7+Uka4JaybdjlMTJyM NMIPVcvmO67mRNMjhOyU01GyOQ7W4mU3bOHzZx7op5rBMB+0koMoVtuDc8uxZRuRYDQf uf2kt2QMMvhl9fGCyah/v5g0lfDbV1W/PvjjzdrE3zCx3ZwZTRtfzzERsS+lIVTJxNbe A6Og== X-Gm-Message-State: ALyK8tKgQ7HTH0LPJdsCSEgtJXB762QIFOzd2JqDMoTMnDz5aV4B3JhOy/Zh7k5ZclXdBiWJRpzOrFg7wwHjEg== MIME-Version: 1.0 X-Received: by 10.107.37.16 with SMTP id l16mr15683356iol.138.1464427301577; Sat, 28 May 2016 02:21:41 -0700 (PDT) Sender: kmacybsd@gmail.com Received: by 10.107.132.212 with HTTP; Sat, 28 May 2016 02:21:41 -0700 (PDT) In-Reply-To: <1EF6F385-D12B-4956-B501-8CB8BD414E7E@lists.zabbadoz.net> References: <201605271731.u4RHV2oW071581@repo.freebsd.org> <20160528000259.GY58287@FreeBSD.org> <1EF6F385-D12B-4956-B501-8CB8BD414E7E@lists.zabbadoz.net> Date: Sat, 28 May 2016 02:21:41 -0700 X-Google-Sender-Auth: 1D5W8coOyWHyJjjLUjjXn-xELmA Message-ID: Subject: Re: svn commit: r300854 - in head/sys: netinet netinet6 From: "K. Macy" To: "Bjoern A. Zeeb" Cc: Gleb Smirnoff , "svn-src-head@freebsd.org" , "svn-src-all@freebsd.org" , "src-committers@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.22 X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 May 2016 09:21:42 -0000 On Friday, May 27, 2016, Bjoern A. Zeeb wrote: > > > On 28 May 2016, at 00:02 , Gleb Smirnoff wrote: > > > > On Fri, May 27, 2016 at 02:27:45PM -0700, Adrian Chadd wrote: > > A> Hm, doesnt this make sense to do as part of RO_RTFREE? > > > > I agree that it looks messy, but for now we just need to fix instapanic. > > > > I will either return to this, or may be melifaro's new routing will > > outperform FLOWTABLE and we can delete it. > > This statement makes no sense to me at this point anymore. > For local connections you have cached routes; no lookup will be faster. > > For forwarding flowtable should not be used anyway. > > Flowtable does, or at least did (I don't know how much the code has been handicapped in the meantime), stateful handling of flows. Neither inpcb caching nor melifaro's routing improvements apply. Perhaps obsolete as the band aid it was being used for. What you mean is that with L2 caching in the inPCB, flowtable will become > obsolete? > > /bz > _______________________________________________ > svn-src-head@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/svn-src-head > To unsubscribe, send any mail to "svn-src-head-unsubscribe@freebsd.org > " >