From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr0-f174.google.com (mail-wr0-f174.google.com [209.85.128.174]) by dpdk.org (Postfix) with ESMTP id 201C2695D for ; Tue, 28 Mar 2017 10:29:47 +0200 (CEST) Received: by mail-wr0-f174.google.com with SMTP id w11so76535528wrc.3 for ; Tue, 28 Mar 2017 01:29:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:user-agent:in-reply-to :references:mime-version:content-transfer-encoding; bh=P5h2x6z+Zn3h1X1CTLHcI/FWjn39VzOUlTxPe7nrTuI=; b=gsXIpWtO8SvBtj3452AoZbAFNe1PdSo7dBisrCPeNoVLzZ1uDx5A9SqctcpvuAtZIz r0bxjEE9OVu1r13Uwu+csmw66STIGKRSH2ekKm7R5ljKEtvXHpWSH4zOLh+h8axuaWuL B/xjb6I4IGnulQgCo56ApQxsNYu6/mXOnbd044JG6U6cCrB+9GDBEg4Y1FWvCiMJIjCX krr0euTuISuJcTri4J+0uOfrUZLuaH5e7q5eMGD3R7uzp+WnUE54yxA9+isU/8MdxZVa hU4GpfHrMLnf7Tyu6+nLjIG9xA5MM/EhBZpaoBbpF8qw0aNAyHTdTUkf4VJ8rcYy7/Bv Jl3g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:user-agent :in-reply-to:references:mime-version:content-transfer-encoding; bh=P5h2x6z+Zn3h1X1CTLHcI/FWjn39VzOUlTxPe7nrTuI=; b=s+4hxptZMyvErAxzEzbWZlJgS0Y+/gQj+FloU/Iu82/2jp+eHNOewlvgchJhWeyKug FeIHHCF9D/7Nt54VQVSswnXuFZYeVkoAUgOQauLTKuLjKYSgqwKQN8SiKvdBQDdEBqhw jqQ/PL7IwegEth3+KhOHZBBdwykERG2ksGgr6aRgy7qcf7MvA4tRmS5yckDmKuSaTtUG 41b8q4NSJH2UAWtxHuv8xpsOPHTYoN0AWcJIUF/tqcIFAltEfE+5UTfp7gwe+r+z+Ke/ sDSLsS0CPmuyXrzi3x4Y+aUSQdEniwVpaqjF9Q52eWuyzY1NiYqXS2BuMgBRFEkwt+zo 7+BQ== X-Gm-Message-State: AFeK/H330P4p1AmjykfG+ijF0I1hG4HUBmcB8hUGPQUFl7MofCgLez7fAkQd8owP2Yob52C8 X-Received: by 10.223.130.193 with SMTP id 59mr1847694wrc.114.1490689786157; Tue, 28 Mar 2017 01:29:46 -0700 (PDT) Received: from xps13.localnet (184.203.134.77.rev.sfr.net. [77.134.203.184]) by smtp.gmail.com with ESMTPSA id u145sm2621696wmu.1.2017.03.28.01.29.45 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 28 Mar 2017 01:29:45 -0700 (PDT) From: Thomas Monjalon To: Allain Legacy , cristian.dumitrescu@intel.com Cc: dev@dpdk.org, bruce.richardson@intel.com, yuanhan.liu@linux.intel.com Date: Tue, 28 Mar 2017 10:29:44 +0200 Message-ID: <5672709.vjmmP8HFrE@xps13> User-Agent: KMail/4.14.10 (Linux/4.5.4-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <1489065060-98370-1-git-send-email-allain.legacy@windriver.com> References: <1488482971-170522-1-git-send-email-allain.legacy@windriver.com> <1489065060-98370-1-git-send-email-allain.legacy@windriver.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v2 0/6] librte_cfgfile enhancements X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Mar 2017 08:29:47 -0000 2017-03-09 08:10, Allain Legacy: > This patchset includes some minor enhancements that we have developped for > our DPDK application. We would like to contribute them upstream to help > ease adoption of the DPDK by anyone looking for this type of > functionality. The commit logs on each patch should be self-sufficient in > explaining the intent and purpose. This series is small enough to be merged. However, in the long term, we should not have this kind of library in DPDK. librte_cfgfile is used by the examples ip_pipeline and qos_sched. I think the purpose of an example is to show some simple code demonstrating a feature. Examples using a configuration file are closer to a complete application. Anyway, why not use an external library like this one? https://github.com/vstakhov/libucl