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 4E81BA0588; Thu, 16 Apr 2020 10:47:15 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 1F73A1DB4F; Thu, 16 Apr 2020 10:47:15 +0200 (CEST) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id 90F9D1DB32 for ; Thu, 16 Apr 2020 10:47:13 +0200 (CEST) IronPort-SDR: ZPQdjmuabeGgEl4/TTeM8wwDD2OWVyScRgqlfr2bWTSvTqXAbILRHqSgQ9x7S6PSLA9DfKjSdf 922yKUjUfBCQ== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 16 Apr 2020 01:47:12 -0700 IronPort-SDR: 9yW4iWrjUblQ/D5ZuOrgaJ1Udy+hI1hTDa5g7mjxS6Xrbjz6c+dUH6Z9kfz8RI4Nvfct8QaGsl SReUhHXdkCZg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.72,390,1580803200"; d="scan'208";a="245924183" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by fmsmga008.fm.intel.com with ESMTP; 16 Apr 2020 01:47:12 -0700 Received: from fmsmsx604.amr.corp.intel.com (10.18.126.84) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.439.0; Thu, 16 Apr 2020 01:47:12 -0700 Received: from fmsmsx604.amr.corp.intel.com (10.18.126.84) by fmsmsx604.amr.corp.intel.com (10.18.126.84) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Thu, 16 Apr 2020 01:47:10 -0700 Received: from shsmsx107.ccr.corp.intel.com (10.239.4.96) by fmsmsx604.amr.corp.intel.com (10.18.126.84) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256) id 15.1.1713.5 via Frontend Transport; Thu, 16 Apr 2020 01:47:10 -0700 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.129]) by SHSMSX107.ccr.corp.intel.com ([169.254.9.191]) with mapi id 14.03.0439.000; Thu, 16 Apr 2020 16:47:07 +0800 From: "Tu, Lijuan" To: "Peng, Yuan" , "Cui, LunyuanX" , "dts@dpdk.org" CC: "Cui, LunyuanX" Thread-Topic: [dts] [PATCH V2 0/2] add l2 mac addr fdir filter test Thread-Index: AQHWDJ4DmdxnzBq/TkaerS2veZ6DLKhuPAOAgA1B9eA= Date: Thu, 16 Apr 2020 08:47:07 +0000 Message-ID: <8CE3E05A3F976642AAB0F4675D0AD20E0BC0B389@SHSMSX101.ccr.corp.intel.com> References: <20200407052544.28572-1-lunyuanx.cui@intel.com> In-Reply-To: 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 V2 0/2] add l2 mac addr fdir filter test 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 the series, thanks > -----Original Message----- > From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of Peng, Yuan > Sent: Wednesday, April 8, 2020 2:20 PM > To: Cui, LunyuanX ; dts@dpdk.org > Cc: Cui, LunyuanX > Subject: Re: [dts] [PATCH V2 0/2] add l2 mac addr fdir filter test >=20 > Acked by Peng, Yuan >=20 > -----Original Message----- > From: dts On Behalf Of Lunyuan Cui > Sent: Tuesday, April 7, 2020 1:26 PM > To: dts@dpdk.org > Cc: Cui, LunyuanX > Subject: [dts] [PATCH V2 0/2] add l2 mac addr fdir filter test >=20 > add l2 mac addr fdir filter test plan. > add l2 mac addr fdir filter test case. > --- > v2 changes: > - Add test plan and test case for ipv4-udp and ipv4-tcp. >=20 > Lunyuan Cui (2): > test_plans/generic_flow_api: add l2 mac addr fdir filter test plan > tests/TestSuite_generic_flow_api: add l2 mac addr fdir filter test > case >=20 > test_plans/generic_flow_api_test_plan.rst | 506 ++++++++++++++++++++++ > tests/TestSuite_generic_flow_api.py | 427 ++++++++++++++++++ > 2 files changed, 933 insertions(+) >=20 > -- > 2.17.1