From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH] test: fix wrong assignment operation Date: Mon, 18 Sep 2017 20:25:53 +0100 Message-ID: References: <20170915023557.35681-1-zhiyong.yang@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: declan.doherty@intel.com To: Zhiyong Yang , dev@dpdk.org Return-path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id E4A44101B for ; Mon, 18 Sep 2017 21:25:58 +0200 (CEST) In-Reply-To: <20170915023557.35681-1-zhiyong.yang@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 9/15/2017 3:35 AM, Zhiyong Yang wrote: > It should be an comparation operation rather than an assignment > operation. > > Fixes: 5e41ab250dfa("app/test: unit tests for bonding mode 4") > > Signed-off-by: Zhiyong Yang Reviewed-by: Ferruh Yigit