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 0EB3E42C4A; Wed, 7 Jun 2023 09:53:17 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 0A8A8410F6; Wed, 7 Jun 2023 09:53:17 +0200 (CEST) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by mails.dpdk.org (Postfix) with ESMTP id 1369340695 for ; Wed, 7 Jun 2023 09:53:14 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1686124395; x=1717660395; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=Yi3+S54hhiOMADz+wmw8w2yQu4I/Q+ocTeCjtVwJR4A=; b=AfnIuj5oLgUwKSVKIWF3D5IdcbItMA2oOPvbqeN7S1EeqhVrGDnnWKZw wOsm76/WerOOEZzEueWwMe8ovDtI1kS2l0cm2OT1hexfwEaqIpe0AyQtJ 3AM/j7FIjvYnTF8Yyz3x7lyaiNQv5xrdvQXk7EJ8XyjNqaieDSmz3ViT4 kjD1LfmqSsCiI8S6tkf7g1IG8tLn+vae21gGkYG5kR8HZiM00u3qQWYUh C+xJVrJVkeY1aze2c9QXleFtc1h673gB9SmOyVu4yvnKzp9bvc1jM6nsP O1lPpZPspJTkMDqRNeL3OXrQtUjxj46c8mFPqSc5iiNi33olOmJKIBG2N A==; X-IronPort-AV: E=McAfee;i="6600,9927,10733"; a="341571736" X-IronPort-AV: E=Sophos;i="6.00,223,1681196400"; d="scan'208";a="341571736" Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 Jun 2023 00:53:12 -0700 Message-Id: <4e4ef6$oftfbk@fmsmga002-auth.fm.intel.com> Date: 07 Jun 2023 00:53:10 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10733"; a="822001019" X-IronPort-AV: E=Sophos;i="6.00,223,1681196400"; d="scan'208";a="822001019" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.118.233]) by fmsmga002-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 Jun 2023 00:53:10 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Subject: [dts][PATCH V1] tests/vf_interrupt_pmd: support eal_param -a to avoid running containers conflict From: lijuan.tu@intel.com To: dts@dpdk.org,Weiyuan Li Cc: Weiyuan Li In-Reply-To: <20230531144113.200587-1-weiyuanx.li@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: Weiyuan Li Errors-To: dts-bounces@dpdk.org On Wed, 31 May 2023 14:41:13 +0000, Weiyuan Li wrote: > Test suite interrupt case modification script supports eal_param -a to > avoid container conflicts. > > Signed-off-by: Weiyuan Li Acked-by: Lijuan Tu Applied, thanks