From owner-svn-src-head@FreeBSD.ORG Mon May 25 12:27:04 2015 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 96497A3A; Mon, 25 May 2015 12:27:04 +0000 (UTC) (envelope-from gnn@freebsd.org) Received: from vps.hungerhost.com (vps.hungerhost.com [216.38.53.176]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6E716CD2; Mon, 25 May 2015 12:27:04 +0000 (UTC) (envelope-from gnn@freebsd.org) Received: from [65.255.63.108] (port=56667 helo=[10.144.4.135]) by vps.hungerhost.com with esmtpsa (TLSv1:DHE-RSA-AES256-SHA:256) (Exim 4.82) (envelope-from ) id 1YwrTC-0005VC-Ss; Mon, 25 May 2015 08:27:03 -0400 From: "George Neville-Neil" To: "Julian Elischer" Cc: "hiren panchasara" , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r282240 - in head: cddl/lib/libdtrace sys/netinet Date: Mon, 25 May 2015 08:27:00 -0400 Message-ID: In-Reply-To: <55628DDC.4030506@freebsd.org> References: <201504291719.t3THJtIM020724@svn.freebsd.org> <20150523215927.GM95600@strugglingcoder.info> <820BB330-CCB9-46DE-86CF-3D233B84F69B@freebsd.org> <55628DDC.4030506@freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; format=flowed X-Mailer: MailMate (1.9.1r5084) 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-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.20 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: Mon, 25 May 2015 12:27:04 -0000 On 24 May 2015, at 22:50, Julian Elischer wrote: > On 5/24/15 9:24 PM, George Neville-Neil wrote: >> >> On 23 May 2015, at 17:59, hiren panchasara wrote: >> >>> On 04/29/15 at 05:19P, George V. Neville-Neil wrote: >>>> Author: gnn >>>> Date: Wed Apr 29 17:19:55 2015 >>>> New Revision: 282240 >>>> URL: https://svnweb.freebsd.org/changeset/base/282240 >>>> >>>> Log: >>>> Brief demo script showing the various values that can be read via >>>> the new SIFTR statically defined tracepoint (SDT). >>>> >>>> Differential Revision: https://reviews.freebsd.org/D2387 >>>> Reviewed by: bz, markj >>>> >>>> Modified: >>>> head/cddl/lib/libdtrace/tcp.d >>>> head/sys/netinet/in_kdtrace.c >>>> head/sys/netinet/in_kdtrace.h >>>> head/sys/netinet/siftr.c >>> George, >>> >>> This seems useful. Can this be MFC'd to 10? >>> >> I think it can be. I'll mark this and do it when I'm back from >> holiday. Nag me if I forget :-) >> >> Best, >> George > > > George.. check out this script to make MFCs to 10 an absolute snap.. > > instead of being a worrying operation, it's a few keystrokes... > http://www.freebsd.org/~julian/MFC-10.sh > credits to Bapt for the original (ports) idea. Thanks! Best, George