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 X-Spam-Level: X-Spam-Status: No, score=-1.0 required=3.0 tests=DKIMWL_WL_MED,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id B9837C43387 for ; Thu, 17 Jan 2019 00:28:35 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 7BF74205C9 for ; Thu, 17 Jan 2019 00:28:35 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=netronome-com.20150623.gappssmtp.com header.i=@netronome-com.20150623.gappssmtp.com header.b="lkNzbF7h" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728721AbfAQA2e (ORCPT ); Wed, 16 Jan 2019 19:28:34 -0500 Received: from mail-qt1-f193.google.com ([209.85.160.193]:39827 "EHLO mail-qt1-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728702AbfAQA2e (ORCPT ); Wed, 16 Jan 2019 19:28:34 -0500 Received: by mail-qt1-f193.google.com with SMTP id u47so9473183qtj.6 for ; Wed, 16 Jan 2019 16:28:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netronome-com.20150623.gappssmtp.com; s=20150623; h=date:from:to:cc:subject:message-id:in-reply-to:references :organization:mime-version:content-transfer-encoding; bh=CiQ/zcKsjdCV3CN34EJ7r4Tp7guBoTVJc+PQGvavH3s=; b=lkNzbF7hMmqW+haCqlZd78crqkdtCD1jIy8bbyT7qU4q0v6DcdkXucrfYqEf6dlC5S vqgKj3UhcQ3gki3+rr+nVFh7VsueARpIQH5D0wmAzHLvOEdtqQNh66KSTXICyfgrnY16 KNNCL4mv/JRJw5F1CizAkBfftY1N0CSUfN6wbLPsyjYSNGnOXHDXYPZuTTO3WEcM4wGZ LUkTj4hcLr9H/OEqNbHYe//EeJCL6wIXb/qxYx99ZCb1woTA4ccwLkFeb+nMJtoguo27 DcJMMBgOMOxJmssUaX7VaCPK4k3JJNHobp+stAiKqG6sOsrqAqu1DJqgstnlvFY96MOm NUrw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:in-reply-to :references:organization:mime-version:content-transfer-encoding; bh=CiQ/zcKsjdCV3CN34EJ7r4Tp7guBoTVJc+PQGvavH3s=; b=bAsPy9clYaqITZldOSHU4IyrXYQF2j5cBfw6Q2AmBuvOfBBmHNr6baB2W3mINRtI08 eZrViqwUPgvwi461d4CBGQFxUeo7/n5i886rf1hXxr8v0eyOWfqr6kg46eY1IQ2rpPdq hQBC+9+jupTKMymNEzu2pBBC7CUmIhPRtRurMEN56Xzu0EwZrfHPvrSiin1M//LvmeWq qyQkNyK9FE5L0WISUMPoWL2HNsNwNB1y6+oHpE/JXs5IY2NVPP8yftZCfdtpqZVsInfc KfzrD2G4pzBl1bzqET2st07MwMtl4k4g7EAgtdqIVI31aam8tiWwE3/9tIFtyNr2tY/I 6t3Q== X-Gm-Message-State: AJcUukd9VYz6WwBE7Gn1pqYJ0uukZ9i2BVj2z3OZH1jw8KbQ5ubofC/t 51gGrHuADV36cATO52NWq9R/cQ== X-Google-Smtp-Source: ALg8bN44rGhmQf9GRt3kycjsJtUTLzceIMrRE8yY9/HNWg68kS4SlBaQODtZhUlQTMG1gDTpFCGHiw== X-Received: by 2002:aed:2558:: with SMTP id w24mr9414706qtc.183.1547684912718; Wed, 16 Jan 2019 16:28:32 -0800 (PST) Received: from cakuba.netronome.com ([66.60.152.14]) by smtp.gmail.com with ESMTPSA id l73sm64731702qkl.16.2019.01.16.16.28.31 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Wed, 16 Jan 2019 16:28:32 -0800 (PST) Date: Wed, 16 Jan 2019 16:28:28 -0800 From: Jakub Kicinski To: Quentin Monnet Cc: Alexei Starovoitov , Daniel Borkmann , netdev@vger.kernel.org, oss-drivers@netronome.com, Arnaldo Carvalho de Melo , Jesper Dangaard Brouer , Stanislav Fomichev Subject: Re: [PATCH bpf-next v4 1/9] tools: bpftool: add basic probe capability, probe syscall availability Message-ID: <20190116162828.75a42dcc@cakuba.netronome.com> In-Reply-To: <20190116142119.8358-2-quentin.monnet@netronome.com> References: <20190116142119.8358-1-quentin.monnet@netronome.com> <20190116142119.8358-2-quentin.monnet@netronome.com> Organization: Netronome Systems, Ltd. MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Wed, 16 Jan 2019 14:21:11 +0000, Quentin Monnet wrote: > +------------------------------------------------------------------------------- > +tool for inspection of eBPF-related parameters for Linux kernel or net device > +------------------------------------------------------------------------------- Slight preference for s/eBPF/BPF/, the system call and /proc/ stuff is all called bpf, not ebpf. Also a question/nit here: Does the rst2man tool care about the marking vs text length, here dashes are longer than the actual text, people are fixing such occurrences for Sphinx, I wonder if we should care?