From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.4 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 117D3C433E0 for ; Mon, 1 Feb 2021 21:53:30 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id CD35064E2A for ; Mon, 1 Feb 2021 21:53:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229586AbhBAVx3 (ORCPT ); Mon, 1 Feb 2021 16:53:29 -0500 Received: from mail.kernel.org ([198.145.29.99]:55194 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229524AbhBAVx2 (ORCPT ); Mon, 1 Feb 2021 16:53:28 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id 5EC7964D92; Mon, 1 Feb 2021 21:52:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1612216367; bh=dI+duL9/FEsTm2wRTnz6YEMy2lO4CZNiyQWtyVbZQM8=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=hZ+BYXJ9KK9LiNqDgKRE6ZHt/I5D70Qp/uoTc3grzrAKHQb7v83EksqjitIXZ8UJq 0bOtuWH/KoW+atoLQNmP1PG5mAycgCntHDt0dMamIbXJvhLhpLqGMNXk60/vzCBNAL tJelgJJ08yrs+QxYZqkBtNZIM7QekabvQg41wdUoBvViuSoAKRWrRARovy5QEJ0FrG wm0pQttj+RV9z3z9n+qmfEtcEsTf08aBvaZ4Fk8O0xXX1jeNLlVTpsf/L0W+j+zS1m grg0RZZuosemxlFT6aIZI/01i4kZkDQGOLchhO323Sm9w3pIQpkLNFUpxbtdFlA2Rv C484oMBcjvDcw== Date: Mon, 1 Feb 2021 13:52:46 -0800 From: Jakub Kicinski To: , , Cc: Aichun Li , , , Subject: Re: [PATCH net v2]bonding: check port and aggregator when select Message-ID: <20210201135246.3610d241@kicinski-fedora-pc1c0hjn.dhcp.thefacebook.com> In-Reply-To: <20210128082034.866-1-liaichun@huawei.com> References: <20210128082034.866-1-liaichun@huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Thu, 28 Jan 2021 16:20:34 +0800 Aichun Li wrote: > When the network service is repeatedly restarted in 802.3ad, there is a low > probability that oops occurs. > Test commands:systemctl restart network Jay, others, any thoughts?