From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-we0-f174.google.com (mail-we0-f174.google.com [74.125.82.174]) by dpdk.org (Postfix) with ESMTP id 4C17DAD97 for ; Tue, 24 Feb 2015 11:01:01 +0100 (CET) Received: by wevk48 with SMTP id k48so24122528wev.3 for ; Tue, 24 Feb 2015 02:01:01 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=aXFhPayV54aQ0zZMYPJ6+CqKOOqQmVgQWxCvzJVXwCM=; b=RtKGQUN35E8n+DEPUKRYHnIfuJHtt6odunXeloEdO8CNr6OzpuS5MTVJGYP/Gl+tF7 /7Ivjkw2aJi6Z+lG9dtv1/FsJCTRyrx1DQQexinWAJRpxpz8QifO5GhSZ5adyyrQyMxH RQhzZ5OkF8QL7bIV/9KPDBLM/JgQi2HYyAMi6H0RLFKvH8/EaBQ94oTEVI0wBRWqXJK2 Xtoh3PjYihy0Wr4nE8lwXYTE711/y0FDKewXEm4ZBkgaGeuaPek0sYRpOzSkHLtnJ/xF nplJLuFpBI0RupHZI3QxZWujvfEMQF8VWZzqRvJu3pSQxkitWfRcWTj1AGP+GT1EAujM z7Yw== X-Gm-Message-State: ALoCoQnPEdW856UMw1YlqXYb94XkrMny77j9gLECmpC5Gae9gpzhOqyLg+iFZSmGOjCFxGcJERzd X-Received: by 10.194.77.230 with SMTP id v6mr9587340wjw.25.1424772061141; Tue, 24 Feb 2015 02:01:01 -0800 (PST) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id hg7sm59466484wjb.44.2015.02.24.02.00.59 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 24 Feb 2015 02:01:00 -0800 (PST) From: Thomas Monjalon To: "Jastrzebski, MichalX K" Date: Tue, 24 Feb 2015 11:00:29 +0100 Message-ID: <2688879.N37tiOTcLP@xps13> Organization: 6WIND User-Agent: KMail/4.14.4 (Linux/3.18.4-1-ARCH; KDE/4.14.4; x86_64; ; ) In-Reply-To: <60ABE07DBB3A454EB7FAD707B4BB1582138EBD9C@IRSMSX109.ger.corp.intel.com> References: <1424191340-26451-1-git-send-email-pawelx.wodkowski@intel.com> <2047616.cJycthpmiM@xps13> <60ABE07DBB3A454EB7FAD707B4BB1582138EBD9C@IRSMSX109.ger.corp.intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH v5 0/3] new headroom stats library and example application X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Feb 2015 10:01:01 -0000 2015-02-24 09:49, Jastrzebski, MichalX K: > > > > I also feel that the name of this library is a bit too vague. Some people > > > > were asking first what means "headroom". It's actually for CPU headroom > > > > monitoring. > > > > What about "cpuheadroom", "cpuheadroomstat", "jobstat"? > > > > > > I think we can change the name to "cpuheadroom" as it describes more > > clear this library. > > > > If you're focusing on CPU usage with possible actions, yes. > > If you're focusing on decision helper, jobstat would be better IMHO. > > We will change the name to "jobstats". OK, I don't want to impose any name, it should be your choice. I guess you did an internal survey? Would you able to send a v6 today?