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 9D7E15F13 for ; Fri, 30 Mar 2018 10:40:47 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 30 Mar 2018 01:40:46 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.48,380,1517904000"; d="scan'208";a="32734644" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by fmsmga002.fm.intel.com with ESMTP; 30 Mar 2018 01:40:46 -0700 Received: from fmsmsx157.amr.corp.intel.com (10.18.116.73) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.319.2; Fri, 30 Mar 2018 01:40:46 -0700 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by FMSMSX157.amr.corp.intel.com (10.18.116.73) with Microsoft SMTP Server (TLS) id 14.3.319.2; Fri, 30 Mar 2018 01:40:46 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.235]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.129]) with mapi id 14.03.0319.002; Fri, 30 Mar 2018 16:40:44 +0800 From: "Wu, Jingjing" To: "Dai, Wei" , "Lu, Wenzhuo" CC: "dev@dpdk.org" Thread-Topic: [PATCH v6 1/2] app/testpmd: add commands to test new Rx offload API Thread-Index: AQHTwbP0Zvt8OPogQEilrThqJUQqtaPoSxzA Date: Fri, 30 Mar 2018 08:40:44 +0000 Message-ID: <9BB6961774997848B5B42BEC655768F810FCBDF0@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-2-wei.dai@intel.com> In-Reply-To: <20180322080025.30830-2-wei.dai@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMmRiNjZkYjQtNzY4Yi00YzgzLTk4NzktNjE1Njg0MTZjYjQ1IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6IjJ6RG85QzdsRWMxdjNSa2tMT0dLSnk1eWtxS25PUWt1NUtaOWwyYVM2TUU9In0= 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 1/2] app/testpmd: add commands to test new Rx 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 08:40:48 -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 1/2] app/testpmd: add commands to test new Rx offload = API >=20 > Add following testpmd run-time commands to support test of > new Rx offload API: > rx_offload get capability > rx_offload get configuration > rx_offload enable|disable per_port > rx_offload enable|disable per_queue >=20 > Above last 2 commands should be run when the port is stopped. > And can be one of "vlan_strip", "ipv4_cksum", ... >=20 > Signed-off-by: Wei Dai Please update doc for new commands. Acked-by: Jingjing Wu