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 3AD29A00C2; Thu, 5 Jan 2023 15:58:49 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 349664067C; Thu, 5 Jan 2023 15:58:49 +0100 (CET) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by mails.dpdk.org (Postfix) with ESMTP id 30B674021E for ; Thu, 5 Jan 2023 15:58:47 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1672930727; x=1704466727; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=tU32dkp7Lcc+QfU4I5lfGTJPz9P4EK4wLOcAde9FNv4=; b=mPixSbBZN7kjnaeDzfnB5i6R30agtLta4fSk6o8kHwKiFpJVLiM1AZ5k QEQTh+fnuaH5T2RsL91OoRdHtCYOZO9C1k6BadmzOuE+ahGEIHY44IrhB A1/6Tcz3dRXhTrvedv1EEKUvTlVotfjeE3SXXbGcBO/LBehECtxRPhkBG WKI4KD5JLfHZ57t0PYHNB9OruemSMAKz14qY5BLHWRSK9IcsNp+poAeDD h2R87eFtyoNtrLmzAkTKFYgMOPc8x775ciyVmnfua5tTB6Y6qW0H5FDjM OOJ7lnz9Otfl3gxL6FdPScPKUvFCkLiebcJO12cE0N1/RP24gf4ck7h0+ w==; X-IronPort-AV: E=McAfee;i="6500,9779,10580"; a="386666686" X-IronPort-AV: E=Sophos;i="5.96,303,1665471600"; d="scan'208";a="386666686" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 05 Jan 2023 06:26:10 -0800 Message-Id: <1ac5b1$keangh@orsmga008-auth.jf.intel.com> Date: 05 Jan 2023 06:26:08 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10580"; a="686120473" X-IronPort-AV: E=Sophos;i="5.96,303,1665471600"; d="scan'208";a="686120473" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.225]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 05 Jan 2023 06:26:08 -0800 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: [dts][PATCH V2] test*: Add ieee1588_enable on ICE From: lijuan.tu@intel.com To: dts@dpdk.org,Lingli Chen Cc: Lingli Chen In-Reply-To: <20230104024247.54636-1-linglix.chen@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: Lingli Chen Errors-To: dts-bounces@dpdk.org On Tue, 3 Jan 2023 21:42:47 -0500, Lingli Chen wrot= e: > According to dpdk commit f5ada3bcf12d (net/ice: fix mbuf offload flag for R= x timestamp) > add ieee1588_enable on ICE. >=20 > Signed-off-by: Lingli Chen Applied, thanks