From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <reshma.pattan@intel.com>
Received: from mga18.intel.com (mga18.intel.com [134.134.136.126])
 by dpdk.org (Postfix) with ESMTP id B9FFD2674
 for <dev@dpdk.org>; Fri, 26 Oct 2018 15:16:51 +0200 (CEST)
X-Amp-Result: SKIPPED(no attachment in message)
X-Amp-File-Uploaded: False
Received: from fmsmga003.fm.intel.com ([10.253.24.29])
 by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;
 26 Oct 2018 06:16:50 -0700
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.54,428,1534834800"; d="scan'208";a="91442726"
Received: from irsmsx104.ger.corp.intel.com ([163.33.3.159])
 by FMSMGA003.fm.intel.com with ESMTP; 26 Oct 2018 06:16:49 -0700
Received: from irsmsx110.ger.corp.intel.com ([169.254.15.182]) by
 IRSMSX104.ger.corp.intel.com ([169.254.5.213]) with mapi id 14.03.0319.002;
 Fri, 26 Oct 2018 14:16:48 +0100
From: "Pattan, Reshma" <reshma.pattan@intel.com>
To: "Varghese, Vipin" <vipin.varghese@intel.com>, "dev@dpdk.org"
 <dev@dpdk.org>, "stephen@networkplumber.org" <stephen@networkplumber.org>,
 "Tahhan, Maryam" <maryam.tahhan@intel.com>
CC: "Patel, Amol" <amol.patel@intel.com>, "Tummala, Sivaprasad"
 <sivaprasad.tummala@intel.com>, "Byrne, Stephen1" <stephen1.byrne@intel.com>, 
 "Glynn, Michael J" <michael.j.glynn@intel.com>
Thread-Topic: [PATCH v2 6/9] app/procinfo: add code for debug crypto
Thread-Index: AQHUa2YcP7iXKYAxjUSoh7r4XPxixaUxhL0g
Date: Fri, 26 Oct 2018 13:16:48 +0000
Message-ID: <3AEA2BF9852C6F48A459DA490692831F2A3BE6D6@irsmsx110.ger.corp.intel.com>
References: <20181023135751.21536-1-vipin.varghese@intel.com>
 <20181024064805.23197-1-vipin.varghese@intel.com>
 <20181024064805.23197-6-vipin.varghese@intel.com>
In-Reply-To: <20181024064805.23197-6-vipin.varghese@intel.com>
Accept-Language: en-US
Content-Language: en-US
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiODJhZDk0OTMtY2ExMS00NmQ5LTk3Y2UtNmRiZjNiNWU1NmZjIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiWUhGY2RES3BIUXlYQXkzdjY2bzNtVGpkVEhZOWt4MWc1dzlJbzdKSm5rRUlGS0pnaFFENFZUNFJWK1FDWjZlcSJ9
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 v2 6/9] app/procinfo: add code for debug
	crypto
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: DPDK patches and discussions <dev.dpdk.org>
List-Unsubscribe: <https://mails.dpdk.org/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://mails.dpdk.org/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <https://mails.dpdk.org/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Fri, 26 Oct 2018 13:16:52 -0000

Hi,

-----Original Message-----
From: Varghese, Vipin=20

+		       "\t  -- id (%u) flags (0x%"PRIx64") socket (%d)\n"
+		       "\t  -- queue pairs (%d)\n",
+		       rte_cryptodev_name_get(i),
+		       dev_info.driver_name, dev_info.driver_id,
+		       dev_info.feature_flags, dev_info.device->numa_node,
+		       rte_cryptodev_queue_pair_count(i));

Above 6lines have spaces+ tabs mixed, should use only tabs.

Thanks,
Reshma