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 CC63EA00C5; Thu, 7 May 2020 03:31:24 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id C0C301D9C9; Thu, 7 May 2020 03:31:24 +0200 (CEST) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 5526C1D993 for ; Thu, 7 May 2020 03:31:23 +0200 (CEST) IronPort-SDR: i2WkwDFouTv5SfawGE3sisLEMgHA7PEtWpHaS37K9+f7T/+VWIZ8c+SADhxsIbmUdaN/e6f8KA KP1q3f2KS29Q== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 May 2020 18:31:22 -0700 IronPort-SDR: 6QGyLG7zXiQ+pcCtOKgR4fjcqhdYqUeUBVFE+XjUmR+q41CFbgp14cW+CVh0TehSH1/jNQ+1gC u5UiFtKZDIOw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.73,361,1583222400"; d="scan'208";a="284828571" Received: from unknown (HELO DPDK-zhaoyan-dev-34.sh.intel.com) ([10.67.118.34]) by fmsmga004.fm.intel.com with ESMTP; 06 May 2020 18:31:21 -0700 From: "Chen, Zhaoyan" To: dts@dpdk.org Cc: "Chen, Zhaoyan" Date: Thu, 7 May 2020 09:14:49 +0800 Message-Id: <20200507011449.174411-1-zhaoyan.chen@intel.com> X-Mailer: git-send-email 2.22.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dts] [PATCH v1] Update bonded_802.3ad test plan for enabling dedicate queue 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" Correct the bonded 802.3ad test plan for enabling the dedicate queue. Sign-off: Chen Zhaoyan --- test_plans/pmd_bonded_8023ad_test_plan.rst | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/test_plans/pmd_bonded_8023ad_test_plan.rst b/test_plans/pmd_bonded_8023ad_test_plan.rst index 45a8fca..2f1b965 100644 --- a/test_plans/pmd_bonded_8023ad_test_plan.rst +++ b/test_plans/pmd_bonded_8023ad_test_plan.rst @@ -122,6 +122,11 @@ steps testpmd> create bonded device 4 0 testpmd> add bonding slave 0 2 testpmd> add bonding slave 1 2 + testpmd> set bonding lacp dedicated_queues 2 enable + testpmd> set allmulti 0 on + testpmd> set allmulti 1 on + testpmd> set allmulti 2 on + testpmd> set portlist 2 #. loop execute this step 10 times, check if bonded device still work:: @@ -202,6 +207,11 @@ steps testpmd> create bonded device 4 0 testpmd> add bonding slave 0 2 testpmd> add bonding slave 1 2 + testpmd> set bonding lacp dedicated_queues 2 enable + testpmd> set allmulti 0 on + testpmd> set allmulti 1 on + testpmd> set allmulti 2 on + testpmd> set portlist 2 #. stop bonded device and check bonded device/slaves link status:: @@ -299,6 +309,11 @@ steps testpmd> create bonded device 4 0 testpmd> add bonding slave 0 2 testpmd> add bonding slave 1 2 + testpmd> set bonding lacp dedicated_queues 2 enable + testpmd> set allmulti 0 on + testpmd> set allmulti 1 on + testpmd> set allmulti 2 on + testpmd> set portlist 2 testpmd> port start all testpmd> show bonding config 2 testpmd> set bonding agg_mode 2 -- 2.22.0