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 448C7A0542; Sat, 8 Oct 2022 09:01:54 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 208DC40146; Sat, 8 Oct 2022 09:01:54 +0200 (CEST) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by mails.dpdk.org (Postfix) with ESMTP id 5911140042 for ; Sat, 8 Oct 2022 09:01:49 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1665212512; x=1696748512; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=d/poin3eibaHSTF+6wd4VRyDLMAOxtO3c58SCuKc4QQ=; b=nquErCNh9y8oyeTf/g1vjY5eotJ+EBzR82w/VY0xt9a+xtftTe0YZwLC NvTCs7nDb5rDEHBdmWUkxs/54b9Cacm5EMfD2taVHuTTesEkXEmIu+qrZ o6nl5EPG89S5H2XiZsOjJApR/wVlLlsXur6IM4vejWRESfdbEACX86ZMr 9CrrAJj6EWzHNb1HkPa0h8ps5KqqjMJmzMq4X9CV+SqJ9x7cBo2FrJJUb oFdd3pHvcDBtBFhMOOiWrNn1Vm6LsTv3tv6k0ANYWzL3dorr8x8/bKOk2 FYxNaEHy63MriaifKxYmQ0SyPgfAqDdiHJkBaMOkK0uwyL5rC35NColdu A==; X-IronPort-AV: E=McAfee;i="6500,9779,10493"; a="301508661" X-IronPort-AV: E=Sophos;i="5.95,169,1661842800"; d="scan'208";a="301508661" Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Oct 2022 00:01:43 -0700 Message-Id: <2939d0$nreqfd@orsmga005-auth.jf.intel.com> Date: 08 Oct 2022 00:01:35 -0700 X-IronPort-AV: E=McAfee;i="6500,9779,10493"; a="800549362" X-IronPort-AV: E=Sophos;i="5.95,169,1661842800"; d="scan'208";a="800549362" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.225]) by orsmga005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Oct 2022 00:01:35 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: [dts][PATCH V1] modify testplan to add E810 support suit From: lijuan.tu@intel.com To: dts@dpdk.org,Lingli Chen Cc: zhiminx.huang@intel.com,Lingli Chen In-Reply-To: <20220926073838.29257-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 Mon, 26 Sep 2022 03:38:38 -0400, Lingli Chen wrot= e: > Some suite descriptions in testplan do not support E810, but this feature i= s support and tested in regression. > so modify testplan to add E810 support. >=20 > Signed-off-by: Lingli Chen Applied, thanks