From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f178.google.com (mail-wi0-f178.google.com [209.85.212.178]) by dpdk.org (Postfix) with ESMTP id 2EB4F1288 for ; Mon, 15 Jun 2015 11:24:10 +0200 (CEST) Received: by wiga1 with SMTP id a1so70793724wig.0 for ; Mon, 15 Jun 2015 02:24:10 -0700 (PDT) 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=bjSppImN2x1N++WUDqG3OKXK3Fux62UGBcF3t+zTQ+0=; b=G69IMXqsphAxk+yl5BjF2V6iFXgXCE+0yhdsvlEi1peHDNLvf5AeGk7ufeXYNnPjP4 lCcCEOBEwDm4fWP0mYCb1AFA6v0BfEentZMhckZCgeBvYmhFfBSW4rf4xObPgOebEFzR nHT7fSpxBdtqjLQ+r6+89fgOiy59Kqz1OeUYyA5gZxDnHOdY9N52fy9BujIl4yywtKa0 RaKP0XqMlqmQmtzV9a3WisPxGChp7G2QYQ5p3a5hKzsQJCDOCxPG5EDm01SZC2bOcTVq WHtLz617fgqu1qHXxylPaksf/mzMXsqlMjOudkCeYSe4t72SbTaB375phBls1LQ55WB0 Yguw== X-Gm-Message-State: ALoCoQlVb7un2YBAPiavBp9yHsL2jFZgp/dDBnwiFSHdoqWotxnewMADDJLaadLWsgKzKoOnXo/P X-Received: by 10.194.173.225 with SMTP id bn1mr47623082wjc.83.1434360250082; Mon, 15 Jun 2015 02:24:10 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id n8sm14888567wiy.19.2015.06.15.02.24.08 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 15 Jun 2015 02:24:09 -0700 (PDT) From: Thomas Monjalon To: "Jastrzebski, MichalX K" Date: Mon, 15 Jun 2015 11:23:13 +0200 Message-ID: <3124627.FJtWJknDeQ@xps13> Organization: 6WIND User-Agent: KMail/4.14.8 (Linux/4.0.4-2-ARCH; KDE/4.14.8; x86_64; ; ) In-Reply-To: <3EB4FA525960D640B5BDFFD6A3D8912632371B64@IRSMSX108.ger.corp.intel.com> References: <1433496497-2872-1-git-send-email-michalx.k.jastrzebski@intel.com> <3EB4FA525960D640B5BDFFD6A3D8912632371B64@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] qos_sched: example modification to use librte_cfgfile 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, 15 Jun 2015 09:24:10 -0000 > > This is a modification of qos_sched example to use > > librte_cfgfile for parsing configuration file. > > > > Signed-off-by: Michal Jastrzebski > > Acked-by: Cristian Dumitrescu Applied, thanks