From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-we0-f182.google.com (mail-we0-f182.google.com [74.125.82.182]) by dpdk.org (Postfix) with ESMTP id 9974058E8 for ; Mon, 9 Feb 2015 16:15:06 +0100 (CET) Received: by mail-we0-f182.google.com with SMTP id l61so27502300wev.13 for ; Mon, 09 Feb 2015 07:15:06 -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=pmZXixBXRmfOY0IZReeZGQT1Q3U+7NPk+VZyirhkqVQ=; b=f7DeZxIMOqtdBqbtUGvZry//8jRgzCF0EPxdVWKPcv2AWoW9u09prS7aF40OBZGmp4 Vvas1h+2cbukn7u5mBAgx6gz+YNgSLc5TRBbFoyBLV4k4LMRCyV3g2h2irD6A3G2H85J wCOCwulcqIh55l/1Bm/C7hpII+SHYC29IFiw6NyGOZGHpEAJhn4sAdrFxuPruy+tasaZ qS/Pi2DJjprdOTZ7IHhI4cnwKAwLsRQT/bM6LXupD6lIL1gpBHC/i7q4u50TFUHrUbKB CPS8URijkKqERM/97FhkQL8Dn/3DvnfqcD6JtOy7foeDzcA16/wFqGpIX4+3ez93DZno Tnog== X-Gm-Message-State: ALoCoQnghv3V7pvou5l3EqzyrfE1HnD4xlZ/rIbb/3lccOzCQXY9pQAGS0nhXV/AODKFhBa91D8Q X-Received: by 10.180.78.70 with SMTP id z6mr36650373wiw.25.1423494906225; Mon, 09 Feb 2015 07:15:06 -0800 (PST) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id vh8sm16775694wjc.12.2015.02.09.07.15.04 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 09 Feb 2015 07:15:05 -0800 (PST) From: Thomas Monjalon To: "Dumitrescu, Cristian" Date: Mon, 09 Feb 2015 16:14:37 +0100 Message-ID: <1932080.DBS3xLuZqf@xps13> Organization: 6WIND User-Agent: KMail/4.14.4 (Linux/3.18.4-1-ARCH; KDE/4.14.4; x86_64; ; ) In-Reply-To: <91383E96CE459D47BCE92EFBF5CE73B004F46E1D@IRSMSX108.ger.corp.intel.com> References: <91383E96CE459D47BCE92EFBF5CE73B004F46E1D@IRSMSX108.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] MAINTAINERS: claim metering, sched and pkt framework 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: Mon, 09 Feb 2015 15:15:06 -0000 2015-02-06 13:13, Gonzalez Monroy, Sergio: > > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Cristian Dumitrescu > > Sent: Wednesday, February 4, 2015 3:53 PM > > To: dev@dpdk.org > > Subject: [dpdk-dev] [PATCH] MAINTAINERS: claim metering, sched and pkt > > framework > > > > As original author of these DPDK components, I am volunteering to maintain > > them going forward: > > - Traffic Metering > > - Hierarchical Scheduler > > - Packet Framework > > - Configuration File > > > > Signed-off-by: Cristian Dumitrescu > > Acked-by: Sergio Gonzalez Monroy Acked-by: Thomas Monjalon Applied, thanks About cfgfile, we are still waiting for the cleanup in qos_sched example: http://dpdk.org/ml/archives/dev/2014-October/006774.html Do you have news?