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 CE716C4708E for ; Thu, 8 Dec 2022 01:42:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229722AbiLHBmK (ORCPT ); Wed, 7 Dec 2022 20:42:10 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56926 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229619AbiLHBmJ (ORCPT ); Wed, 7 Dec 2022 20:42:09 -0500 Received: from mxhk.zte.com.cn (mxhk.zte.com.cn [63.216.63.35]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 72D654E695; Wed, 7 Dec 2022 17:42:08 -0800 (PST) Received: from mse-fl1.zte.com.cn (unknown [10.5.228.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mxhk.zte.com.cn (FangMail) with ESMTPS id 4NSH2R01gNz4xVnd; Thu, 8 Dec 2022 09:42:07 +0800 (CST) Received: from szxlzmapp05.zte.com.cn ([10.5.230.85]) by mse-fl1.zte.com.cn with SMTP id 2B81g0Rk085065; Thu, 8 Dec 2022 09:42:00 +0800 (+08) (envelope-from yang.yang29@zte.com.cn) Received: from mapi (szxlzmapp02[null]) by mapi (Zmail) with MAPI id mid14; Thu, 8 Dec 2022 09:42:01 +0800 (CST) Date: Thu, 8 Dec 2022 09:42:01 +0800 (CST) X-Zmail-TransId: 2b04639140e939a55fed X-Mailer: Zmail v1.0 Message-ID: <202212080942014374852@zte.com.cn> In-Reply-To: <20221207172321.7da162c7@kernel.org> References: 20221207153256.6c0ec51a@kernel.org,20221207172321.7da162c7@kernel.org Mime-Version: 1.0 From: To: Cc: , , , , , , , , , , , Subject: =?UTF-8?B?UmU6IFtQQVRDSCBsaW51eC1uZXh0XSBuZXQ6IHJlY29yZCB0aW1lcyBvZiBuZXRkZXZfYnVkZ2V0IGV4aGF1c3RlZA==?= Content-Type: text/plain; charset="UTF-8" X-MAIL: mse-fl1.zte.com.cn 2B81g0Rk085065 X-Fangmail-Gw-Spam-Type: 0 X-FangMail-Miltered: at cgslv5.04-192.168.250.138.novalocal with ID 639140EE.001 by FangMail milter! X-FangMail-Envelope: 1670463727/4NSH2R01gNz4xVnd/639140EE.001/10.5.228.132/[10.5.228.132]/mse-fl1.zte.com.cn/ X-Fangmail-Anti-Spam-Filtered: true X-Fangmail-MID-QID: 639140EE.001/4NSH2R01gNz4xVnd Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org > ime_squeeze is a terrible metric, if you can find a direct metric > in terms of application latency or max PPS, that's much more valuable. Actually we are working on measure the latency of packets between inqueue and dequeue in eBPF way, we add new tracepoint to help do that. And we are also consider using PSI to measure it. We will submit patches when it's ready, thanks!