From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 67A643770 for ; Mon, 4 Sep 2017 15:37:36 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 04 Sep 2017 06:37:35 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.41,474,1498546800"; d="scan'208,217";a="896938462" Received: from rnicolau-mobl.ger.corp.intel.com (HELO [10.237.221.79]) ([10.237.221.79]) by FMSMGA003.fm.intel.com with ESMTP; 04 Sep 2017 06:37:35 -0700 To: dev@dpdk.org References: <1502197003-54360-1-git-send-email-jacekx.piasecki@intel.com> From: Radu Nicolau Message-ID: <9ca50e66-9531-e5bd-6740-8654b25db89a@intel.com> Date: Mon, 4 Sep 2017 14:37:35 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.1.0 MIME-Version: 1.0 In-Reply-To: <1502197003-54360-1-git-send-email-jacekx.piasecki@intel.com> Content-Language: en-US Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: Re: [dpdk-dev] [PATCH] net/bonding: fix bonding in 8023ad 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: , X-List-Received-Date: Mon, 04 Sep 2017 13:37:37 -0000 On 8/8/2017 1:56 PM, Jacek Piasecki wrote: > This patch blocks possibility to set master bonding by > rte_eth_bond_mode_set() in 802.3ad mode, as the API > doesn't prevent this. > > Fixes: 6d72657ce379 ("net/bonding: add other aggregator modes") > Cc: danielx.t.mrzyglod@intel.com > > Signed-off-by: Jacek Piasecki Reviewed-by: Radu Nicolau