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 D2CBAEB64D8 for ; Wed, 14 Jun 2023 03:45:46 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233260AbjFNDpp (ORCPT ); Tue, 13 Jun 2023 23:45:45 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53552 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231940AbjFNDpm (ORCPT ); Tue, 13 Jun 2023 23:45:42 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8C64DE4D for ; Tue, 13 Jun 2023 20:45:41 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 64C0B63CA5 for ; Wed, 14 Jun 2023 03:45:40 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 1B907C433C0; Wed, 14 Jun 2023 03:45:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1686714339; bh=vybn/0UP/i4FCllwB+QLyE9U1pCAzcrXTRNnoZxtrDo=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=gUf+RUxHrvb43aEu7iFgxT4YPIWR0mDA0sobv9DdyKJsLEunXHtis1iEjVGwc1fnz Vda55/qLETgWm8WcFxOfZc34OThIDeF7wDMrFJmdrPnokua5Cs1CMPCOACsTOMUqRm /N8lsL10BP7cm0XrC/AzhUhRq83CAobSf51oXhLAeGrUUBrTzVVJ5uHQMxjeFDNSCZ m6TI4fhVDsmyoKv9hPIIIrIx19fZOPmsF5THKIgS5MvjqyI9hE/uv6kREVKaIyoNze lJqRPc9bmyL9daoy14cexSt27g/HmPRInPVuqzRWMNM1MuT6B1Dz7WELDScGzcfuXp fOWy0MSt+OXBg== Date: Tue, 13 Jun 2023 20:45:38 -0700 From: Jakub Kicinski To: Paolo Abeni Cc: Peilin Ye , Jamal Hadi Salim , Cong Wang , Jiri Pirko , "David S. Miller" , Eric Dumazet , Peilin Ye , Vlad Buslov , Pedro Tammela , John Fastabend , Daniel Borkmann , Hillf Danton , Zhengchao Shao , netdev@vger.kernel.org, linux-kernel@vger.kernel.org, Cong Wang Subject: Re: [PATCH net 2/2] net/sched: qdisc_destroy() old ingress and clsact Qdiscs before grafting Message-ID: <20230613204538.726bc0a4@kernel.org> In-Reply-To: <7f773c114001cbcd0c6ff21da9976eb0ba533421.camel@redhat.com> References: <7f773c114001cbcd0c6ff21da9976eb0ba533421.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: linux-kernel@vger.kernel.org On Tue, 13 Jun 2023 10:39:33 +0200 Paolo Abeni wrote: > The fixes LGTM, but I guess this could deserve an explicit ack from > Jakub, as he raised to point for the full retry implementation. AFAIU the plan is to rework flags in net-next to address the live lock issue completely? No objections here.