From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id E880DA0561; Mon, 20 Apr 2020 04:18:16 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id DE9731C2F6; Mon, 20 Apr 2020 04:18:16 +0200 (CEST) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id E01971C2F5 for ; Mon, 20 Apr 2020 04:18:14 +0200 (CEST) IronPort-SDR: Dg52+kZCp5cw23QjUPqVvoc/szZT43dXMkPdPupviSg7239Y2Z9xGtClMVKK949whfWHqEvwKx +5XeCMsjnDfg== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 19 Apr 2020 19:18:12 -0700 IronPort-SDR: pQvIkzL2XU1gcGzDG/zwy0fQr2pZ51uwIy30G56ySKfssczcfFK8gVVobtxad0dgjkI1kDp2H+ nXKN8kgUrc1A== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.72,405,1580803200"; d="scan'208";a="245226009" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by fmsmga007.fm.intel.com with ESMTP; 19 Apr 2020 19:18:11 -0700 Received: from fmsmsx608.amr.corp.intel.com (10.18.126.88) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.439.0; Sun, 19 Apr 2020 19:18:11 -0700 Received: from fmsmsx608.amr.corp.intel.com (10.18.126.88) by fmsmsx608.amr.corp.intel.com (10.18.126.88) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Sun, 19 Apr 2020 19:18:11 -0700 Received: from shsmsx105.ccr.corp.intel.com (10.239.4.158) by fmsmsx608.amr.corp.intel.com (10.18.126.88) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256) id 15.1.1713.5 via Frontend Transport; Sun, 19 Apr 2020 19:18:11 -0700 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.129]) by SHSMSX105.ccr.corp.intel.com ([169.254.11.213]) with mapi id 14.03.0439.000; Mon, 20 Apr 2020 10:18:09 +0800 From: "Tu, Lijuan" To: "Zeng, XiaoxiaoX" , "dts@dpdk.org" CC: "Zeng, XiaoxiaoX" Thread-Topic: [dts] [PATCH V1] testplan/ flow_filtering_test_plan:upgrade support info for flow_filtering Thread-Index: AQHWDv+jtS1SbJ6sRU69RBQ6ojUa1qiBVdrQ Date: Mon, 20 Apr 2020 02:18:08 +0000 Message-ID: <8CE3E05A3F976642AAB0F4675D0AD20E0BC0CD5C@SHSMSX101.ccr.corp.intel.com> References: <20200410150100.12420-1-xiaoxiaox.zeng@intel.com> In-Reply-To: <20200410150100.12420-1-xiaoxiaox.zeng@intel.com> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.2.0.6 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: [dts] [PATCH V1] testplan/ flow_filtering_test_plan:upgrade support info for flow_filtering X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dts-bounces@dpdk.org Sender: "dts" Applied, thanks > -----Original Message----- > From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of Zeng Xiaoxiao > Sent: Friday, April 10, 2020 11:01 PM > To: dts@dpdk.org > Cc: Zeng, XiaoxiaoX > Subject: [dts] [PATCH V1] testplan/ flow_filtering_test_plan:upgrade supp= ort > info for flow_filtering >=20 > From: Xiaoxiao Zeng >=20 > Signed-off-by: Xiaoxiao Zeng > --- > test_plans/flow_filtering_test_plan.rst | 2 ++ > 1 file changed, 2 insertions(+) >=20 > diff --git a/test_plans/flow_filtering_test_plan.rst > b/test_plans/flow_filtering_test_plan.rst > index 50d740b..910fbe8 100644 > --- a/test_plans/flow_filtering_test_plan.rst > +++ b/test_plans/flow_filtering_test_plan.rst > @@ -47,6 +47,8 @@ > http://doc.dpdk.org/guides/sample_app_ug/flow_filtering.html >=20 > The matching item is dst IP address: "192.168.1.1". > The match action is entering the queue 1. > +The flow example can specify fdir_mode by '--pkt-filter-mode',if not ass= ign > fdir_mode, IXGBE will not support flow example. > +IGB not support flow example. >=20 > Prerequisites > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > -- > 2.17.1