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 23F7D429F0; Wed, 26 Apr 2023 05:02:32 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 1D53F41101; Wed, 26 Apr 2023 05:02:32 +0200 (CEST) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by mails.dpdk.org (Postfix) with ESMTP id D8EA7410DC for ; Wed, 26 Apr 2023 05:02:30 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1682478151; x=1714014151; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=gTKnwEM1R/Prtpu0Tv1+wiqiOPgeDRzLzAmNQkwsZU0=; b=UlIp6uZF3+eIHZJ2B4CgbeGPePTZdKYcLLPHcDr9rMKz60zIIKKufWxX mryktNFaZfZmgjBGBBDf7WOwEnzaSkRyYa7xneCBHDFUr7tv+bJXawDY8 nk2OSixtQ/iTbevxCS33TsJx4dfxQxnKOZ1BDOgVMd/sjE3DR1QiBlhp4 Vlkjk93XrS3lRH2pLCSaFjzvWy6dlzdVrXmLcBWtHoVmlSKpHJzZeVapd sC7EBnB5/QI2zZ0tAnUZhhWGb6yA8JjEF4nh/RaE7Q6pCECi0xN7mAONs GlxMEKONuRrXVuGXh07RJwrxneuoJE6lB9rqrUpFsc8hiK5UZsvpEVUiQ g==; X-IronPort-AV: E=McAfee;i="6600,9927,10691"; a="326584309" X-IronPort-AV: E=Sophos;i="5.99,227,1677571200"; d="scan'208";a="326584309" Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 Apr 2023 20:02:29 -0700 Message-Id: <7419fa$klkbjq@orsmga002-auth.jf.intel.com> Date: 25 Apr 2023 20:02:27 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10691"; a="693776007" X-IronPort-AV: E=Sophos;i="5.99,227,1677571200"; d="scan'208";a="693776007" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.118.233]) by orsmga002-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 Apr 2023 20:02:27 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: [dts][PATCH V1 5/5] tests/ddp_mpls: 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: <20230420070506.10015-6-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, 20 Apr 2023 03:05:06 -0400, Lingli Chen wrot= e: > skip DPDK PF + DPDK VF case, modify dts code to run pf case >=20 > Signed-off-by: Lingli Chen Series applied, thanks