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 3DFDF42C4C; Wed, 7 Jun 2023 10:00:09 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 3B29740A84; Wed, 7 Jun 2023 10:00:09 +0200 (CEST) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by mails.dpdk.org (Postfix) with ESMTP id 39C0040695 for ; Wed, 7 Jun 2023 10:00:08 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1686124808; x=1717660808; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=RLYo54o7RX2v4yLQm1GTXaYrRmxZDbTp2fGAXYfu7RM=; b=ey1qDA7TGs+/9MS0P5Uwc0Jh7iSrclZirS6psFWUb5gwE5nPrtaOLn10 wO4h/1ATvnIqacY8FESdBgkK5RtUdRQyVDy12K2yvX3JFOjT353l08oz7 vjAfJnQ2E3DPZWiP8WMTjW8/XmQZ3SrA6m9miC+NSiGibzDZbd+bqBh78 4xpNX0F7/PKLn3wdqohqZ9pmp7/OoIQJ4u6DYg4H3hZGbRiZ+gRMZuLzx sr+fYi2hQEwxJtja/P++lRbt4SQjTuIqgOg9Uf0i9eqw6bXSGhFGp1tGN dyU7Zz1lCX5z4peukkK0KbYX3WMuOgvg7u4GiVnxeyJGk0BaiHL9V5zyf g==; X-IronPort-AV: E=McAfee;i="6600,9927,10733"; a="341573223" X-IronPort-AV: E=Sophos;i="6.00,223,1681196400"; d="scan'208";a="341573223" Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 Jun 2023 01:00:07 -0700 Message-Id: <89f00f$l7frfe@fmsmga007-auth.fm.intel.com> Date: 07 Jun 2023 01:00:04 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10733"; a="712502799" X-IronPort-AV: E=Sophos;i="6.00,223,1681196400"; d="scan'208";a="712502799" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.118.233]) by fmsmga007-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 Jun 2023 01:00:04 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: [dts][PATCH V1] tests/multiprocess: multiprocess_auto_process_type_detected & multiprocess_negative_2_primary_process support igc, ixgbe, i40e nic From: lijuan.tu@intel.com To: lijuan.tu@intel.com,dts@dpdk.org,Yu Jiang Cc: Yu Jiang In-Reply-To: <20230606081051.3083094-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 Tue, 6 Jun 2023 16:10:51 +0800, Yu Jiang wrote: > test_multiprocess_auto_process_type_detected & test_multiprocess_negative_2= _primary_process support igc,ixgbe,i40e nic >=20 > Signed-off-by: Yu Jiang Applied, thanks