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 8FBFDFA3740 for ; Thu, 27 Oct 2022 16:38:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236371AbiJ0Qiu (ORCPT ); Thu, 27 Oct 2022 12:38:50 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54886 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235273AbiJ0Qit (ORCPT ); Thu, 27 Oct 2022 12:38:49 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 82ADF18E716; Thu, 27 Oct 2022 09:38:48 -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 3B207B82707; Thu, 27 Oct 2022 16:38:47 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 155DEC433D6; Thu, 27 Oct 2022 16:38:43 +0000 (UTC) Date: Thu, 27 Oct 2022 12:38:58 -0400 From: Steven Rostedt To: Eric Dumazet Cc: Ian Rogers , Menglong Dong , Jakub Kicinski , David Miller , Paolo Abeni , Ingo Molnar , Menglong Dong , David Ahern , Hao Peng , Dongli Zhang , robh@kernel.org, Pavel Begunkov , Luiz Augusto von Dentz , Vasily Averin , LKML , netdev Subject: Re: [PATCH net-next v2] net: skb: export skb drop reaons to user by TRACE_DEFINE_ENUM Message-ID: <20221027123858.326aa218@gandalf.local.home> In-Reply-To: References: <20220902141715.1038615-1-imagedong@tencent.com> <20220905103808.434f6909@gandalf.local.home> <20221027114407.6429a809@gandalf.local.home> X-Mailer: Claws Mail 3.17.8 (GTK+ 2.24.33; x86_64-pc-linux-gnu) 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, 27 Oct 2022 09:28:42 -0700 Eric Dumazet wrote: > I tried a more recent perf binary we have, but it is also not right. > > I guess I will have to request a new perf binary at Google :/ You could always use trace-cmd ;-) -- Steve