From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id D0359A0567; Wed, 10 Mar 2021 06:48:03 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A393C22A55A; Wed, 10 Mar 2021 06:48:03 +0100 (CET) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by mails.dpdk.org (Postfix) with ESMTP id 226BC40687 for ; Wed, 10 Mar 2021 06:48:01 +0100 (CET) IronPort-SDR: pn1FSkhd+A1LcDlmmuiX0rSt7v3lHquVmFHfVf0ogqmajFKtyfi/1N/+mQ3RnszLwXazGHFfrG gSwttBiiil5Q== X-IronPort-AV: E=McAfee;i="6000,8403,9917"; a="167666149" X-IronPort-AV: E=Sophos;i="5.81,236,1610438400"; d="scan'208";a="167666149" Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 Mar 2021 21:48:00 -0800 IronPort-SDR: bef6Q1lcOyzmvy5EuSJdp5Q6pWaukMmsuSqe4Cr2G7jeCT9oOU/YIZ/BEoixusfaj/JTGc0P32 mmcQ3GQEjCEA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.81,236,1610438400"; d="scan'208";a="376834579" Received: from fmsmsx601.amr.corp.intel.com ([10.18.126.81]) by fmsmga007.fm.intel.com with ESMTP; 09 Mar 2021 21:48:00 -0800 Received: from shsmsx603.ccr.corp.intel.com (10.109.6.143) by fmsmsx601.amr.corp.intel.com (10.18.126.81) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2106.2; Tue, 9 Mar 2021 21:47:59 -0800 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX603.ccr.corp.intel.com (10.109.6.143) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2106.2; Wed, 10 Mar 2021 13:47:58 +0800 Received: from shsmsx601.ccr.corp.intel.com ([10.109.6.141]) by SHSMSX601.ccr.corp.intel.com ([10.109.6.141]) with mapi id 15.01.2106.013; Wed, 10 Mar 2021 13:47:58 +0800 From: "Tu, Lijuan" To: "Xu, HailinX" , "dts@dpdk.org" CC: "Lin, Xueqin" , "Xu, HailinX" Thread-Topic: [dts] [PATCH v2 0/2] add 4 test cases and testplan. Thread-Index: AQHXE/jv82KlH4QGvU6Dm/vmqeHhsqp8udNQ Date: Wed, 10 Mar 2021 05:47:57 +0000 Message-ID: <8f86032ab91f452cb6062cee3d462457@intel.com> References: <1615193059-72298-1-git-send-email-hailinx.xu@intel.com> In-Reply-To: <1615193059-72298-1-git-send-email-hailinx.xu@intel.com> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-reaction: no-action dlp-version: 11.5.1.3 dlp-product: dlpe-windows x-originating-ip: [10.239.127.36] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dts] [PATCH v2 0/2] add 4 test cases and testplan. X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.29 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" > v1: add without input set IPv4/IPv6 tcp/udp fdir rule cases. > v2: modify hierarc >=20 > Hailin Xu (2): > test_plans/iavf_fdir: add without input set cases > tests/iavf_fdir: add without input set cases Applied, thanks