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 30875C433EF for ; Wed, 15 Jun 2022 01:59:03 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S241311AbiFOB7C (ORCPT ); Tue, 14 Jun 2022 21:59:02 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57188 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235030AbiFOB7A (ORCPT ); Tue, 14 Jun 2022 21:59:00 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id ADE2C4C423 for ; Tue, 14 Jun 2022 18:58:59 -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 4478A619CF for ; Wed, 15 Jun 2022 01:58:59 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 5F293C3411D; Wed, 15 Jun 2022 01:58:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1655258338; bh=WNBTkyhh15tCOJZwZTQpJNvgCWbAH7wXx1+D73kFpHo=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=mefC8Ha01VUmXHIdGOCsEkif4nMeIqG5PiUj6QpM/rd5bxScJbeTc26R664M5Y2bW tUXYj85Ez7wi1Jwkw3AFFtvu3E77r7OWAFKjYgarvthtcK8wuwyKiSzpHKwTBMyKSz l4pGqF+3OLnhdtcmZ8TXcSAXQTBCT+e+74FbJW2ZNkakx5eZLywy5qBJF2epEP430V NAhVLq91kCPt+ESKiwWSyaVhB/ls+UoxooPGKOvG93AV3AulaDJJJaMPmxWQm7Pth6 t5Q6vdkJGgeUfIKeegX3Lvnxr1JK3JEGLLadFF28GZ/bWxTK/wlry68PwBDoh7801t xlvBUnNTVYeYg== Date: Tue, 14 Jun 2022 18:58:57 -0700 From: Jakub Kicinski To: Joanne Koong Cc: Paolo Abeni , Mat Martineau , netdev , Eric Dumazet , Martin KaFai Lau , David Miller Subject: Re: [PATCH net-next v3 2/3] net: Add bhash2 hashbucket locks Message-ID: <20220614185857.771aa2c8@kernel.org> In-Reply-To: References: <20220611021646.1578080-1-joannelkoong@gmail.com> <20220611021646.1578080-3-joannelkoong@gmail.com> <5b6a4415-c4f-254c-3c54-7fa0dfde32e9@linux.intel.com> <0789de291023a1664d2b198075af6ce6a9245c6e.camel@redhat.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 Tue, 14 Jun 2022 11:08:41 -0700 Joanne Koong wrote: > I think it's a good idea to revert bhash2 and then I will resubmit > once all the fixes are in place. Please let me know if there's > anything I need to do on my side to revert this. We'd appreciate if you could post a revert patch and gather some of the history into the commit message (with some Links: to reports and postings of the fixes if possible).