From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 92EB35F17 for ; Sat, 31 Mar 2018 01:05:09 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 30 Mar 2018 16:05:06 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.48,383,1517904000"; d="scan'208";a="28386949" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by fmsmga007.fm.intel.com with ESMTP; 30 Mar 2018 16:05:06 -0700 Received: from fmsmsx120.amr.corp.intel.com (10.18.124.208) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.319.2; Fri, 30 Mar 2018 16:05:06 -0700 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.319.2; Fri, 30 Mar 2018 16:05:06 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.235]) by shsmsx102.ccr.corp.intel.com ([169.254.2.80]) with mapi id 14.03.0319.002; Sat, 31 Mar 2018 07:05:04 +0800 From: "Wu, Jingjing" To: "Dai, Wei" , "Lu, Wenzhuo" CC: "dev@dpdk.org" Thread-Topic: [PATCH v6 2/2] app/testpmd: add commands to test new Tx offload API Thread-Index: AQHTwbP2ZRsamZdDR0+JE5keOCotOaPpc3fA Date: Fri, 30 Mar 2018 23:05:04 +0000 Message-ID: <9BB6961774997848B5B42BEC655768F810FCCC65@SHSMSX103.ccr.corp.intel.com> References: <1521515347-45383-1-git-send-email-wei.dai@intel.com> <20180322080025.30830-1-wei.dai@intel.com> <20180322080025.30830-3-wei.dai@intel.com> In-Reply-To: <20180322080025.30830-3-wei.dai@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiOWI2ODk4MjctNGQ3Zi00ODMxLWJlYWMtNTgzMmQ2ZTE1ODNhIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6InJPbndzelBBQmdqbWlqbjVqdDRTenhyQTd5YXpyc0dKSlM1WnQzZ1wvYnlNPSJ9 x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.0.116 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 v6 2/2] app/testpmd: add commands to test new Tx offload API 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, 30 Mar 2018 23:05:12 -0000 > -----Original Message----- > From: Dai, Wei > Sent: Thursday, March 22, 2018 1:00 AM > To: Lu, Wenzhuo ; Wu, Jingjing > Cc: dev@dpdk.org; Dai, Wei > Subject: [PATCH v6 2/2] app/testpmd: add commands to test new Tx offload = API >=20 > Add following testpmd run-time commands to support test of > new Tx offload API: > tx_offload get capability > tx_offload get configuration > tx_offload enable|disable per_port > tx_offload enable|disable per_queue >=20 > Above last 2 commands should be run when the port is stopped. > And can be one of "vlan_insert", "udp_cksum", ... >=20 > Signed-off-by: Wei Dai Please don't forget to update doc for new commands. Acked-by: Jingjing Wu