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 A6CBBC05027 for ; Fri, 3 Feb 2023 16:07:47 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233067AbjBCQHq (ORCPT ); Fri, 3 Feb 2023 11:07:46 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38764 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232913AbjBCQHm (ORCPT ); Fri, 3 Feb 2023 11:07:42 -0500 Received: from mail-ej1-x62d.google.com (mail-ej1-x62d.google.com [IPv6:2a00:1450:4864:20::62d]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9A9489F9C9 for ; Fri, 3 Feb 2023 08:07:40 -0800 (PST) Received: by mail-ej1-x62d.google.com with SMTP id mc11so16589047ejb.10 for ; Fri, 03 Feb 2023 08:07:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=resnulli-us.20210112.gappssmtp.com; s=20210112; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:from:to:cc:subject:date:message-id:reply-to; bh=Mv4Tw1a7+WNqMwMi9Hb0edTB8YtKReMwtw4zFtjDKg4=; b=Yi+DtZuGbq9lNYTtwtUMgdX4orJXwFHGCuZOGAggaZ6AMB9WVXAlZGRXWZ1ea+o33k 3WO7IUmfAi0ndihbkUrgb2nwKe03OIw7uqO7Yzhccea3hh9apwGUf2yhUfDjD+hDMWpd 4XqT7KiqlOiBfabZARxQ5dVT+DdakSaXhBbb2FrRJ9EX74iUHg9cKSnZLI+iUEHXDudX W4jYra2EiCV0BJpx05yrVFhh+cdO40eGpvKDEf7iyrEVnVsLaZ6mQMhJ/rlriDmn5XJ0 +Qs534qGEODd6SFYaOs18BsHuMrhoVczZuQcJ1BGCunhgw+6lj7IiRb7k2eg5xSqbC+x ba/Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=Mv4Tw1a7+WNqMwMi9Hb0edTB8YtKReMwtw4zFtjDKg4=; b=K1c9yVK2nD/4qQi4Izr8HyekboxyyiGtO81KWLnhVuGrFk64Pq3SXn+rp26ezFTJ8K oa1DG25hcALUeAWs82jP5nCtuQqLxsAbl1z/yKRzCKT0OeveGIKg2VZG7zyGMgMEgqvo v0fTI1fNiTITUW7QcqR4Z6Vo3I+JByRwEV9EgwA5CutnF43XKotw0fJ7/W9oo4RWn92X 1y5jBlBqQvdUjw+u0soIav+UxhOhP12+zQh+yu6M5WSvtC0FpFqE/hgq/mt5vwvDHrNU Tdbjjx6G4SAKxQZyswmOsZeeOfN1ItEoqnRe/ZCcKOuE7ATrd/fiu3rzuUZG0fFMu0ZC cR4Q== X-Gm-Message-State: AO0yUKV4Ayw0TSUwWPrRdZpDUw1ddEkT0+51CGIbXIuzd1anOmSmH4ti E/9VWgo6BoLMmwoGpGXyCJH97raKQyKBUC4kUD/qSw== X-Google-Smtp-Source: AK7set82A9Kb0hwNrj1M0to5qoC8vv2uCV2EiO8NNND3SgDSYSico/58trjpGYHNR6i0MUj3s2K1vQ== X-Received: by 2002:a17:906:8da:b0:87b:db53:3829 with SMTP id o26-20020a17090608da00b0087bdb533829mr10690486eje.46.1675440459116; Fri, 03 Feb 2023 08:07:39 -0800 (PST) Received: from localhost (host-213-179-129-39.customer.m-online.net. [213.179.129.39]) by smtp.gmail.com with ESMTPSA id x26-20020a1709064bda00b00886c1a02d20sm1560622ejv.47.2023.02.03.08.07.37 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 03 Feb 2023 08:07:38 -0800 (PST) Date: Fri, 3 Feb 2023 17:07:32 +0100 From: Jiri Pirko To: =?utf-8?B?6Zm2IOe8mA==?= Cc: Eelco Chaudron , "netdev@vger.kernel.org" , Pravin B Shelar , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , "dev@openvswitch.org" , "linux-kernel@vger.kernel.org" Subject: Re: =?utf-8?B?5Zue5aSNOiBbUEFUQw==?= =?utf-8?Q?H?= net-next v7 1/1] net:openvswitch:reduce cpu_used_mask memory Message-ID: References: <20230203095118.276261-1-taoyuan_eddy@hotmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Fri, Feb 03, 2023 at 04:50:31PM CET, taoyuan_eddy@hotmail.com wrote: >Change between V7 and V6: >move initialization of cpu_used_mask up to follow stats_last_writer Okay, please stop sending stuff and begin to read. > >thanks >eddy