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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 041A0C4332F for ; Thu, 7 Oct 2021 15:55:25 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id E20AC61350 for ; Thu, 7 Oct 2021 15:55:24 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S242139AbhJGP5Q (ORCPT ); Thu, 7 Oct 2021 11:57:16 -0400 Received: from mga11.intel.com ([192.55.52.93]:60499 "EHLO mga11.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S240504AbhJGP5Q (ORCPT ); Thu, 7 Oct 2021 11:57:16 -0400 X-IronPort-AV: E=McAfee;i="6200,9189,10130"; a="223685476" X-IronPort-AV: E=Sophos;i="5.85,355,1624345200"; d="scan'208";a="223685476" Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 Oct 2021 08:55:22 -0700 X-IronPort-AV: E=Sophos;i="5.85,355,1624345200"; d="scan'208";a="484563268" Received: from smile.fi.intel.com (HELO smile) ([10.237.68.40]) by fmsmga007-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 Oct 2021 08:55:14 -0700 Received: from andy by smile with local (Exim 4.95) (envelope-from ) id 1mYVji-009aKV-9f; Thu, 07 Oct 2021 18:55:10 +0300 Date: Thu, 7 Oct 2021 18:55:10 +0300 From: Andy Shevchenko To: Miguel Ojeda Cc: Greg Kroah-Hartman , Brendan Higgins , Peter Zijlstra , Alexey Dobriyan , Miguel Ojeda , Mauro Carvalho Chehab , Herbert Xu , linux-kernel , "open list:KERNEL SELFTEST FRAMEWORK" , kunit-dev@googlegroups.com, Linux Media Mailing List , Network Development , bpf , "Rafael J. Wysocki" , Ingo Molnar , Will Deacon , Waiman Long , Boqun Feng , Sakari Ailus , Laurent Pinchart , Mauro Carvalho Chehab , Steven Rostedt , Alexei Starovoitov , Daniel Borkmann , Andrii Nakryiko , Martin KaFai Lau , Song Liu , Yonghong Song , John Fastabend , KP Singh , Thomas Graf , Andrew Morton , Jonathan Cameron , Rasmus Villemoes Subject: Re: [PATCH v1 3/3] kernel.h: Split out container_of() and typeof_memeber() macros Message-ID: References: <20210713084541.7958-1-andriy.shevchenko@linux.intel.com> <20210713084541.7958-3-andriy.shevchenko@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org On Thu, Oct 07, 2021 at 05:39:56PM +0200, Miguel Ojeda wrote: > On Thu, Oct 7, 2021 at 11:21 AM Andy Shevchenko > wrote: > > > > It does almost 2% (steady) speedup. I will send a v2 with methodology > > and numbers of testing. > > Thanks for taking the time to get the numbers! There is a v4 out, you are among others in Cc list. -- With Best Regards, Andy Shevchenko