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 2057B2B84 for ; Fri, 21 Apr 2017 14:04:26 +0200 (CEST) Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 21 Apr 2017 05:04:25 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.37,229,1488873600"; d="scan'208";a="90607671" Received: from irsmsx107.ger.corp.intel.com ([163.33.3.99]) by orsmga005.jf.intel.com with ESMTP; 21 Apr 2017 05:04:23 -0700 Received: from irsmsx102.ger.corp.intel.com ([169.254.2.153]) by IRSMSX107.ger.corp.intel.com ([169.254.10.107]) with mapi id 14.03.0319.002; Fri, 21 Apr 2017 13:04:18 +0100 From: "Van Haaren, Harry" To: "dev@dpdk.org" CC: "Jain, Deepak K" , "Kozak, KubaX" , "Jastrzebski, MichalX K" Thread-Topic: [PATCH] app/proc-info: fix proc-info xstats-name description string Thread-Index: AQHSupIrWO9xv6tNHUK3iKGrBmFTcqHPuWmA Date: Fri, 21 Apr 2017 12:04:17 +0000 Message-ID: References: <1492773714-19861-1-git-send-email-michalx.k.jastrzebski@intel.com> In-Reply-To: <1492773714-19861-1-git-send-email-michalx.k.jastrzebski@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMTRmZTJhMDgtNjVkOC00Yjg0LWEwYzktZTFjNTI4NmFmMTBiIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6InYxZElybVpWTVFhRkNuQVB2bUVsUHh0WXhYQkhSVGxcL3RkNTNjOWxVTU1zPSJ9 x-ctpclassification: CTP_IC dlp-product: dlpe-windows dlp-version: 10.0.102.7 dlp-reaction: no-action x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] app/proc-info: fix proc-info xstats-name description string 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: Fri, 21 Apr 2017 12:04:30 -0000 > From: Jastrzebski, MichalX K > Sent: Friday, April 21, 2017 12:22 PM > To: dev@dpdk.org > Cc: Van Haaren, Harry ; Jain, Deepak K ; > Kozak, KubaX ; Jastrzebski, MichalX K > Subject: [PATCH] app/proc-info: fix proc-info xstats-name description str= ing >=20 > fix proc-info xstats-name description string >=20 > Fixes: 1223608adb9b ("app/proc-info: support xstats by ID") >=20 > Signed-off-by: Michal Jastrzebski Acked-by: Harry van Haaren