From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 8170E1B1EF for ; Mon, 8 Oct 2018 18:05:03 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 08 Oct 2018 09:05:02 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.54,357,1534834800"; d="scan'208";a="97145796" Received: from irsmsx152.ger.corp.intel.com ([163.33.192.66]) by fmsmga001.fm.intel.com with ESMTP; 08 Oct 2018 09:04:52 -0700 Received: from irsmsx112.ger.corp.intel.com (10.108.20.5) by IRSMSX152.ger.corp.intel.com (163.33.192.66) with Microsoft SMTP Server (TLS) id 14.3.319.2; Mon, 8 Oct 2018 17:04:51 +0100 Received: from irsmsx107.ger.corp.intel.com ([169.254.10.56]) by irsmsx112.ger.corp.intel.com ([169.254.1.197]) with mapi id 14.03.0319.002; Mon, 8 Oct 2018 17:04:51 +0100 From: "Dumitrescu, Cristian" To: Krzysztof Kanas , "dev@dpdk.org" CC: "Jerin.JacobKollanukkaran@cavium.com" , "Nithin.Dabilpuram@cavium.com" Thread-Topic: [dpdk-dev] [PATCH] app/testpmd: add commands for TM to mark pkts Thread-Index: AQHUNiAUVU8iJQLCwEK6VWXBJbVzAaUV1MiA Date: Mon, 8 Oct 2018 16:04:51 +0000 Message-ID: <3EB4FA525960D640B5BDFFD6A3D891268E7D5FC0@IRSMSX107.ger.corp.intel.com> References: <20180817113919.32095-1-krzysztof.kanas@caviumnetworks.com> In-Reply-To: <20180817113919.32095-1-krzysztof.kanas@caviumnetworks.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiODU5Yjc3NWItNjU4OS00OGEzLWI5ZTktNWQ0NWIwNzEwZDUxIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiWWFIT3M1YkNMS3l0TkhWM0JKa0RNbXJNREtuR1ZidzRSY0xxcnRkdXpaVGlnXC9Wc0l3aGdRTDBDN1ExZmF2ajEifQ== x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.400.15 dlp-reaction: no-action x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] app/testpmd: add commands for TM to mark pkts 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: Mon, 08 Oct 2018 16:05:03 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Krzysztof Kanas > Sent: Friday, August 17, 2018 12:39 PM > To: dev@dpdk.org > Cc: krzysztof.kanas@caviumnetworks.com; > Jerin.JacobKollanukkaran@cavium.com; Nithin.Dabilpuram@cavium.com > Subject: [dpdk-dev] [PATCH] app/testpmd: add commands for TM to mark > pkts >=20 > Add following testpmd run-time commands to support test of TM packet > marking: >=20 > set port tm mark ip_ecn > set port tm mark ip_dscp > set port tm mark vlan_dei >=20 > Signed-off-by: Krzysztof Kanas > --- > app/test-pmd/cmdline.c | 3 + > app/test-pmd/cmdline_tm.c | 260 ++++++++++++++++++++ > app/test-pmd/cmdline_tm.h | 3 + > doc/guides/testpmd_app_ug/testpmd_funcs.rst | 57 +++++ > 4 files changed, 323 insertions(+) >=20 Acked-by: Cristian Dumitrescu Applied to next-qos tree, thanks!