From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pg0-f45.google.com (mail-pg0-f45.google.com [74.125.83.45]) by dpdk.org (Postfix) with ESMTP id DDB80995A for ; Mon, 21 Aug 2017 11:37:30 +0200 (CEST) Received: by mail-pg0-f45.google.com with SMTP id n4so33261549pgn.1 for ; Mon, 21 Aug 2017 02:37:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fridaylinux-org.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=JUqRFA9NTZc4oD4Hu96b0FKx3QuhjH0veu2XoatlShk=; b=eyoG4h8I2mmMdBb6rrE++AZ34M9Rs35GvDpWNu0KoMbgMFRZdehnKV1Lnk3KIZ06T5 2AsKwDKKAYdz25o205gk+cVKxF4cnR6zw7CEtbgTeC1NbqhZOgI5qZGw9cmxUKmzIGLY p/jmzC159OhbSAgZBsS9SnqcXVNpqH48RJZsPXN6R7YKpQyia0W4Su3jt1pb834557Vp 2StyAO0a3txnspwEsxMHtLSGfGCo/+kRfMY7ezvidSWC0J1c8jQ0zzyRvv9hc2WMVuMK Vs1fCw4k9vkz7kNVmPgcFNQTlKVB0ngCpl1ZhronShfY3JLDWcOX5sIV1odBUnCI4cAW 2atQ== 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=JUqRFA9NTZc4oD4Hu96b0FKx3QuhjH0veu2XoatlShk=; b=PUxSus28o+T5v29nKvPhl8PBOcClmxxHMfSuio2g49Zdmudf/0Cyh2aSD5zR+FAQBK zHn1xRUYlhxK+OGDzWC5X0ISYXj4lru+cj/0kbgLDlb55UjdO/0DwG1YgWnERnJ4JmZn yIl9G/kPvsAeC6CElVOsp7UQ/88TtjGd0T2smcb1Ym7+oSXI3s152fDZc8yaryp64jH0 Bjosa5MmVoGKl9ZCmxZSAOdAwlwGMHKUerlrWk8OfxR7oGTAooRh6nwuUXperxDWs8zT jA5a7zgYuBt3Bt4GT4MG89V+BTx3Ts1MKdCXmVTBnJUVKr4tWuVxxXgcfcDCS/11BOv6 FJNg== X-Gm-Message-State: AHYfb5ggbNjYUBWaNACMwFnPiCbdIlhkgxFZ9tOGy0TFPQXZLA7w4VPu Cjki5jdtYplyHD1TGWUNAg== X-Received: by 10.99.142.74 with SMTP id k71mr12617284pge.86.1503308250235; Mon, 21 Aug 2017 02:37:30 -0700 (PDT) Received: from localhost.localdomain ([45.63.61.64]) by smtp.gmail.com with ESMTPSA id 69sm23355087pfh.186.2017.08.21.02.37.24 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 21 Aug 2017 02:37:29 -0700 (PDT) From: Yuanhan Liu To: Herbert Guan Cc: Jianbo Liu , Declan Doherty , dpdk stable , Yuanhan Liu Date: Mon, 21 Aug 2017 17:31:05 +0800 Message-Id: <1503307878-16728-51-git-send-email-yliu@fridaylinux.org> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1503307878-16728-1-git-send-email-yliu@fridaylinux.org> References: <1503307878-16728-1-git-send-email-yliu@fridaylinux.org> Subject: [dpdk-stable] patch 'test/bonding: fix parameters of a balance Tx' has been queued to stable release 17.05.2 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, 21 Aug 2017 09:37:31 -0000 Hi, FYI, your patch has been queued to stable release 17.05.2 Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet. It will be pushed if I get no objections before 08/24/17. So please shout if anyone has objections. Thanks. --yliu --- >>From 7d8fb8581719640c8a2dce64ff1c937b6a42ccb8 Mon Sep 17 00:00:00 2001 From: Herbert Guan Date: Thu, 13 Jul 2017 16:00:36 +0800 Subject: [PATCH] test/bonding: fix parameters of a balance Tx [ upstream commit a048bde9b116f6eb27281e5640d0a4961e90c8f7 ] When test case "test_balance_l23_tx_burst_ipv4_toggle_ip_addr" is calling balance_l23_tx_burst(), the ip_addr instead of mac_addr should be toggled according to the test name. Fixes: 92073ef961ee ("bond: unit tests") Signed-off-by: Herbert Guan Acked-by: Jianbo Liu Acked-by: Declan Doherty --- test/test/test_link_bonding.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test/test_link_bonding.c b/test/test/test_link_bonding.c index aeb234f..2bbf6b5 100644 --- a/test/test/test_link_bonding.c +++ b/test/test/test_link_bonding.c @@ -2771,7 +2771,7 @@ balance_l23_tx_burst(uint8_t vlan_enabled, uint8_t ipv4, static int test_balance_l23_tx_burst_ipv4_toggle_ip_addr(void) { - return balance_l23_tx_burst(0, 1, 1, 0); + return balance_l23_tx_burst(0, 1, 0, 1); } static int -- 2.7.4