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 BC88AA0548; Wed, 29 Jun 2022 03:42:08 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B643C400D7; Wed, 29 Jun 2022 03:42:08 +0200 (CEST) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by mails.dpdk.org (Postfix) with ESMTP id E517540042 for ; Wed, 29 Jun 2022 03:42:07 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1656466928; x=1688002928; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=EpSZEgzZlOORK/rmuPaW+4epWokTLAjicIsp7Q89g5Q=; b=P1pqXyWsXTy0MUCmYa/V4Z00s4X3xXI3TN6LTYdBZyhmf1S4uFA63x+P pCGoUnO8z384UJoFIZEvo6AITo1z9YvLdspwLa6lAOcopWqGwxx4Xn+VH /wN+x4ztmOCopzb2bKeZ5oX7L+bX7lr2YnL4UH2qT5ClsLPxmsNMQ+OTj a8KlmfxbqG1RqKOAb2fHxr95E6Q0r0DtfKkK1YhRzCOiGoIlfP8eTx70g Pujj9wFwDttJ/wabeY9AOf7EWbwGtbG97/FRLDAcly2urJIzVMdC494hm jBJ2hZektVkR+IBsd452tHUxHHbIKNGE/07ROgEAzkaH27gVTCvPAyEZo A==; X-IronPort-AV: E=McAfee;i="6400,9594,10392"; a="282627729" X-IronPort-AV: E=Sophos;i="5.92,230,1650956400"; d="scan'208";a="282627729" Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Jun 2022 18:42:06 -0700 Message-Id: Date: 28 Jun 2022 18:42:05 -0700 X-IronPort-AV: E=Sophos;i="5.92,230,1650956400"; d="scan'208";a="595032556" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.208]) by fmsmga007-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Jun 2022 18:42:05 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Subject: [dts][PATCH V1] conf/kernelpf_iavf: add kernelpf_iavf suite configuration file From: lijuan.tu@intel.com To: dts@dpdk.org,yuan.peng@intel.com,Weiyuan Li Cc: Weiyuan Li In-Reply-To: <20220623085543.14371-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 Thu, 23 Jun 2022 16:55:43 +0800, Weiyuan Li wrote: > Add kernelpf_iavf configuration file. > > Signed-off-by: Weiyuan Li Applied, thanks