From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kevin Traynor Subject: Re: [PATCH] bonding: fix lacp negotiation failed Date: Tue, 19 Mar 2019 16:03:17 +0000 Message-ID: <6d84e190-5fef-2b65-2b02-377d22de0409@redhat.com> References: <1552640761-16834-1-git-send-email-zhangliang@bigo.sg> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: 3chas3@gmail.com To: Liang Zhang , dev@dpdk.org Return-path: 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) In-Reply-To: <1552640761-16834-1-git-send-email-zhangliang@bigo.sg> 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 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 > ---