Message ID | 20220801175407.2647869-1-haoluo@google.com (mailing list archive) |
---|---|
Headers | show
Return-Path: <netdev-owner@kernel.org> 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 859B1C3F6B0 for <netdev@archiver.kernel.org>; Mon, 1 Aug 2022 17:54:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233661AbiHARyk (ORCPT <rfc822;netdev@archiver.kernel.org>); Mon, 1 Aug 2022 13:54:40 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60614 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232650AbiHARyi (ORCPT <rfc822;netdev@vger.kernel.org>); Mon, 1 Aug 2022 13:54:38 -0400 Received: from mail-yb1-xb4a.google.com (mail-yb1-xb4a.google.com [IPv6:2607:f8b0:4864:20::b4a]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 92A1812770 for <netdev@vger.kernel.org>; Mon, 1 Aug 2022 10:54:35 -0700 (PDT) Received: by mail-yb1-xb4a.google.com with SMTP id k13-20020a056902024d00b0066fa7f50b97so9069307ybs.6 for <netdev@vger.kernel.org>; Mon, 01 Aug 2022 10:54:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20210112; h=date:message-id:mime-version:subject:from:to:cc; bh=tjhxh07qPTaE5KnBaD0ayIJBzrcqy2XpM87bvWPM6BA=; b=MeJqnqTNL9Tn6wCWiqrYyrf5+Rhz5bfhsaBgTe0hCs1WtG5NxZnqTIafrpUMDaF+lf w7SwB2XHnA+yAZVfda79uqaHi4caXrthbe+oJEvojBorMwvojGyZbWzwRWDrCo/GoZHE AXDIpQgfySdYdhhJkSJxETNZcA0mifmGeiRx3FtchsJChxlP7IWjR+etkFCr6PW+26gJ OevLz2WhrKvR3kPko1CrYZGsA8DipIAek+WsRvZhGx7Scurg92P/exX3BPQuXv59NnZW bbipytvG/zH0gAll89HNAFvSNPWo0DNGYWOON7/tOglbwAsTl1woWZhZXr3/5eVaQMpP +rIQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:message-id:mime-version:subject:from:to:cc; bh=tjhxh07qPTaE5KnBaD0ayIJBzrcqy2XpM87bvWPM6BA=; b=6Atrxfq20HVHQ8W+q2LCU+NWL9ZbQXT8jDCy6XW/uzmD6aQHCr0P861dopPYnG9PXN Vc6o+rsXEBzwIxEEV9LdGM1wsvDMlRSCEy1m4/LvidLexFgE3PL95NK8PIdxzYbs2GLl Q0BVV3dygQUnLtcEpkMAyikzUzb+Y9uPfhEy0Z54NmhsN9drdVAq88v63xtjGSmT7aNk 6pkHk3QVcGcqP4kVom/fnr2BjzA6zS9ITl/BcY9JR7MKBKZP4W+4At9ZB/eT+Py7ev/9 mtIRywpRCXPPPeYdX4ro9Ypxe3/zujqWp3HmZl69Y2/G7vExCZJPoFadWCd+E84K0DDK xj1g== X-Gm-Message-State: ACgBeo1rWEr/9QTt8b4STI5g4lhk+/LDoGfX0QQU46i5JA9jLVvW6WDL 0eIn2e5jS76BllTUO+hoR2khIe2cbiI= X-Google-Smtp-Source: AA6agR4Ir5WS8vzxS6iLmOlIvKhsVhAGDNq9m63kG8MRWanXe1QXlE+ObnspYDW841YpAm3BjPYWfU06G2E= X-Received: from haoluo.svl.corp.google.com ([2620:15c:2d4:203:7c9:7b32:e73f:6716]) (user=haoluo job=sendgmr) by 2002:a25:6c8a:0:b0:66e:c8b5:7665 with SMTP id h132-20020a256c8a000000b0066ec8b57665mr11699118ybc.285.1659376474829; Mon, 01 Aug 2022 10:54:34 -0700 (PDT) Date: Mon, 1 Aug 2022 10:53:59 -0700 Message-Id: <20220801175407.2647869-1-haoluo@google.com> Mime-Version: 1.0 X-Mailer: git-send-email 2.37.1.455.g008518b4e5-goog Subject: [PATCH bpf-next v6 0/8] bpf: rstat: cgroup hierarchical stats From: Hao Luo <haoluo@google.com> To: linux-kernel@vger.kernel.org, bpf@vger.kernel.org, cgroups@vger.kernel.org, netdev@vger.kernel.org Cc: Alexei Starovoitov <ast@kernel.org>, Andrii Nakryiko <andrii@kernel.org>, Daniel Borkmann <daniel@iogearbox.net>, Martin KaFai Lau <kafai@fb.com>, Song Liu <songliubraving@fb.com>, Yonghong Song <yhs@fb.com>, Tejun Heo <tj@kernel.org>, Zefan Li <lizefan.x@bytedance.com>, KP Singh <kpsingh@kernel.org>, Johannes Weiner <hannes@cmpxchg.org>, Michal Hocko <mhocko@kernel.org>, Benjamin Tissoires <benjamin.tissoires@redhat.com>, John Fastabend <john.fastabend@gmail.com>, Michal Koutny <mkoutny@suse.com>, Roman Gushchin <roman.gushchin@linux.dev>, David Rientjes <rientjes@google.com>, Stanislav Fomichev <sdf@google.com>, Shakeel Butt <shakeelb@google.com>, Yosry Ahmed <yosryahmed@google.com>, Hao Luo <haoluo@google.com> Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: <netdev.vger.kernel.org> X-Mailing-List: netdev@vger.kernel.org X-Patchwork-Delegate: bpf@iogearbox.net |
Series |
bpf: rstat: cgroup hierarchical stats
|
expand
|