From owner-svn-src-all@freebsd.org Thu Jun 2 20:50:56 2016 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 60143B6594F; Thu, 2 Jun 2016 20:50:56 +0000 (UTC) (envelope-from gnn@freebsd.org) Received: from smtp.hungerhost.com (smtp.hungerhost.com [216.38.51.7]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3B2891D18; Thu, 2 Jun 2016 20:50:55 +0000 (UTC) (envelope-from gnn@freebsd.org) Received: from nyufwa-guests-01.natpool.nyu.edu ([192.76.177.124]:4910 helo=[172.30.17.42]) by vps.hungerhost.com with esmtpsa (TLSv1:DHE-RSA-AES256-SHA:256) (Exim 4.87) (envelope-from ) id 1b8ZZv-0002og-2O; Thu, 02 Jun 2016 16:50:55 -0400 From: "George Neville-Neil" To: "Ngie Cooper" Cc: "src-committers@freebsd.org" , "svn-src-all@freebsd.org" , "svn-src-head@freebsd.org" Subject: Re: svn commit: r301217 - in head/sys: net netinet netinet6 Date: Thu, 02 Jun 2016 16:50:54 -0400 Message-ID: <8DBC3C44-AAF3-4C84-986D-BABC1BF7BE13@freebsd.org> In-Reply-To: References: <201606021751.u52HpTrH090384@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; format=flowed X-Mailer: MailMate (1.9.4r5234) X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - vps.hungerhost.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - freebsd.org X-Get-Message-Sender-Via: vps.hungerhost.com: authenticated_id: gnn@neville-neil.com X-Authenticated-Sender: vps.hungerhost.com: gnn@neville-neil.com X-Source: X-Source-Args: X-Source-Dir: X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.22 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: Thu, 02 Jun 2016 20:50:56 -0000 On 2 Jun 2016, at 16:21, Ngie Cooper wrote: > On Thu, Jun 2, 2016 at 10:51 AM, George V. Neville-Neil > wrote: >> Author: gnn >> Date: Thu Jun 2 17:51:29 2016 >> New Revision: 301217 >> URL: https://svnweb.freebsd.org/changeset/base/301217 >> >> Log: >> This change re-adds L2 caching for TCP and UDP, as originally added >> in D4306 >> but removed due to other changes in the system. Restore the llentry >> pointer >> to the "struct route", and use it to cache the L2 lookup (ARP or >> ND6) as >> appropriate. >> >> Submitted by: Mike Karels >> Differential Revision: https://reviews.freebsd.org/D6262 > > This broke ibcore: > https://lists.freebsd.org/pipermail/freebsd-current/2016-June/061640.html > Thanks, > -Ngie About to commit a fix. Best, George