From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-f53.google.com (mail-wg0-f53.google.com [74.125.82.53]) by dpdk.org (Postfix) with ESMTP id 6938C58F4 for ; Mon, 9 Feb 2015 18:08:44 +0100 (CET) Received: by mail-wg0-f53.google.com with SMTP id x13so8182949wgg.12 for ; Mon, 09 Feb 2015 09:08:44 -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=2MOMP6haGf3suTDeLjPEzd4gEchqnar0XPF4OJbE94I=; b=CFUzedvOejCeoeJS2r56N2peQYhIPh0Z5g7ZodZYMBtPmxAZ0QRiUFWe0pX5BSsucz 1oD/855qFrfb7vtCCL1Lpa9E9R2PJXQm4DUpTYufCn2b1Z/J3q1mW8Aa9J1N3U4RXh74 SFe4LONIHQ62ZkxoedXuJuP7cq6Sd78Lt3EVjtOBGvbhBvHfEYAwwHWNVDvLleGa4tm0 ARiRQZUw0vJMDAP5bw7yd/Bu4DUQQkzs0Ma78XaJAESbgWMj5rTjaQOCRuFNiVN+Gc9H 2PqV+wSbAClxE/xfWCOgV8igvXSEnRvYHvBtQMn5VFa3N2M47DJ1dcguf5kcCubuajjI 4o8Q== X-Gm-Message-State: ALoCoQm1McjLW4rXzcfSsvL66T0Lu9fjYSjsvb1xkeeX0lURvxXwWycd7jKEvjuN8XnrkC0vWSPl X-Received: by 10.194.83.98 with SMTP id p2mr43028186wjy.125.1423501723959; Mon, 09 Feb 2015 09:08:43 -0800 (PST) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id dm6sm6887102wib.22.2015.02.09.09.08.42 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 09 Feb 2015 09:08:43 -0800 (PST) From: Thomas Monjalon To: "Dumitrescu, Cristian" Date: Mon, 09 Feb 2015 18:08:14 +0100 Message-ID: <2357398.2rVM9BA9Nq@xps13> Organization: 6WIND User-Agent: KMail/4.14.4 (Linux/3.18.4-1-ARCH; KDE/4.14.4; x86_64; ; ) In-Reply-To: <3EB4FA525960D640B5BDFFD6A3D89126323094EF@IRSMSX108.ger.corp.intel.com> References: <91383E96CE459D47BCE92EFBF5CE73B004F46E1D@IRSMSX108.ger.corp.intel.com> <1932080.DBS3xLuZqf@xps13> <3EB4FA525960D640B5BDFFD6A3D89126323094EF@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 17:08:44 -0000 2015-02-09 16:18, Dumitrescu, Cristian: > > 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? > We are working on some enhancements on librte_cfg for release 2.1, so in > order to avoid unnecessary code churn, it is probably better to have the > librte_cfgfile changes done first, then have a subsequent patch on qos_sched. Why not deduplicating now?