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 A8B6341DBF; Fri, 3 Mar 2023 06:33:13 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8169240EE3; Fri, 3 Mar 2023 06:33:13 +0100 (CET) Received: from mga06.intel.com (mga06b.intel.com [134.134.136.31]) by mails.dpdk.org (Postfix) with ESMTP id 0B66640687 for ; Fri, 3 Mar 2023 06:33:11 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1677821591; x=1709357591; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=cym2M6UIBfHaB8/SIq2F6IGEkbFtaNejmDV04iv8U+Y=; b=ak0ybrL3EZGj2eWxHHFCjs9+7/kMNkjxvGo+ygCV3qvkgfEqgK93U8Py qM8/C0Kgdes8JmWl0OJNdwCD4mTpXqqxHlFaJISOMC7FJaE7JtEbM63Hr Sbd/IkYIBkDmh6cTUABFP+ugPDBSmaqIivAJKKHAa7QNVzrpE5dceBu/E XW4HLI/9i9CaUMxnKI1DcNbqvuwlDJgAJGn8bOSGy6h6ySPHmFDpBCa5s e6NJe6M4vbxbZ04eb6ZuSQMBPoxGe46c2oWZRvJ+lMkqCPng2RO7RqjZN 6hBAp2KLSgsDvOeYn28zaFCu67Po8u37QjzfLgt2z60BaX4Kg0W+2SCj9 g==; X-IronPort-AV: E=McAfee;i="6500,9779,10637"; a="397550622" X-IronPort-AV: E=Sophos;i="5.98,229,1673942400"; d="scan'208";a="397550622" Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Mar 2023 21:33:10 -0800 Message-Id: <8483a8$tttja1@fmsmga005-auth.fm.intel.com> Date: 02 Mar 2023 21:33:09 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10637"; a="1004457284" X-IronPort-AV: E=Sophos;i="5.98,229,1673942400"; d="scan'208";a="1004457284" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.225]) by fmsmga005-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Mar 2023 21:33:09 -0800 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Subject: [dts] [PATCH V1] conf/test_case_checklist: delete the checklist of the igc nic in the ptpclient case From: lijuan.tu@intel.com To: dts@dpdk.org,Song Jiale Cc: Song Jiale In-Reply-To: <20230303120844.383201-1-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 Fri, 3 Mar 2023 12:08:44 +0000, Song Jiale wrote: > dpdk23.03 new feature, igc nic support IEEE 1588 PTP. > Applied, thanks