From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [dpdk-stable] [PATCH v2] net/bonding: fix possible silent failure in configuration Date: Fri, 16 Nov 2018 17:37:13 +0000 Message-ID: References: <1542380067-140320-1-git-send-email-lee.daly@intel.com> <1542386882-144827-1-git-send-email-lee.daly@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org, stable@dpdk.org To: Lee Daly , declan.doherty@intel.com, chas3@att.com Return-path: In-Reply-To: <1542386882-144827-1-git-send-email-lee.daly@intel.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 11/16/2018 4:48 PM, Lee Daly wrote: > This patch checks the return value of function > rte_eth_bond_8023ad_agg_selection_set() in bond_ethdev_configure > for error return value. > > Fixes: 6d72657ce379 ("net/bonding: add other aggregator modes") > Cc: stable@dpdk.org > > V2: > syntax changes. > commit message update. > > Signed-off-by: Lee Daly Reviewed-by: Ferruh Yigit Applied to dpdk-next-net/master, thanks.