From mboxrd@z Thu Jan 1 00:00:00 1970 From: Martin KaFai Lau Subject: Re: [bpf-next PATCH v3 4/7] bpf: sockmap sample, report bytes/sec Date: Fri, 12 Jan 2018 23:34:25 -0800 Message-ID: <20180113073425.jslbxbxmrtqqzkve@kafai-mbp> References: <20180112050243.5823.85987.stgit@john-Precision-Tower-5810> <20180112050710.5823.76043.stgit@john-Precision-Tower-5810> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Cc: , , To: John Fastabend Return-path: Received: from mx0a-00082601.pphosted.com ([67.231.145.42]:32800 "EHLO mx0a-00082601.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751225AbeAMHeo (ORCPT ); Sat, 13 Jan 2018 02:34:44 -0500 Content-Disposition: inline In-Reply-To: <20180112050710.5823.76043.stgit@john-Precision-Tower-5810> Sender: netdev-owner@vger.kernel.org List-ID: On Thu, Jan 11, 2018 at 09:07:10PM -0800, John Fastabend wrote: > Report bytes/sec sent as well as total bytes. Useful to get rough > idea how different configurations and usage patterns perform with > sockmap. > > Signed-off-by: John Fastabend Acked-by: Martin KaFai Lau