From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 275754CA1 for ; Tue, 16 Oct 2018 02:45:48 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 15 Oct 2018 17:45:47 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.54,386,1534834800"; d="scan'208";a="92265244" Received: from irsmsx153.ger.corp.intel.com ([163.33.192.75]) by orsmga003.jf.intel.com with ESMTP; 15 Oct 2018 17:45:45 -0700 Received: from irsmsx112.ger.corp.intel.com (10.108.20.5) by IRSMSX153.ger.corp.intel.com (163.33.192.75) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 16 Oct 2018 01:45:44 +0100 Received: from irsmsx102.ger.corp.intel.com ([169.254.2.67]) by irsmsx112.ger.corp.intel.com ([169.254.1.197]) with mapi id 14.03.0319.002; Tue, 16 Oct 2018 01:45:44 +0100 From: "Van Haaren, Harry" To: "Laatz, Kevin" , "dev@dpdk.org" CC: "stephen@networkplumber.org" , "gaetan.rivet@6wind.com" , "shreyansh.jain@nxp.com" , "thomas@monjalon.net" , "mattias.ronnblom@ericsson.com" , "Richardson, Bruce" , Ciara Power , Brian Archbold Thread-Topic: [PATCH v4 06/13] telemetry: add parser for client socket messages Thread-Index: AQHUYYO8GGoxsf4ISEqcguHW13nxZaUhD9DQ Date: Tue, 16 Oct 2018 00:45:43 +0000 Message-ID: References: <20181010105134.48079-1-kevin.laatz@intel.com> <20181011165837.81030-1-kevin.laatz@intel.com> <20181011165837.81030-7-kevin.laatz@intel.com> In-Reply-To: <20181011165837.81030-7-kevin.laatz@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYTBiMDc1MmYtNTliOS00N2E3LThjMWUtNWRjYzAyM2FlNDAzIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiYkZTWmVRXC9SOUlnUUdkNjY2S204OU10SEcxUFgwc0V1U21WNHZOYWxrV0NmcWhsSGpiSCtRT2hRd1cwTzZQOXUifQ== x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.400.15 dlp-reaction: no-action x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v4 06/13] telemetry: add parser for client socket messages 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, 16 Oct 2018 00:45:48 -0000 > -----Original Message----- > From: Laatz, Kevin > Sent: Thursday, October 11, 2018 9:59 AM > To: dev@dpdk.org > Cc: Van Haaren, Harry ; > stephen@networkplumber.org; gaetan.rivet@6wind.com; shreyansh.jain@nxp.co= m; > thomas@monjalon.net; mattias.ronnblom@ericsson.com; Richardson, Bruce > ; Ciara Power ; Brian > Archbold ; Laatz, Kevin > Subject: [PATCH v4 06/13] telemetry: add parser for client socket message= s >=20 > From: Ciara Power >=20 > This patch adds the parser file. This is used to parse any > messages that are received on any of the client sockets. >=20 > Currently, the unregister functionality works using the parser. > Functionality relating to getting statistic values for certain ports > will be added in a subsequent patch, however the parsing involved > for that command is added in this patch. >=20 > Some of the parser code included is in preparation for future > functionality, that is not implemented yet in this patchset. >=20 > Signed-off-by: Ciara Power > Signed-off-by: Brian Archbold > Signed-off-by: Kevin Laatz > --- Acked-by: Harry van Haaren