From owner-svn-soc-all@freebsd.org Thu Aug 27 10:13:52 2015 Return-Path: Delivered-To: svn-soc-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 313CB9C3788 for ; Thu, 27 Aug 2015 10:13:52 +0000 (UTC) (envelope-from bzeeb-lists@lists.zabbadoz.net) Received: from mx1.sbone.de (mx1.sbone.de [IPv6:2a01:4f8:130:3ffc::401:25]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "mx1.sbone.de", Issuer "SBone.DE" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id D43A21808; Thu, 27 Aug 2015 10:13:45 +0000 (UTC) (envelope-from bzeeb-lists@lists.zabbadoz.net) Received: from mail.sbone.de (mail.sbone.de [IPv6:fde9:577b:c1a9:31::2013:587]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.sbone.de (Postfix) with ESMTPS id 8CA0325D3897; Thu, 27 Aug 2015 10:13:42 +0000 (UTC) Received: from content-filter.sbone.de (content-filter.sbone.de [IPv6:fde9:577b:c1a9:31::2013:2742]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.sbone.de (Postfix) with ESMTPS id DA354C770AB; Thu, 27 Aug 2015 10:13:41 +0000 (UTC) X-Virus-Scanned: amavisd-new at sbone.de Received: from mail.sbone.de ([IPv6:fde9:577b:c1a9:31::2013:587]) by content-filter.sbone.de (content-filter.sbone.de [fde9:577b:c1a9:31::2013:2742]) (amavisd-new, port 10024) with ESMTP id tWLHwLO7gUSM; Thu, 27 Aug 2015 10:13:40 +0000 (UTC) Received: from [IPv6:fde9:577b:c1a9:4420:cabc:c8ff:fe8b:4fe6] (orange-tun0-ula.sbone.de [IPv6:fde9:577b:c1a9:4420:cabc:c8ff:fe8b:4fe6]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.sbone.de (Postfix) with ESMTPSA id 5CA34C77037; Thu, 27 Aug 2015 10:13:40 +0000 (UTC) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2104\)) Subject: Re: socsvn commit: r290244 - in soc2015/btw/head/sys: net netinet netinet6 From: "Bjoern A. Zeeb" In-Reply-To: <201508270754.t7R7s13d051650@socsvn.freebsd.org> Date: Thu, 27 Aug 2015 10:13:38 +0000 Cc: svn-soc-all@FreeBSD.org Content-Transfer-Encoding: quoted-printable Message-Id: <2AC0F143-11B1-4793-B309-0D2DE3B6A995@lists.zabbadoz.net> References: <201508270754.t7R7s13d051650@socsvn.freebsd.org> To: btw@FreeBSD.org X-Mailer: Apple Mail (2.2104) X-BeenThere: svn-soc-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the entire Summer of Code repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Aug 2015 10:13:52 -0000 > On 27 Aug 2015, at 07:54 , btw@FreeBSD.org wrote: >=20 > Author: btw > Date: Thu Aug 27 07:54:00 2015 > New Revision: 290244 > URL: http://svnweb.FreeBSD.org/socsvn/?view=3Drev&rev=3D290244 >=20 > Log: > Replace the printf()s with optional rate limited debugging for RSS. >=20 > Modified: > soc2015/btw/head/sys/net/rss_config.c > soc2015/btw/head/sys/net/rss_config.h > soc2015/btw/head/sys/netinet/in_rss.c > soc2015/btw/head/sys/netinet6/in6_rss.c Ideally you=E2=80=99d add SDT probes for that as well; printfs for = debugging is something we should really stop avoiding I think.