From mboxrd@z Thu Jan 1 00:00:00 1970 From: Roman Gushchin Subject: Re: [PATCH bpf-net 00/14] bpf: cgroup local storage Date: Thu, 28 Jun 2018 09:46:01 -0700 Message-ID: <20180628164558.GA28056@castle.DHCP.thefacebook.com> References: <20180628163458.27193-1-guro@fb.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Cc: , , Alexei Starovoitov , Daniel Borkmann , Martin KaFai Lau To: Return-path: Received: from mx0b-00082601.pphosted.com ([67.231.153.30]:59018 "EHLO mx0a-00082601.pphosted.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S932809AbeF1Qqo (ORCPT ); Thu, 28 Jun 2018 12:46:44 -0400 Content-Disposition: inline In-Reply-To: <20180628163458.27193-1-guro@fb.com> Sender: netdev-owner@vger.kernel.org List-ID: On Thu, Jun 28, 2018 at 09:34:44AM -0700, Roman Gushchin wrote: > This patchset implements cgroup local storage for bpf programs. > The main idea is to provide a fast accessible memory for storing > various per-cgroup data, e.g. number of transmitted packets. Just noticed a typo in the subject: "bpf-net" :) Will resend the patchset. Sorry for confusion. Thanks, Roman