From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 718C41B1E4 for ; Wed, 10 Jan 2018 15:09:43 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 10 Jan 2018 06:09:42 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,340,1511856000"; d="scan'208";a="8708428" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by fmsmga008.fm.intel.com with ESMTP; 10 Jan 2018 06:09:41 -0800 Received: from fmsmsx154.amr.corp.intel.com (10.18.116.70) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 10 Jan 2018 06:09:41 -0800 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by FMSMSX154.amr.corp.intel.com (10.18.116.70) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 10 Jan 2018 06:09:41 -0800 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.213]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.93]) with mapi id 14.03.0319.002; Wed, 10 Jan 2018 22:09:39 +0800 From: "Zhang, Helin" To: "Rybalchenko, Kirill" , "dev@dpdk.org" CC: "Rybalchenko, Kirill" , "Chilikin, Andrey" , "Xing, Beilei" , "Wu, Jingjing" Thread-Topic: [dpdk-dev] [PATCH 0/2] add raw flowtype mode for flow director filter Thread-Index: AQHTZHZJtnNJF2q0aUqjz/pRomwGMKNtcD0A Date: Wed, 10 Jan 2018 14:09:39 +0000 Message-ID: References: <1511453701-117320-1-git-send-email-kirill.rybalchenko@intel.com> In-Reply-To: <1511453701-117320-1-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 0/2] 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 14:09:43 -0000 > -----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 0/2] add raw flowtype mode for flow director f= ilter >=20 > Add possibility to load file with raw packet and set it as a template for= flow > director filter setup. >=20 > Kirill Rybalchenko (2): > app/testpmd: add raw flowtype mode for flow director filter > doc: add description of raw mode in flow director in testpmd >=20 > app/test-pmd/cmdline.c | 116 ++++++++++++++++++++++= +++--- > app/test-pmd/config.c | 8 +- > app/test-pmd/testpmd.h | 6 +- > doc/guides/testpmd_app_ug/testpmd_funcs.rst | 24 ++++-- > 4 files changed, 131 insertions(+), 23 deletions(-) >=20 > -- > 2.5.5 Applied to dpdk-next-net-intel with minor commit log changes, thanks! /Helin