Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753337Ab3CFHOf (ORCPT ); Wed, 6 Mar 2013 02:14:35 -0500 Received: from g1t0028.austin.hp.com ([15.216.28.35]:29899 "EHLO g1t0028.austin.hp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751386Ab3CFHOe (ORCPT ); Wed, 6 Mar 2013 02:14:34 -0500 Message-ID: <1362554072.7242.10.camel@buesod1.americas.hpqcorp.net> Subject: Re: [PATCH v2 0/4] ipc: reduce ipc lock contention From: Davidlohr Bueso To: Rik van Riel Cc: Waiman Long , Linus Torvalds , Emmanuel Benisty , "Vinod, Chegu" , "Low, Jason" , Peter Zijlstra , "H. Peter Anvin" , Andrew Morton , aquini@redhat.com, Michel Lespinasse , Ingo Molnar , Larry Woodman , Linux Kernel Mailing List , Steven Rostedt , Thomas Gleixner Date: Tue, 05 Mar 2013 23:14:32 -0800 In-Reply-To: <5136BDC1.70804@redhat.com> References: <1362476149.2225.50.camel@buesod1.americas.hpqcorp.net> <513626E9.2040509@redhat.com> <51364AB9.80206@hp.com> <51365B66.5010905@redhat.com> <5136BC33.5000608@hp.com> <5136BDC1.70804@redhat.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.4.4 (3.4.4-2.fc17) Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1198 Lines: 31 On Tue, 2013-03-05 at 22:53 -0500, Rik van Riel wrote: > On 03/05/2013 10:46 PM, Waiman Long wrote: > > On 03/05/2013 03:53 PM, Rik van Riel wrote: > > >> Indeed. Though how well my patches will work with Oracle will > >> depend a lot on what kind of semctl syscalls they are doing. > >> > >> Does Oracle typically do one semop per semctl syscall, or does > >> it pass in a whole bunch at once? > > > > i had collected a strace log of Oracle instance startup a while ago. In > > the log, almost all of the semctl() call is to set a single semaphore > > value in one of the element of the array using SETVAL. Also there are > > far more semtimedop() than semctl(), about 100:1. Again, all the > > semtimedop() operations are on a single element of the semaphore array. > > That is good to hear. Just what I was hoping when I started > working on my patches. You should expect them tomorrow or > Thursday. Great, looking forward. Thanks, Davidlohr -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/