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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id C9A6CC433EF for ; Thu, 24 Mar 2022 23:04:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1355596AbiCXXFg (ORCPT ); Thu, 24 Mar 2022 19:05:36 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57450 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1346914AbiCXXFe (ORCPT ); Thu, 24 Mar 2022 19:05:34 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1F7FC1CB2A; Thu, 24 Mar 2022 16:04:02 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id A089561679; Thu, 24 Mar 2022 23:04:01 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id AF66EC340EC; Thu, 24 Mar 2022 23:04:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1648163041; bh=TU26cq1OfZeGc7sMNsqoZvVuxIL8l02NH5svgPEtQII=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=oUR4c1bEzAGEay1rJpZUVunyvYPejXi3X7f2SBF7OiuVle/PdIOrYHI+60uQAXrgB HqL3Wxt1xtEt4kpxBngBuEfLeidSCLo6aGOHD+nNumu7gM3JA0KMiMBWnzgUzAlZYY BC6pXC5doUVKq7nizoWNgNgEVK7aqvjxNrtg6gK7fNNMrj8X/qVUKhPIQIDaJVZW+g R5gGHfIjEpCWp4e580IpsRN6aG9MNaxRPHzVGU9UPyA6jtvDTfgEvmDQNI0RmGfYa3 byta2kA9C7wtD2AKyAViZ7k8FecTS/gA9OjgwxvVG/DTG0ZMbfAEjFHniRfy5TSRip cHNY2keZ6Z16g== Date: Thu, 24 Mar 2022 16:03:59 -0700 From: Jakub Kicinski To: Jonathan Toppins Cc: netdev@vger.kernel.org, Long Xin , Jay Vosburgh , Veaceslav Falico , Andy Gospodarek , "David S. Miller" , Paolo Abeni , Jonathan Corbet , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH net-next] bond: add mac filter option for balance-xor Message-ID: <20220324160359.667e13d4@kicinski-fedora-pc1c0hjn.dhcp.thefacebook.com> In-Reply-To: References: 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, 24 Mar 2022 11:54:41 -0400 Jonathan Toppins wrote: > Attempt to replicate the OvS SLB Bonding[1] feature by preventing > duplicate frame delivery on a bond whos members are connected to > physically different switches. > > Combining this feature with vlan+srcmac hash policy allows a user to > create an access network without the need to use expensive switches that > support features like Cisco's VCP. # Form letter - net-next is closed We have already sent the networking pull request for 5.18 and therefore net-next is closed for new drivers, features, code refactoring and optimizations. We are currently accepting bug fixes only. Please repost when net-next reopens after 5.18-rc1 is cut. RFC patches sent for review only are obviously welcome at any time.