From patchwork Thu Jul 27 06:41:09 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Daniel Mrzyglod X-Patchwork-Id: 27236 X-Patchwork-Delegate: ferruh.yigit@amd.com Return-Path: X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org Received: from [92.243.14.124] (localhost [IPv6:::1]) by dpdk.org (Postfix) with ESMTP id E80747D72; Thu, 27 Jul 2017 08:50:17 +0200 (CEST) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 3E0F07D6F for ; Thu, 27 Jul 2017 08:50:15 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 26 Jul 2017 23:50:13 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos; i="5.40,418,1496127600"; d="scan'208"; a="1176907250" Received: from gklab-246-025.igk.intel.com (HELO Sent) ([10.217.246.25]) by fmsmga001.fm.intel.com with SMTP; 26 Jul 2017 23:50:03 -0700 Received: by Sent (sSMTP sendmail emulation); Thu, 27 Jul 2017 08:41:11 +0200 From: Daniel Mrzyglod To: john.mcnamara@intel.com, declan.doherty@intel.com Cc: dev@dpdk.org, Daniel Mrzyglod Date: Thu, 27 Jul 2017 08:41:09 +0200 Message-Id: <20170727064109.104784-1-danielx.t.mrzyglod@intel.com> X-Mailer: git-send-email 2.13.3 Subject: [dpdk-dev] [PATCH] doc: add testpmd bonding mode 4 aggregators mode X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Add testpmd commands for setting aggregators mode in mode 4 (IEEE802.3AD). Signed-off-by: Daniel Mrzyglod Acked-by: Jingjing Wu Acked-by: John McNamara Acked-by: Jingjing Wu --- doc/guides/testpmd_app_ug/testpmd_funcs.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/guides/testpmd_app_ug/testpmd_funcs.rst b/doc/guides/testpmd_app_ug/testpmd_funcs.rst index e5a38cf1d..2ed62f5bc 100644 --- a/doc/guides/testpmd_app_ug/testpmd_funcs.rst +++ b/doc/guides/testpmd_app_ug/testpmd_funcs.rst @@ -1809,6 +1809,14 @@ when in mode 4 (link-aggregration-802.3ad):: testpmd> set bonding lacp dedicated_queues (port_id) (enable|disable) +set bonding agg_mode +~~~~~~~~~~~~~~~~~~~~ + +Enable one of the specific aggregators mode when in mode 4 (link-aggregration-802.3ad):: + + testpmd> set bonding agg_mode (port_id) (bandwidth|count|stable) + + show bonding config ~~~~~~~~~~~~~~~~~~~