From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v5 0/6] librte_cfgfile enhancements Date: Tue, 04 Apr 2017 16:23:42 +0200 Message-ID: <5318710.uAhnYuJsKW@xps13> References: <20170330185407.61220-1-allain.legacy@windriver.com> <20170331135203.117461-1-allain.legacy@windriver.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: cristian.dumitrescu@intel.com, bruce.richardson@intel.com, dev@dpdk.org, yuanhan.liu@linux.intel.com To: Allain Legacy Return-path: Received: from mail-wm0-f53.google.com (mail-wm0-f53.google.com [74.125.82.53]) by dpdk.org (Postfix) with ESMTP id 885E82FDD for ; Tue, 4 Apr 2017 16:23:44 +0200 (CEST) Received: by mail-wm0-f53.google.com with SMTP id t189so29425676wmt.1 for ; Tue, 04 Apr 2017 07:23:44 -0700 (PDT) In-Reply-To: <20170331135203.117461-1-allain.legacy@windriver.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2017-03-31 09:51, 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. Adding this missing line in MAINTAINERS: Configuration file M: Cristian Dumitrescu F: lib/librte_cfgfile/ +F: test/test/test_cfgfiles/ F: test/test/test_cfgfile* And applied, thanks