From patchwork Tue Aug 25 18:48:27 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Lu, Nannan" X-Patchwork-Id: 75912 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id C9A20A04B1; Tue, 25 Aug 2020 11:57:57 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 891521C216; Tue, 25 Aug 2020 11:57:57 +0200 (CEST) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 9AB6D1C1F5 for ; Tue, 25 Aug 2020 11:57:55 +0200 (CEST) IronPort-SDR: 8TKJ/B9PI+Z7vX7/mAmGKj8a2N5G2fYWUMdSyqIK20lOFwjV+Sz7o1y+fh3FF9bBmv2CeIZ9M8 EfRINRa0fqgQ== X-IronPort-AV: E=McAfee;i="6000,8403,9723"; a="153501172" X-IronPort-AV: E=Sophos;i="5.76,352,1592895600"; d="scan'208";a="153501172" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga006.jf.intel.com ([10.7.209.51]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 Aug 2020 02:57:54 -0700 IronPort-SDR: VdClC8D02OzuokzUof6/Ig3QTR9DdznEe7r7f+FsHshzsnXBxvQxCWqHc8ugY97kg/Yxc3vU58 WjljREqzctUw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.76,352,1592895600"; d="scan'208";a="299045407" Received: from dpdk-lunannan.sh.intel.com ([10.67.111.68]) by orsmga006.jf.intel.com with ESMTP; 25 Aug 2020 02:57:53 -0700 From: Nannan Lu To: dts@dpdk.org Cc: Nannan Lu Date: Tue, 25 Aug 2020 18:48:27 +0000 Message-Id: <1598381309-753871-1-git-send-email-nannan.lu@intel.com> X-Mailer: git-send-email 2.7.4 Subject: [dts] [PATCH V1 1/3] conf/cvl_switch_filter.cfg: add cvl_switch_filter.cfg X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dts-bounces@dpdk.org Sender: "dts" conf/cvl_switch_filter.cfg: add cvl_switch_filter.cfg to provide driver and package file location. Signed-off-by: Nannan Lu --- conf/cvl_switch_filter.cfg | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 conf/cvl_switch_filter.cfg diff --git a/conf/cvl_switch_filter.cfg b/conf/cvl_switch_filter.cfg new file mode 100644 index 0000000..11b44d0 --- /dev/null +++ b/conf/cvl_switch_filter.cfg @@ -0,0 +1,9 @@ +[suite] +# cvl_switch_filter common options ice driver file location +ice_driver_file_location="/home/lunannan/nd_linux-cpk/ice-1.1.0_rc40_7_gd24495d/src/ice.ko" +# os default package file location +os_default_package_file_location="/lib/firmware/updates/intel/ice/ddp/ice-1.3.16.0.pkg" +# comms package file location +comms_package_file_location="/home/lunannan/20.08_environment/rc3/ice_comms-1.3.20.0.pkg" +# package file location +package_file_location="/lib/firmware/updates/intel/ice/ddp/ice.pkg"