From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 1F6D69E3 for ; Fri, 28 Apr 2017 09:46:34 +0200 (CEST) Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga105.jf.intel.com with ESMTP; 28 Apr 2017 00:46:33 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.37,387,1488873600"; d="scan'208";a="95207243" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by fmsmga006.fm.intel.com with ESMTP; 28 Apr 2017 00:46:33 -0700 Received: from fmsmsx125.amr.corp.intel.com (10.18.125.40) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.319.2; Fri, 28 Apr 2017 00:46:33 -0700 Received: from shsmsx104.ccr.corp.intel.com (10.239.4.70) by FMSMSX125.amr.corp.intel.com (10.18.125.40) with Microsoft SMTP Server (TLS) id 14.3.319.2; Fri, 28 Apr 2017 00:46:33 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.117]) by SHSMSX104.ccr.corp.intel.com ([10.239.4.70]) with mapi id 14.03.0319.002; Fri, 28 Apr 2017 15:46:31 +0800 From: "Wu, Jingjing" To: "Pei, Yulong" , "dev@dpdk.org" CC: "thomas@monjalon.net" Thread-Topic: [PATCH] app/testpmd: add bus info when display port info Thread-Index: AQHSvnkK7dAGIDbzx0WYDSJ603jnLaHaaeyA Date: Fri, 28 Apr 2017 07:46:30 +0000 Message-ID: <9BB6961774997848B5B42BEC655768F810D59F2A@SHSMSX103.ccr.corp.intel.com> References: <1493181099-14232-1-git-send-email-yulong.pei@intel.com> In-Reply-To: <1493181099-14232-1-git-send-email-yulong.pei@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 10.0.102.7 dlp-reaction: no-action x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] app/testpmd: add bus info when display port info 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, 28 Apr 2017 07:46:35 -0000 > -----Original Message----- > From: Pei, Yulong > Sent: Wednesday, April 26, 2017 12:32 PM > To: dev@dpdk.org > Cc: Wu, Jingjing ; thomas@monjalon.net > Subject: [PATCH] app/testpmd: add bus info when display port info >=20 > Display pci device bus info when show port info. >=20 > Signed-off-by: Yulong Pei Acked-by: Jingjing Wu