From owner-svn-src-all@freebsd.org Mon Nov 2 22:25:01 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 E4EDFA24027 for ; Mon, 2 Nov 2015 22:25:00 +0000 (UTC) (envelope-from juli@clockworksquid.com) Received: from mail-lf0-x22f.google.com (mail-lf0-x22f.google.com [IPv6:2a00:1450:4010:c07::22f]) (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 7CBB7197C for ; Mon, 2 Nov 2015 22:25:00 +0000 (UTC) (envelope-from juli@clockworksquid.com) Received: by lffz202 with SMTP id z202so69692165lff.3 for ; Mon, 02 Nov 2015 14:24:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=clockworksquid.com; s=google; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=37LEEWI/rYKxWTokMKe/Dzj30G0++L8j3A1IZ+y3HsQ=; b=dh1ERGAR6sSl7Ut5U+S73MxUwlUiu3L370Mth7s89dEUkWGc1GKgfgxgon9NgEFhlq ZvqURz43ijj95u5CGUULUSipnI9+3zlPWT4jm+fOyZIwL4+oQIFNGKsbCAsCa5GE89QY 3yp+Wq7czfnIyjmk7XV7gxFc/0qwu7RnTnblc= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type; bh=37LEEWI/rYKxWTokMKe/Dzj30G0++L8j3A1IZ+y3HsQ=; b=eWcLkR1XR21it1OJGj6XJnMNOlRGGfRRNPcqluQCI0GH12e87mezoNBi6j12xWtrxg n3kvfvgyh456cEaEt8dDV8f7OrQjvIg5EtkNBwAKGR0ji0XeyJTmUu/CMInRzxewXRvU qY4shEiK67XjD0N8AgLFgKjq/HqA9AiKbWwKCu9iA/labD4CcPVyX8tML/Vr2q8sXCI6 p56tczQhpmDsDGGxQRDnyJsEzyuW/WZ5bv6cyrPmLIblrRVC9ncf6H6DKgK50yZkuDTC 8o7+kabFgsMGGJLH/JshsqsXac20Sm9D4/yVfP6KEQr/MG/ztBGQ6QGf2a3UEb8xveLS ue0Q== X-Gm-Message-State: ALoCoQluenQ3cY6TOw4+8OodD/NPxwRUn0KGett/rY6BnswbtinAB/dWF0djlFBRu8UIr61GYvEl X-Received: by 10.112.119.133 with SMTP id ku5mr11174551lbb.1.1446503098632; Mon, 02 Nov 2015 14:24:58 -0800 (PST) MIME-Version: 1.0 Received: by 10.112.205.34 with HTTP; Mon, 2 Nov 2015 14:24:39 -0800 (PST) In-Reply-To: <201511022121.tA2LL1wG061420@repo.freebsd.org> References: <201511022121.tA2LL1wG061420@repo.freebsd.org> From: Juli Mallett Date: Mon, 2 Nov 2015 14:24:39 -0800 Message-ID: Subject: Re: svn commit: r290276 - head/sys/net To: Randall Stewart Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Content-Type: text/plain; charset=UTF-8 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: Mon, 02 Nov 2015 22:25:01 -0000 On Mon, Nov 2, 2015 at 1:21 PM, Randall Stewart wrote: > Author: rrs > Date: Mon Nov 2 21:21:00 2015 > New Revision: 290276 > URL: https://svnweb.freebsd.org/changeset/base/290276 > > Log: > Fix three flowtable bugs, a) one lookup issue, b) a two cleaner issue. > This commit message is not helpful, but the review is; it seems like the summary there might have been better for the commit message than naming the number of bugs. Should we assume the three hunks each fix a bug, or what? What if there were four hunks, or two? That kind of ambiguity and obscurity is especially confusing as time passes.