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 DD3653255 for ; Sat, 2 Dec 2017 02:25:53 +0100 (CET) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 01 Dec 2017 17:25:52 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.45,348,1508828400"; d="scan'208";a="8206302" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.241.225.115]) ([10.241.225.115]) by FMSMGA003.fm.intel.com with ESMTP; 01 Dec 2017 17:25:52 -0800 To: "Nicolau, Radu" , Daniel Mrzyglod References: <1502197003-54360-1-git-send-email-jacekx.piasecki@intel.com> <9ca50e66-9531-e5bd-6740-8654b25db89a@intel.com> Cc: DPDK From: Ferruh Yigit Message-ID: Date: Fri, 1 Dec 2017 17:25:51 -0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.5.0 MIME-Version: 1.0 In-Reply-To: <9ca50e66-9531-e5bd-6740-8654b25db89a@intel.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit 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: Sat, 02 Dec 2017 01:25:54 -0000 On 9/4/2017 6:37 AM, radu.nicolau at intel.com (Radu Nicolau) wrote: > 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 at intel.com >> >> Signed-off-by: Jacek Piasecki > Reviewed-by: Radu Nicolau Applied to dpdk-next-net/master, thanks.