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 36137C6FA89 for ; Wed, 7 Sep 2022 15:00:46 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230250AbiIGPAn (ORCPT ); Wed, 7 Sep 2022 11:00:43 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52678 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230241AbiIGPAU (ORCPT ); Wed, 7 Sep 2022 11:00:20 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id EC8549A9E2; Wed, 7 Sep 2022 08:00:18 -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 ams.source.kernel.org (Postfix) with ESMTPS id 89EDDB81D1C; Wed, 7 Sep 2022 15:00:17 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id 230F7C433D6; Wed, 7 Sep 2022 15:00:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1662562816; bh=UOGmhrn+BbAQjUtjrIw6EOV2saXaxk5jhJ+AzixV1U4=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=Frk9mAp3W/YJyl67tr8XtHJtTYpX0C/7vqhJBEyMOPVXEWSSJg7ToYXIwj4oEZJq+ g+Y4rnomKmcVe/m2nKdV74abgccX2Q7aKtQUldFnFAJZOHY95ZISRWxmK5sVVFhcRZ /S4QvKommSn5I2XKcFT1OZz1e/K59/hV6UME3JgV28vDsXAY7rndYAQ/ny4y3xwJQL IXWcW1YaRM17DSfyxXCeYplfhWqbHTzMMrdCngd8sj4PJUuZMm/edUNUM1+ZbIAqfJ N9BEzJlHxNoANYFFCOrUTranElhBmrXzty5NT1T+IZWqodk5BwNCJZBxZR9M79gmAJ rLLg0LXYXQthw== Received: from aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (localhost.localdomain [127.0.0.1]) by aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (Postfix) with ESMTP id E30F6C73FE7; Wed, 7 Sep 2022 15:00:15 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net v3] net: skb: export skb drop reaons to user by TRACE_DEFINE_ENUM From: patchwork-bot+netdevbpf@kernel.org Message-Id: <166256281591.26447.5640318834155971016.git-patchwork-notify@kernel.org> Date: Wed, 07 Sep 2022 15:00:15 +0000 References: <20220905035015.1130730-1-imagedong@tencent.com> In-Reply-To: <20220905035015.1130730-1-imagedong@tencent.com> To: Menglong Dong Cc: edumazet@google.com, kuba@kernel.org, davem@davemloft.net, pabeni@redhat.com, rostedt@goodmis.org, mingo@redhat.com, imagedong@tencent.com, dsahern@kernel.org, flyingpeng@tencent.com, dongli.zhang@oracle.com, robh@kernel.org, asml.silence@gmail.com, luiz.von.dentz@intel.com, vasily.averin@linux.dev, linux-kernel@vger.kernel.org, netdev@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello: This patch was applied to netdev/net.git (master) by David S. Miller : On Mon, 5 Sep 2022 11:50:15 +0800 you wrote: > From: Menglong Dong > > As Eric reported, the 'reason' field is not presented when trace the > kfree_skb event by perf: > > $ perf record -e skb:kfree_skb -a sleep 10 > $ perf script > ip_defrag 14605 [021] 221.614303: skb:kfree_skb: > skbaddr=0xffff9d2851242700 protocol=34525 location=0xffffffffa39346b1 > reason: > > [...] Here is the summary with links: - [net,v3] net: skb: export skb drop reaons to user by TRACE_DEFINE_ENUM https://git.kernel.org/netdev/net/c/9cb252c4c1c5 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html