From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr0-f195.google.com (mail-wr0-f195.google.com [209.85.128.195]) by dpdk.org (Postfix) with ESMTP id 771941B249 for ; Mon, 30 Oct 2017 16:36:19 +0100 (CET) Received: by mail-wr0-f195.google.com with SMTP id o44so13028779wrf.11 for ; Mon, 30 Oct 2017 08:36:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=Q4JiW0v3jh7l0YKkqUxZ1iSPtBLXvGV8u9DVFJZbtEg=; b=t5IPJzmvWDLeq7JFkZdIfFFaqmI7Us6sogwXOxcZ9aVGduPLMgbzhrFl4zRKEZ/52i GRfqTbtz9NlWmaw9h0zfARqFusaaYEuug1Qfj7JFjJ0f2uqsc9fwkK2lUu5t9h6N9+Jf QZyz1gA8C+wSyNuhQEcTDgBNSUH3m1IhaQuvDsYYqUP7SslhgQiRCn3hP4WNUYTzQ6CU 3dXWWfeLw9FACj/1pAxQQ+AvO+zFIqlHjnu0rYgb+ovvg70pCs2tD7hCKDxmahiEJh08 trvzshMvsiA0mnleRakViFh7NEqHh/hL8x70NkpvJ7g5MGVOCXf3Eh6WMMr1krGKgBEp 0qfw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=Q4JiW0v3jh7l0YKkqUxZ1iSPtBLXvGV8u9DVFJZbtEg=; b=nuzn0V4OXDSyzXbNUUvml9Xlq7kD5RXxXkSbSUj7v5IB2VENfz420r6Rbz4z45TmDs 8jv6/ocKCXhporIk64Dv6/4y/mZoOPCskoSLPcwXVbjxUZ0i2+HcAyIIwH2fJAskfedt ayC90Xq0ElvE9VKrLD3hKnstKnelThcAPMBYIFKQH2usrjFLD+wzW0bfXG2fnRLzinxF jVW3El6ereLgJNS8hxle1bz4cFVOv85lp4GMa6gxf8dYAFQoQg8cehlVPHQ6M7W/3imz AoZ6eSDvXolrLpSpBmtnWX3WJruOz1HuIRcHuPsbhahM8x253Qqlph3Iti4h2yFvyBxN qkZA== X-Gm-Message-State: AMCzsaXwq3DxnWrhDxDd1ERN+19eTkpqJXPr4J4AzRYECpxtyhpMD5mj K/VrgVWD9+Hqrk2/i1Uc73s= X-Google-Smtp-Source: ABhQp+Q7dNi53H9P9sheDRXhwtJfusn7TllbIeEbWr8t5PsYsAfoCIRBDrLEZZhftkXz+H+NhPsJTQ== X-Received: by 10.223.183.13 with SMTP id l13mr7436191wre.1.1509377779177; Mon, 30 Oct 2017 08:36:19 -0700 (PDT) Received: from localhost ([2a00:23c5:bef3:400:4a51:b7ff:fe0b:4749]) by smtp.gmail.com with ESMTPSA id c4sm9176616wre.57.2017.10.30.08.36.18 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Mon, 30 Oct 2017 08:36:18 -0700 (PDT) From: luca.boccassi@gmail.com To: Zhiyong Yang Cc: Ferruh Yigit , dpdk stable Date: Mon, 30 Oct 2017 15:34:24 +0000 Message-Id: <20171030153511.13322-21-luca.boccassi@gmail.com> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20171030153511.13322-1-luca.boccassi@gmail.com> References: <20171030153511.13322-1-luca.boccassi@gmail.com> Subject: [dpdk-stable] patch 'test: fix assignment operation' has been queued to LTS release 16.11.4 X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Oct 2017 15:36:19 -0000 Hi, FYI, your patch has been queued to LTS release 16.11.4 Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet. It will be pushed if I get no objections before 11/01/17. So please shout if anyone has objections. Thanks. Kind regards, Luca Boccassi --- >>From 9298a2f373ba523e38946db220ca075b16346a8e Mon Sep 17 00:00:00 2001 From: Zhiyong Yang Date: Fri, 15 Sep 2017 10:35:57 +0800 Subject: [PATCH] test: fix assignment operation [ upstream commit e19e163d27dfc342bf58e49c605fededa6cfc6fb ] This should be an comparison 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 --- app/test/test_link_bonding_mode4.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/test/test_link_bonding_mode4.c b/app/test/test_link_bonding_mode4.c index 292ea3d06..339671120 100644 --- a/app/test/test_link_bonding_mode4.c +++ b/app/test/test_link_bonding_mode4.c @@ -659,7 +659,7 @@ bond_handshake(void) TEST_ASSERT_EQUAL(all_slaves_done, 1, "Bond handshake failed\n"); /* If flags doesn't match - report failure */ - return all_slaves_done = 1 ? TEST_SUCCESS : TEST_FAILED; + return all_slaves_done == 1 ? TEST_SUCCESS : TEST_FAILED; } #define TEST_LACP_SLAVE_COUT RTE_DIM(test_params.slave_ports) -- 2.11.0