From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id 2C67CA00E6 for ; Tue, 19 Mar 2019 17:03:24 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 0A74A11A4; Tue, 19 Mar 2019 17:03:23 +0100 (CET) Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by dpdk.org (Postfix) with ESMTP id 6FA30239 for ; Tue, 19 Mar 2019 17:03:21 +0100 (CET) Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id B6D828AE4E; Tue, 19 Mar 2019 16:03:20 +0000 (UTC) Received: from [10.36.116.76] (ovpn-116-76.ams2.redhat.com [10.36.116.76]) by smtp.corp.redhat.com (Postfix) with ESMTP id 421CD60F94; Tue, 19 Mar 2019 16:03:19 +0000 (UTC) To: Liang Zhang , dev@dpdk.org Cc: 3chas3@gmail.com References: <1552640761-16834-1-git-send-email-zhangliang@bigo.sg> From: Kevin Traynor Message-ID: <6d84e190-5fef-2b65-2b02-377d22de0409@redhat.com> Date: Tue, 19 Mar 2019 16:03:17 +0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.5.1 MIME-Version: 1.0 In-Reply-To: <1552640761-16834-1-git-send-email-zhangliang@bigo.sg> Content-Type: text/plain; charset="UTF-8" Content-Language: en-US Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.27]); Tue, 19 Mar 2019 16:03:20 +0000 (UTC) Subject: Re: [dpdk-dev] [PATCH] bonding: fix lacp negotiation failed 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Message-ID: <20190319160317.D3zL9U9lBOqf66Ms7rXKZ9Dqz9VeIPYVecOadsSW6PE@z> On 15/03/2019 09:06, Liang Zhang wrote: > When monitor(port-mirroring) traffic from other lacp port-channel, > rx_machine_update may recieving other lacp negotiation packets. > Thus bond mode 4 will negotiation failed. > Please add a 'Fixes:' tag, and if appropriate for backport to stable branches, also a 'Cc: stable@dpdk.org' tag. > Signed-off-by: Liang Zhang > ---