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 BA4EFC46467 for ; Tue, 10 Jan 2023 17:38:48 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233662AbjAJRir (ORCPT ); Tue, 10 Jan 2023 12:38:47 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59462 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233214AbjAJRim (ORCPT ); Tue, 10 Jan 2023 12:38:42 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A58F33D1ED for ; Tue, 10 Jan 2023 09:38:41 -0800 (PST) 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 ams.source.kernel.org (Postfix) with ESMTPS id 6406FB818EE for ; Tue, 10 Jan 2023 17:38:40 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id A3E79C433EF; Tue, 10 Jan 2023 17:38:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1673372319; bh=hpsVBrD2AP6bjxiM2ZbRE9luOTFspUQUx1MaG7WIPCU=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=jykFf+tbdmO338vQq8tUZeI7n7xU+3wN0r7IxaV5/xK+0QEqHN7RJvEqkaQczXYhu yZPne/CrdbBru6nzrpKLCQcm0svnaos8FIyjAHuBmjkR9hmz11C1laHWFC4cqVJLmM VNBWzH+oV/BsukL17Sxm8A+bxlUq8c+qz5wEw0UkZ6lqTi4yoskNKcXh/i7iuJnszJ YHcrbr2NedLFQ0K4VPmU21N8m/spNlBvWI6WQR+L2ADVaXBDBDhnSYJGFBpi30+9cj F03kkNvjS91tJL8TxCnnH/7pbBVzVPoWtbnOJ8MzQ7FbfJJ27U3t+t3iItTi0vOC0f DTM4kQctTK4SA== Date: Tue, 10 Jan 2023 09:38:37 -0800 From: Jakub Kicinski To: Hangbin Liu Cc: Jamal Hadi Salim , netdev@vger.kernel.org, Cong Wang , Jiri Pirko , "David S. Miller" , Eric Dumazet , Paolo Abeni , David Ahern , Marcelo Ricardo Leitner Subject: Re: [PATCHv3 net-next] sched: multicast sched extack messages Message-ID: <20230110093837.7c10cb0e@kernel.org> In-Reply-To: References: <20230104091608.1154183-1-liuhangbin@gmail.com> <20230104200113.08112895@kernel.org> <20230109114306.07d81e76@kernel.org> 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, 10 Jan 2023 18:17:33 +0800 Hangbin Liu wrote: > > > Jakub, would using specific attributes restricted to > > > just QDISC/FILTER/ACTION work for you? > > > > Yes, specific attr to wrap the extack seems acceptable. > > Looks we go back to the TCA_NTF_WARN_MSG approach[1], right? > > [1] https://lore.kernel.org/all/Y3OJucOnuGrBvwYM@Laptop-X1/ Yes :)