From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 3E6A5A04A3; Tue, 16 Jun 2020 04:34:36 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id DCFCD2B94; Tue, 16 Jun 2020 04:34:35 +0200 (CEST) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 72EAC25B3 for ; Tue, 16 Jun 2020 04:34:34 +0200 (CEST) IronPort-SDR: sDgJ9ydqCSdnmrMVKkT+5iprGeaUcoz9UibiQqqhrfWcj5WJzL5+PGeNe+amS1dIQIn7noFW/m NANwPGpxL77g== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga006.jf.intel.com ([10.7.209.51]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Jun 2020 19:34:33 -0700 IronPort-SDR: dPzJ7RMb+zMrU0hgO6devpGRENsMhUkYe4NN+Q+Qq5XIGbIbFGAP7TNxXELvbk8/QjOxrP2C43 1EEV4kjqESyA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.73,517,1583222400"; d="scan'208";a="276766466" Received: from dpdk-moyufen06.sh.intel.com ([10.67.116.208]) by orsmga006.jf.intel.com with ESMTP; 15 Jun 2020 19:34:31 -0700 From: yufengmx To: dts@dpdk.org, zhaoyan.chen@intel.com Cc: yufengmx Date: Tue, 16 Jun 2020 10:34:49 +0800 Message-Id: <20200616023450.16143-1-yufengx.mo@intel.com> X-Mailer: git-send-email 2.21.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dts] [PATCH V3 0/1] tests/dcf_lifecycle: upload test plan and automation script 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" The DCF is a device configuration function (DCF - driver) bound to one of the device's VFs which can act as a sole controlling entity to exercise advance functionality (such as switch, ACL) for rest of the VNFs (virtual network functions) under a DPDK based NFV deployment. The DCF can act as a special VF talking to the kernel PF over the same virtchannel mailbox to configure the underlying device (port) for the VFs. The test suite covers the lifecycle of DCF context in Kernel PF, such as launch, and exit, switch rules handling, resetting, and exception exit. v3: - *. remove TC07-TC10 test cases. v2: - *. update script for dpdk 20.08 rc0 on new CVL nic. yufengmx (1): tests/dcf_lifecycle: upload automation script tests/TestSuite_dcf_lifecycle.py | 1175 ++++++++++++++++++++++++++++++ 1 file changed, 1175 insertions(+) create mode 100644 tests/TestSuite_dcf_lifecycle.py -- 2.21.0