From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 65E261B168 for ; Wed, 10 Jan 2018 03:55:41 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 09 Jan 2018 18:55:39 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,337,1511856000"; d="scan'208";a="192173512" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by orsmga005.jf.intel.com with ESMTP; 09 Jan 2018 18:55:39 -0800 Received: from fmsmsx122.amr.corp.intel.com (10.18.125.37) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 9 Jan 2018 18:55:38 -0800 Received: from shsmsx104.ccr.corp.intel.com (10.239.4.70) by fmsmsx122.amr.corp.intel.com (10.18.125.37) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 9 Jan 2018 18:55:38 -0800 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.189]) by SHSMSX104.ccr.corp.intel.com ([169.254.5.152]) with mapi id 14.03.0319.002; Wed, 10 Jan 2018 10:55:24 +0800 From: "Lu, Wenzhuo" To: "Rybalchenko, Kirill" , "dev@dpdk.org" CC: "Rybalchenko, Kirill" , "Chilikin, Andrey" , "Xing, Beilei" , "Wu, Jingjing" Thread-Topic: [dpdk-dev] [PATCH 1/2] app/testpmd: add raw flowtype mode for flow director filter Thread-Index: AQHTZHZYcAtqh38Wy0Gu6aKLFJv9AKNskxMQgAAglFA= Date: Wed, 10 Jan 2018 02:55:22 +0000 Message-ID: <6A0DE07E22DDAD4C9103DF62FEBC09093B70D18D@shsmsx102.ccr.corp.intel.com> References: <1511453701-117320-1-git-send-email-kirill.rybalchenko@intel.com> <1511453701-117320-2-git-send-email-kirill.rybalchenko@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 1/2] app/testpmd: add raw flowtype mode for flow director filter 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: Wed, 10 Jan 2018 02:55:41 -0000 Hi Kirill, > -----Original Message----- > From: Lu, Wenzhuo > Sent: Wednesday, January 10, 2018 8:58 AM > To: 'Kirill Rybalchenko' ; dev@dpdk.org > Cc: Rybalchenko, Kirill ; Chilikin, Andrey > ; Xing, Beilei ; Wu, > Jingjing > Subject: RE: [dpdk-dev] [PATCH 1/2] app/testpmd: add raw flowtype mode > for flow director filter >=20 > Hi Kirill, >=20 > > -----Original Message----- > > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Kirill > > Rybalchenko > > Sent: Friday, November 24, 2017 12:15 AM > > To: dev@dpdk.org > > Cc: Rybalchenko, Kirill ; Chilikin, > > Andrey ; Xing, Beilei > > ; Wu, Jingjing > > Subject: [dpdk-dev] [PATCH 1/2] app/testpmd: add raw flowtype mode for > > flow director filter > > > > Add possibility to load file with raw packet and set it as a template > > for flow director filter setup. > > > > Signed-off-by: Kirill Rybalchenko > > --- > > app/test-pmd/cmdline.c | 116 > > ++++++++++++++++++++++++++++++++++++++++++++----- > > app/test-pmd/config.c | 8 ++-- > > app/test-pmd/testpmd.h | 6 +-- > > 3 files changed, 112 insertions(+), 18 deletions(-) > Please update the testpmd_funcs.rst for the new CLIs. Just found you have another patch for the doc. Normally we just need one pa= tch for all this. Anyway, I'd like to ACK this sceries.