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 54E09A00C2; Wed, 4 Jan 2023 02:24:38 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 27ADA40698; Wed, 4 Jan 2023 02:24:38 +0100 (CET) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by mails.dpdk.org (Postfix) with ESMTP id C58BC40697 for ; Wed, 4 Jan 2023 02:24:36 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1672795477; x=1704331477; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=k5kNTPgzE1OSEsufOLXaK8U0OIjG6msoFo5qaG+33IQ=; b=ZZ1ZEWXa82VyrUz+7x8Oh1hKy4ZtJ7bdbJ9bB/MSIa9zUNjjDqI7gsYi HXldEAvktI0F1r8uis4bP7I0l4TEawkS/slkhfSi9lhqbwKlTqFOQoRbz W3saOWcQtiR6jk6b3rI5osR28fbqrgvo/Lze2jzqCd00otiEarRy2otzE 0O64prfcw/tKrtrZhDH5QcnqKzRsu0CQoB2eKOG+HhzBeGPGKQ702c5Ea hdSVFo1+N0EUvZ7QHsPNE5V5f787C1F2IrPJOa5cFfkN5zMvH5ZYW5554 vQZEkAN+Trkc0YpjeC4b4VzJlvMs+T/0vyMJEFtn+UtmH44ekSPsGsxvO A==; X-IronPort-AV: E=McAfee;i="6500,9779,10579"; a="408059109" X-IronPort-AV: E=Sophos;i="5.96,297,1665471600"; d="scan'208";a="408059109" Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 03 Jan 2023 17:24:35 -0800 Message-Id: <3d8560$jigjva@fmsmga007-auth.fm.intel.com> Date: 03 Jan 2023 17:24:34 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10579"; a="656953324" X-IronPort-AV: E=Sophos;i="5.96,297,1665471600"; d="scan'208";a="656953324" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.225]) by fmsmga007-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 03 Jan 2023 17:24:34 -0800 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: [dts][PATCH V1] tests/ice_1pps_signal: remove suite and test plan due to dpdk22.11 changes From: lijuan.tu@intel.com To: qi.fu@intel.com,dts@dpdk.org,Yu Jiang Cc: Yu Jiang In-Reply-To: <20221229063919.2247153-1-yux.jiang@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: Yu Jiang Errors-To: dts-bounces@dpdk.org On Thu, 29 Dec 2022 14:39:19 +0800, Yu Jiang wrote: > According to dpdk22.11 commit 1bcb7ba9 ("app/testpmd: drop PCI register com= mands"), > reading and setting port registers related cmds have been removed from dpdk= .=20 >=20 > Signed-off-by: Yu Jiang Applied, thanks