From nobody Tue Jun 17 20:21:20 2025 X-Original-To: dev-commits-src-main@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4bMJDN72Hbz5pjTH; Tue, 17 Jun 2025 20:21:24 +0000 (UTC) (envelope-from steffen@sdaoden.eu) Received: from sdaoden.eu (sdaoden.eu [217.144.132.164]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4bMJDN1Zrjz3h66; Tue, 17 Jun 2025 20:21:24 +0000 (UTC) (envelope-from steffen@sdaoden.eu) Authentication-Results: mx1.freebsd.org; none DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sdaoden.eu; s=citron; t=1750191681; x=1750858347; h=date:author:from:to:cc:subject: message-id:in-reply-to:references:mail-followup-to:openpgp:blahblahblah: author:from:subject:date:to:cc:resent-author:resent-date:resent-from: resent-sender:resent-to:resent-cc:resent-reply-to:resent-message-id: in-reply-to:references:mime-version:content-type: content-transfer-encoding:content-disposition:content-id: content-description:message-id:mail-followup-to:openpgp:blahblahblah; bh=AfnNGKVogRumER37PTEWsK+ARnemgs1/iO0l0l5U4rA=; b=DXgQNNFlY3lrAuSjkpaW3HWirVFv5DnbFfpRBfDnEdTmq+mLE4hQPeZMpYYjy6yYcyNxMics rveOzEm4kv8xiwFFgU+BMcZ9QfKBz5whhnJJJmoXiRi2vAzmlAGK86mXFHHDUGrhGzkwMACX7y 957sWXy78JkodUBY8RqxQbHiSC+LBAG5t+B5/xGw9mz5fQp+mAM1hZ6XWa/H7y/UCGttrINcrG vGLLd3FDinYgsRrcKhP9JPS7CBD0hspvN2x0NwOF1k/858V+qlZF81XmXlFIrQ+INKqAQRcpvi ecUWjbj1+oXyaS9Z1M64iSmWAuu07J5f1l3q+y9vNrtV9K4A== DKIM-Signature: v=1; a=adaed25519-sha256; c=relaxed/relaxed; d=sdaoden.eu; s=orange; t=1750191681; x=1750858347; h=date:author:from:to:cc:subject: message-id:in-reply-to:references:mail-followup-to:openpgp:blahblahblah: author:from:subject:date:to:cc:resent-author:resent-date:resent-from: resent-sender:resent-to:resent-cc:resent-reply-to:resent-message-id: in-reply-to:references:mime-version:content-type: content-transfer-encoding:content-disposition:content-id: content-description:message-id:mail-followup-to:openpgp:blahblahblah; bh=AfnNGKVogRumER37PTEWsK+ARnemgs1/iO0l0l5U4rA=; b=9rERTV+DCkklDvWPQqMrv6XM6hJJazDYM0k3bXBRT4aO4sqv4YLqy7WSW+zNvFMq7QomcrJM S/6SnYWaexUADg== Date: Tue, 17 Jun 2025 22:21:20 +0200 Author: Steffen Nurpmeso From: Steffen Nurpmeso To: Gleb Smirnoff Cc: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: Re: git: b59753f1d55d - main - tcp: provide a useful comment for struct tcpstat Message-ID: <20250617202120.2DBgf81t@steffen%sdaoden.eu> In-Reply-To: <202506171653.55HGruXD051778@gitrepo.freebsd.org> References: <202506171653.55HGruXD051778@gitrepo.freebsd.org> Mail-Followup-To: Gleb Smirnoff , src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org User-Agent: s-nail v14.9.25-663-g0c41f463ef OpenPGP: id=EE19E1C1F2F7054F8D3954D8308964B51883A0DD; url=https://ftp.sdaoden.eu/steffen.asc; preference=signencrypt BlahBlahBlah: Any stupid boy can crush a beetle. But all the professors in the world can make no bugs. X-Rspamd-Queue-Id: 4bMJDN1Zrjz3h66 X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:15987, ipnet:217.144.128.0/20, country:DE] List-Id: Commit messages for the main branch of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-src-main@freebsd.org Sender: owner-dev-commits-src-main@FreeBSD.org i have a run today.. Gleb Smirnoff wrote in <202506171653.55HGruXD051778@gitrepo.freebsd.org>: |The branch main has been updated by glebius: | |URL: https://cgit.FreeBSD.org/src/commit/?id=b59753f1d55da6c6d4b73252444\ |212e6895ce913 | |commit b59753f1d55da6c6d4b73252444212e6895ce913 |Author: Gleb Smirnoff |AuthorDate: 2025-06-17 16:46:41 +0000 |Commit: Gleb Smirnoff |CommitDate: 2025-06-17 16:52:51 +0000 | | tcp: provide a useful comment for struct tcpstat ... |+ * shall be increased by TCPSTAT_INC() or KMOD_TCPSTAT_INC(). Adding \ |new a |+ * new counter also requires adding corresponding SDT probes into \ "Adding new a new" can be contracted. Statistics are expensive.. Ciao and greetings, --steffen | |Der Kragenbaer, The moon bear, |der holt sich munter he cheerfully and one by one |einen nach dem anderen runter wa.ks himself off |(By Robert Gernhardt)