Received: by mail.netbsd.org (Postfix, from userid 605) id 48DBE84DD5; Fri, 30 Aug 2019 05:03:33 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id BE12184DD2 for ; Fri, 30 Aug 2019 05:03:32 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id yI3igEZxvqYm for ; Fri, 30 Aug 2019 05:03:32 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 61A5284D66 for ; Fri, 30 Aug 2019 05:03:32 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4D668FBF4; Fri, 30 Aug 2019 05:03:32 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Fri, 30 Aug 2019 05:03:32 +0000 From: "Kengo NAKAHARA" Subject: CVS commit: src/sys/arch/x86/pci To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20190830050332.4D668FBF4@cvs.NetBSD.org> Sender: source-changes-owner@NetBSD.org List-Id: source-changes.NetBSD.org Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Kengo NAKAHARA" Mail-Followup-To: source-changes-d@NetBSD.org List-Unsubscribe: Module Name: src Committed By: knakahara Date: Fri Aug 30 05:03:32 UTC 2019 Modified Files: src/sys/arch/x86/pci: if_vmx.c Log Message: vmxnet3_softc.vmx_stats should not count globally. pointed out by hikaru@n.o divide vmxnet3_softc.vmx_stats to each vmxnet3_txqueue and vmxnet3_rxqueue, furthermore make them evcnt. To generate a diff of this commit: cvs rdiff -u -r1.48 -r1.49 src/sys/arch/x86/pci/if_vmx.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.