From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 3902A1041 for ; Wed, 19 Sep 2018 13:10:00 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga006.jf.intel.com ([10.7.209.51]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 19 Sep 2018 04:09:59 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.53,393,1531810800"; d="scan'208";a="75563214" Received: from klaatz-mobl.ger.corp.intel.com (HELO [10.237.220.107]) ([10.237.220.107]) by orsmga006.jf.intel.com with ESMTP; 19 Sep 2018 04:09:57 -0700 To: Thomas Monjalon , Ciara Power Cc: dev@dpdk.org, harry.van.haaren@intel.com, brian.archbold@intel.com, emma.kenny@intel.com References: <1535026093-101872-1-git-send-email-ciara.power@intel.com> <1535026093-101872-12-git-send-email-ciara.power@intel.com> <1882412.1fTag8j9eT@xps> From: "Laatz, Kevin" Message-ID: <6d7d672b-4354-f3a4-faea-9995d174045b@intel.com> Date: Wed, 19 Sep 2018 12:09:56 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <1882412.1fTag8j9eT@xps> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US Subject: Re: [dpdk-dev] [PATCH 11/11] telemetry: add collectd plugin patch 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: Wed, 19 Sep 2018 11:10:01 -0000 On 18/09/2018 10:52, Thomas Monjalon wrote: > 23/08/2018 14:08, Ciara Power: >> This patch adds the patch for the collectd plugin developed for use >> with the DPDK Telemetry library. The patch is included here to allow >> users to apply the patch to collectd when using DPDK Telemetry. >> Further details on applying the collectd patch can be found in the >> collectd patch commit message. >> >> The collectd plugin will be upstreamed to collectd at a later stage. > Yes it must be upstreamed to collectd. > So no need to add it in DPDK. OK to remove it in v2? Yes, will remove for v2. Thanks, Kevin