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 03664A00C3; Mon, 19 Sep 2022 03:25:41 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id BF42F4021F; Mon, 19 Sep 2022 03:25:41 +0200 (CEST) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by mails.dpdk.org (Postfix) with ESMTP id 93D42400D5 for ; Mon, 19 Sep 2022 03:25:39 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1663550739; x=1695086739; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=2AUu5d42tZ7wuduu1uWD8oOS2pXHQsFxhdyY38/5OYY=; b=aVMDQT5sIzaiMyRCySTIiV0JnU8osuDop9enx99NaweA9nUjfaUisNgE MhIYpCk9dwp/rMnIvk/2CbWBxwhKn68IeonSgpnpjkQh3QGtBTSAjFxKw 0WES5LuFxHcAmSWoyiKgQSfitGL08NE0lCPrbRbOxQkK9NZw4mCHkS8Pj GZ0r4P1GjjlBnmj1eAdqc2oocedU5CeEFt44YqD8mQxVTPMM7WYqkuUGL Whwhu7T74bP2PYNKJi8QiUwd8s4nvu45HmHqmVeoG4WWtJTGtyPGpgXb8 oRm62xK893EmrHRnX8sCQ44DJwkWYnVYN71u5QICvDBSeEdRKc9fGx47/ A==; X-IronPort-AV: E=McAfee;i="6500,9779,10474"; a="282308745" X-IronPort-AV: E=Sophos;i="5.93,325,1654585200"; d="scan'208";a="282308745" Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 Sep 2022 18:25:38 -0700 Message-Id: Date: 18 Sep 2022 18:25:37 -0700 X-IronPort-AV: E=Sophos;i="5.93,325,1654585200"; d="scan'208";a="569459063" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.225]) by orsmga003-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 Sep 2022 18:25:37 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Subject: [dts] [PATCH V3 2/2] tests/ice_dcf_data_path: rename suite From: lijuan.tu@intel.com To: dts@dpdk.org,Song Jiale Cc: Song Jiale In-Reply-To: <20220908111148.8023-2-songx.jiale@intel.com> 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: , Reply-To: Song Jiale Errors-To: dts-bounces@dpdk.org On Thu, 8 Sep 2022 11:11:48 +0000, Song Jiale wrote: > 1. rename the name of ice_dcf_date_path to ice_dcf_data_path. > 2. synchronize testplan modifications. > > Signed-off-by: Song Jiale Acked-by: Lijuan Tu Series applied, thanks