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 D101842C46; Wed, 7 Jun 2023 07:51:53 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id CDB54410F6; Wed, 7 Jun 2023 07:51:53 +0200 (CEST) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by mails.dpdk.org (Postfix) with ESMTP id 147B440A84 for ; Wed, 7 Jun 2023 07:51:51 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1686117112; x=1717653112; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=yIc68plxi9X112jpHTWbVUJL4RwwTTUS4xONBPQG9N4=; b=E3D2V3bNxk4fg6OD3Z2LTE8OBNDoZ5PyMjw6VKDe77FFZ8SUU7qZJIiT ECmJUStjQmj7YyviAZeooXGulRzdd5TDYXxE6G2I2iYxfr8bFOw33K5io 6Mr9NJPwrebn8oSBlDnG8Vk9s1BdttddmKyGEPErCDnXuEaQuwNUt21E1 YmUG891JHnOjQSW29tgzcvwD+cmnY3nPPQods6/HfYfTSJOvi+OSAj5GB NTnjqRP5GGYC5fjpeaAKC6RjV1FH6Uc70/VM7Kmb9+PtKuhmS2C4ZquZn 6yJaJQtYQe1B1m4Jre3GzMAOMb1+Mu9tqmoup+9z2EVvNQbch1hs3k04+ g==; X-IronPort-AV: E=McAfee;i="6600,9927,10733"; a="359361045" X-IronPort-AV: E=Sophos;i="6.00,223,1681196400"; d="scan'208";a="359361045" Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Jun 2023 22:51:51 -0700 Message-Id: <4e4ef6$ofsdcv@fmsmga002-auth.fm.intel.com> Date: 06 Jun 2023 22:51:49 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10733"; a="821966243" X-IronPort-AV: E=Sophos;i="6.00,223,1681196400"; d="scan'208";a="821966243" 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; 06 Jun 2023 22:51:49 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Subject: [dts][PATCH V5 3/3]conf: add i40e_multi_driver_perf configuration file From: lijuan.tu@intel.com To: dts@dpdk.org,Yingya Han Cc: Yingya Han In-Reply-To: <20230525052112.23479-4-yingyax.han@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: Yingya Han Errors-To: dts-bounces@dpdk.org On Thu, 25 May 2023 05:21:12 +0000, Yingya Han wrote: > Signed-off-by: Yingya Han Acked-by: Lijuan Tu Series applied, thanks