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 208DDA034C; Thu, 22 Dec 2022 09:51:51 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 1A59440698; Thu, 22 Dec 2022 09:51:51 +0100 (CET) Received: from mga06.intel.com (mga06b.intel.com [134.134.136.31]) by mails.dpdk.org (Postfix) with ESMTP id 00257400D7 for ; Thu, 22 Dec 2022 09:51:49 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1671699110; x=1703235110; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=kIc8qGImBh6FFg4XLhm+vM21M6deUx3VxTGIMi4nfwY=; b=dS2x6zdWC5om4jtKaGOS/8JZpJCLTVDLyAoJynoJnf3a5nNRgytnPL8F I2nPZM9FfClqdQZ7xEdZK9riLv/caNP+1FT9ycUiLOxHYkcqz/8j2/GUZ eTT8SAXJ/uf/ZuhU4nIT8TxgbuqMGLDChWnM5F0L9G+klipHQFV1JSCyh pgwVhk30X0IdEiBlQ4O0isgINZNQv4n/zXP1y4/W28LRrFGvdocGl42N8 c2xOrWOu0rfSyHrrf9H7eOSPICV+ep0aVWzmztLi+ugmU0IZlTlYFldAH a35qXtWFzlRL7Kmc3yoMsfFRnhYFmIdw4jtAYn2AtvuECmBfD6xK+y7wl Q==; X-IronPort-AV: E=McAfee;i="6500,9779,10568"; a="382306916" X-IronPort-AV: E=Sophos;i="5.96,265,1665471600"; d="scan'208";a="382306916" Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Dec 2022 00:51:39 -0800 Message-Id: <17e395$m25gvm@fmsmga003-auth.fm.intel.com> Date: 22 Dec 2022 00:51:37 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10568"; a="740475899" X-IronPort-AV: E=Sophos;i="5.96,265,1665471600"; d="scan'208";a="740475899" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.225]) by fmsmga003-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Dec 2022 00:51:37 -0800 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: [dts][PATCH V2 2/2] tests/TestSuite_*: skip igb_uio cases From: lijuan.tu@intel.com To: dts@dpdk.org,Lingli Chen Cc: zhiminx.huang@intel.com,Lingli Chen In-Reply-To: <20221215085425.32477-2-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 Thu, 15 Dec 2022 03:54:25 -0500, Lingli Chen wrot= e: > 7 suits (external_memory/ip_pipeline/qinq_filter/veb_switch/vf_interrupt_pm= d/vf_macfilter/vf_packet_rxtx) skip igb_uio cases. >=20 > Signed-off-by: Lingli Chen Acked-by: Lijuan Tu Series applied, thanks