From owner-svn-src-stable-10@freebsd.org Mon Aug 3 14:57:20 2015 Return-Path: Delivered-To: svn-src-stable-10@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 148E89B2FFA; Mon, 3 Aug 2015 14:57:20 +0000 (UTC) (envelope-from trtrmitya@gmail.com) Received: from mail-lb0-x236.google.com (mail-lb0-x236.google.com [IPv6:2a00:1450:4010:c04::236]) (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 A797C7C9; Mon, 3 Aug 2015 14:57:19 +0000 (UTC) (envelope-from trtrmitya@gmail.com) Received: by lbbpo9 with SMTP id po9so5461848lbb.2; Mon, 03 Aug 2015 07:57:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=nuSJB603y5qvVGE9qB9LD//22szN3+keBEUWtc8L5uY=; b=m70vElmJaZm4GO1xVPMOclu5ft63EugL0B1J5mDqtmqx/FmcLaJiH+rLenSqdregaY m1FgSyKYSoujRu5N7brsL27PGmq829S54kd8nmpMo/dG90Y/gb4NFivVaP1YgaQ2SGSj 8KwdYI4pPz7mnnZdaDCrxxQlg5sRVGizltZLRN+qFnG0tCCO16Q2iEXAVkC2YUgXcfvH tJRRSGO2yP+IqGlqvZAI/grSvvoVRbN0Qp3sVaPraD2TQIJbeB3sx/eIahRmUpvJ9E8p 1J4Tl4e/Rzv4aT2oXnjbbAmFEkmPicOhCn85leiw0+q9XCCVg9boT9W3FqlaUtTOotOg GokA== X-Received: by 10.112.142.196 with SMTP id ry4mr17429314lbb.68.1438613837525; Mon, 03 Aug 2015 07:57:17 -0700 (PDT) Received: from ?IPv6:2a02:6b8::408:189c:3046:54af:51ba? ([2a02:6b8:0:408:189c:3046:54af:51ba]) by smtp.gmail.com with ESMTPSA id pl1sm3039050lbc.30.2015.08.03.07.57.16 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 03 Aug 2015 07:57:16 -0700 (PDT) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2102\)) Subject: Re: svn commit: r284998 - in stable/10: cddl/contrib/opensolaris/cmd/lockstat sys/kern sys/sys From: Dmitry Sivachenko In-Reply-To: <55BF67D9.7070902@FreeBSD.org> Date: Mon, 3 Aug 2015 17:57:15 +0300 Cc: src-committers@FreeBSD.org, svn-src-all@FreeBSD.org, svn-src-stable@FreeBSD.org, svn-src-stable-10@FreeBSD.org, "Andrey V. Elsukov" , "Alexander V. Chernikov" Content-Transfer-Encoding: quoted-printable Message-Id: <85FB025D-E11F-4EF3-838E-87ED2BC0ED7C@gmail.com> References: <201507011015.t61AFoNo028793@svn.freebsd.org> <55BF67D9.7070902@FreeBSD.org> To: Andriy Gapon X-Mailer: Apple Mail (2.2102) X-BeenThere: svn-src-stable-10@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for only the 10-stable src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Aug 2015 14:57:20 -0000 > On 3 =D0=B0=D0=B2=D0=B3. 2015 =D0=B3., at 16:08, Andriy Gapon = wrote: >=20 > On 23/07/2015 12:59, Dmitry Sivachenko wrote: >>=20 >>> On 1 =D0=B8=D1=8E=D0=BB=D1=8F 2015 =D0=B3., at 13:15, Andriy Gapon = wrote: >>>=20 >>> Author: avg >>> Date: Wed Jul 1 10:15:49 2015 >>> New Revision: 284998 >>> URL: https://svnweb.freebsd.org/changeset/base/284998 >>>=20 >>> Log: >>> MFC r284297: several lockstat improvements >>>=20 >>> Modified: >>> stable/10/cddl/contrib/opensolaris/cmd/lockstat/lockstat.c >>> stable/10/sys/kern/kern_mutex.c >>> stable/10/sys/kern/kern_rwlock.c >>> stable/10/sys/kern/kern_sx.c >>> stable/10/sys/sys/lockstat.h >>=20 >> Hello, >>=20 >> I have a machine running haproxy load balancer in IPv6-only = environment. >>=20 >> After this commit both haproxy and "intr" process consume 2x CPU time = as before. >> With IPv4 traffic there is no such problem. >>=20 >>=20 >=20 > Dmitry, >=20 > sorry for the trouble and the delay with a reply. > Do you still observe the problem after commit > https://svnweb.freebsd.org/changeset/base/285759 ? Hello, yes, seems so. Thanks!=