From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 346B6FAEA for ; Tue, 20 Dec 2016 06:50:09 +0100 (CET) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga104.jf.intel.com with ESMTP; 19 Dec 2016 21:50:08 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,377,1477983600"; d="scan'208";a="1074286965" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by orsmga001.jf.intel.com with ESMTP; 19 Dec 2016 21:50:07 -0800 Received: from fmsmsx120.amr.corp.intel.com (10.18.124.208) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.248.2; Mon, 19 Dec 2016 21:50:06 -0800 Received: from shsmsx102.ccr.corp.intel.com (10.239.4.154) by fmsmsx120.amr.corp.intel.com (10.18.124.208) with Microsoft SMTP Server (TLS) id 14.3.248.2; Mon, 19 Dec 2016 21:50:06 -0800 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.11]) by shsmsx102.ccr.corp.intel.com ([169.254.2.54]) with mapi id 14.03.0248.002; Tue, 20 Dec 2016 13:50:03 +0800 From: "Wu, Jingjing" To: "Yang, Qiming" , "dev@dpdk.org" CC: "Yang, Qiming" Thread-Topic: [dpdk-dev] [PATCH v2] app/testpmd: supported offload capabilities query Thread-Index: AQHST5A/3HbN5WusbUiNnD8GvAGhzaEQai8g Date: Tue, 20 Dec 2016 05:50:03 +0000 Message-ID: <9BB6961774997848B5B42BEC655768F810CA5762@SHSMSX103.ccr.corp.intel.com> References: <1480678283-3415-1-git-send-email-qiming.yang@intel.com> <1481008055-68096-1-git-send-email-qiming.yang@intel.com> In-Reply-To: <1481008055-68096-1-git-send-email-qiming.yang@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: 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 v2] 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: Tue, 20 Dec 2016 05:50:10 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Qiming Yang > Sent: Tuesday, December 6, 2016 3:08 PM > To: dev@dpdk.org > Cc: Yang, Qiming > Subject: [dpdk-dev] [PATCH v2] app/testpmd: supported offload capabilitie= s > query >=20 > Add two new commands "show port capa " and "show port capa all"to > diaplay what offload capabilities supported in ports. It will not only di= splay all > the capabilities of the port, but also the enabling condition for each ca= pability > in the running time. >=20 > Signed-off-by: Qiming Yang > --- > v2 changes: > * fixed the output style as Ferruh's patch show and add some > descriptions in testpmd_funcs.rst for new functions. > --- > --- > app/test-pmd/cmdline.c | 15 ++- > app/test-pmd/config.c | 172 ++++++++++++++++++++++= ++++++ > app/test-pmd/testpmd.h | 1 + > doc/guides/testpmd_app_ug/testpmd_funcs.rst | 12 +- > 4 files changed, 191 insertions(+), 9 deletions(-) >=20 Please add this new command for the print when "help display" in cmd_help_= long_parsed. Thanks Jingjing