From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 540BBFA4F for ; Fri, 20 Jan 2017 03:04:23 +0100 (CET) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga101.jf.intel.com with ESMTP; 19 Jan 2017 18:04:22 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,256,1477983600"; d="scan'208";a="1096492972" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by fmsmga001.fm.intel.com with ESMTP; 19 Jan 2017 18:04:21 -0800 Received: from fmsmsx157.amr.corp.intel.com (10.18.116.73) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.248.2; Thu, 19 Jan 2017 18:04:21 -0800 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by FMSMSX157.amr.corp.intel.com (10.18.116.73) with Microsoft SMTP Server (TLS) id 14.3.248.2; Thu, 19 Jan 2017 18:04:21 -0800 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.177]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.204]) with mapi id 14.03.0248.002; Fri, 20 Jan 2017 10:04:18 +0800 From: "Yang, Qiming" To: Thomas Monjalon CC: dev , "De Lara Guarch, Pablo" Thread-Topic: [dpdk-dev] [PATCH v7] app/testpmd: supported offload capabilities query Thread-Index: AdJywXKF0lmAYNxoQ7C0p1tB9Twk6Q== Date: Fri, 20 Jan 2017 02:04:18 +0000 Message-ID: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYTYyODcxODAtMTM0My00NWQ4LThlOTYtZjcyMDA4MWNhZmMzIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IlFsV1FlK21UZFkxWHV0Vk45c1RscEJ5eEFmVUJiR1Fvajc3Rkp1QzM5QTg9In0= x-ctpclassification: CTP_IC x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: [dpdk-dev] FW: [PATCH v7] app/testpmd: supported offload capabilities query 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, 20 Jan 2017 02:04:23 -0000 Hi, Thomas Does this patch be forget? Or still have something need to amend? > -----Original Message----- > From: De Lara Guarch, Pablo > Sent: Monday, January 16, 2017 6:10 PM > To: Yang, Qiming ; dev@dpdk.org > Cc: Yang, Qiming > Subject: RE: [dpdk-dev] [PATCH v7] app/testpmd: supported offload > capabilities query >=20 >=20 >=20 > > -----Original Message----- > > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Qiming Yang > > Sent: Monday, January 16, 2017 2:31 AM > > To: dev@dpdk.org > > Cc: Yang, Qiming > > Subject: [dpdk-dev] [PATCH v7] app/testpmd: supported offload > > capabilities query > > > > Add two new commands "show port cap " and "show port cap all"to > > diaplay what offload capabilities supported in ports. It will not only > > display all the capabilities of the port, but also the enabling > > condition for each capability in the running time. > > > > Signed-off-by: Qiming Yang > > Acked-by: Jingjing Wu > > Acked-by: Beilei Xing >=20 > Acked-by: Pablo de Lara