From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id A9CB656B7 for ; Wed, 3 Feb 2016 07:50:25 +0100 (CET) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga102.fm.intel.com with ESMTP; 02 Feb 2016 22:50:24 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.22,388,1449561600"; d="scan'208";a="907420543" Received: from shvmail01.sh.intel.com ([10.239.29.42]) by fmsmga002.fm.intel.com with ESMTP; 02 Feb 2016 22:50:22 -0800 Received: from shecgisg003.sh.intel.com (shecgisg003.sh.intel.com [10.239.29.90]) by shvmail01.sh.intel.com with ESMTP id u136oKGr010732 for ; Wed, 3 Feb 2016 14:50:20 +0800 Received: from shecgisg003.sh.intel.com (localhost [127.0.0.1]) by shecgisg003.sh.intel.com (8.13.6/8.13.6/SuSE Linux 0.8) with ESMTP id u136oH9q025183 for ; Wed, 3 Feb 2016 14:50:19 +0800 Received: (from yliu84x@localhost) by shecgisg003.sh.intel.com (8.13.6/8.13.6/Submit) id u136oH9V025179 for dts@dpdk.org; Wed, 3 Feb 2016 14:50:17 +0800 From: Yong Liu To: dts@dpdk.org Date: Wed, 3 Feb 2016 14:50:11 +0800 Message-Id: <1454482217-25147-1-git-send-email-yong.liu@intel.com> X-Mailer: git-send-email 1.7.4.1 Subject: [dts] [PATCH 0/6] Support Boulder Rapid 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: , X-List-Received-Date: Wed, 03 Feb 2016 06:50:26 -0000 Boulder Rapid just like RedRockCanyou, it also has two PEPs and EPLs. The major difference is that RedRockCanyou has Rangely control plan process. But Boulder Rapid do not have. Another difference is that Special for pci address, Boulder Rapid port0 will be assigned higher pci address. Marvin Liu (6): nics fm10k: rename fm10k module to rrc framework settings: support boulderrapid nic framework test_case: add kernel driver variable nics: add support for Boulder Rapid nics net_device: support Boulder Rapid network object tests: support Boulder Rapid framework/settings.py | 6 +- framework/test_case.py | 3 +- nics/br.py | 244 ++++++++++++++++++++++++++++++++++++ nics/fm10k.py | 240 ----------------------------------- nics/net_device.py | 6 +- nics/rrc.py | 240 +++++++++++++++++++++++++++++++++++ tests/TestSuite_checksum_offload.py | 6 +- tests/TestSuite_jumboframes.py | 4 +- tests/TestSuite_pmdrssreta.py | 6 +- tests/TestSuite_scatter.py | 6 +- tests/TestSuite_shutdown_api.py | 10 +- tests/TestSuite_tso.py | 2 +- tests/TestSuite_vf_rss.py | 4 +- tests/TestSuite_vlan.py | 14 +-- 14 files changed, 521 insertions(+), 270 deletions(-) create mode 100644 nics/br.py delete mode 100644 nics/fm10k.py create mode 100644 nics/rrc.py -- 1.9.3