Message ID | 20200904205657.27922-1-quentin@isovalent.com |
---|---|
Headers | show
Return-Path: <bpf-owner@vger.kernel.org> X-Original-To: incoming-bpf@patchwork.ozlabs.org Delivered-To: patchwork-incoming-bpf@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=vger.kernel.org (client-ip=23.128.96.18; helo=vger.kernel.org; envelope-from=bpf-owner@vger.kernel.org; receiver=<UNKNOWN>) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=isovalent.com Authentication-Results: ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=isovalent-com.20150623.gappssmtp.com header.i=@isovalent-com.20150623.gappssmtp.com header.a=rsa-sha256 header.s=20150623 header.b=j9ngwIed; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by ozlabs.org (Postfix) with ESMTP id 4Bjqk667hwz9sTK for <incoming-bpf@patchwork.ozlabs.org>; Sat, 5 Sep 2020 06:57:18 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727949AbgIDU5O (ORCPT <rfc822;incoming-bpf@patchwork.ozlabs.org>); Fri, 4 Sep 2020 16:57:14 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35408 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726791AbgIDU5M (ORCPT <rfc822; bpf@vger.kernel.org>); Fri, 4 Sep 2020 16:57:12 -0400 Received: from mail-wr1-x444.google.com (mail-wr1-x444.google.com [IPv6:2a00:1450:4864:20::444]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 60091C061244 for <bpf@vger.kernel.org>; Fri, 4 Sep 2020 13:57:12 -0700 (PDT) Received: by mail-wr1-x444.google.com with SMTP id w5so8537079wrp.8 for <bpf@vger.kernel.org>; Fri, 04 Sep 2020 13:57:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=isovalent-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=s2VbCfmfs/2EKPhU6uZ6dyMExo1mi3OXRSsv4NCSYQE=; b=j9ngwIedSaoYiq0eW5bXcwSkf0Vu3hKWRNw+lJX8H9alkpcwzkJd7WoXOOYvpxMmF8 57gmGz/YyVFhi+cB1dPhcBG4Pl73OlaJnGfR7h9aSNQ2Zi8SGGB4Srv+orgR/YSIhbuJ YKi7InR/JeLZgXlu17YaSmdizrVjGGiimGn6MM9zF2fefMSlhSukaLlP4duFYp+HUYVD g6xn5YthgzIxgsAIy4g7LIo43spm4eaU3w5lGqEAx1jkOcyGx06/k3mjzCOt5oFDwkoG m6j/MWFnVTSgQoEptzgea4ZsZaGpN80wiACDxeYmW5iRp2S3EWKTR9JSLgt1djVKdib7 fjGA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=s2VbCfmfs/2EKPhU6uZ6dyMExo1mi3OXRSsv4NCSYQE=; b=KWzOalJAwyzGSUJbfG9HybsTsLeB8p/C9GFs0CQC/W8jSvd8kvwJMXcIQXI4H6a9IC z9YKjWso8CsP+7XcrUoAVcQ7bunbyzlxz6JqfM4KBCY8FVdJjQg+LIaVEI/K3Pc2RfDk BsytOv2AllvpENe7mDZ9bYmTl2voq4f00Kfhhc79m2mqhcTSefpo/J6wEwijiC8eoFtb Ah4gdDkkcbtu1gd4Bp1UPs77ziQ+3yQhcDApsuyEhQnlu7LjP45dGab9YGbqur8vNC6z AzZddOxeZKMrBZciGNtD50rwy1z9H4IPgjrjlhaVeojs/jt1fYwkuAR7IuqxOOoUc1Q0 vQzg== X-Gm-Message-State: AOAM5329sTCIAP2GYlx+FzLwmYKZO8vaFbSouiwcDoL2+prKyY/y8+KT RtpV+lci1kpW+V0xaQPx83w9aw== X-Google-Smtp-Source: ABdhPJzffKSbbyulDjS5IdK2q00UuTG/fAXD41vOAAQ1/E+3KStJE7tT6bAIAk0gOxfNewbg9J14ew== X-Received: by 2002:a5d:560d:: with SMTP id l13mr9054061wrv.49.1599253030911; Fri, 04 Sep 2020 13:57:10 -0700 (PDT) Received: from localhost.localdomain ([194.35.117.177]) by smtp.gmail.com with ESMTPSA id u17sm12985395wmm.4.2020.09.04.13.57.09 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 04 Sep 2020 13:57:10 -0700 (PDT) From: Quentin Monnet <quentin@isovalent.com> To: Alexei Starovoitov <ast@kernel.org>, Daniel Borkmann <daniel@iogearbox.net> Cc: bpf@vger.kernel.org, netdev@vger.kernel.org, Quentin Monnet <quentin@isovalent.com> Subject: [PATCH bpf-next 0/3] tools: bpftool: print built-in features, automate some of the documentation Date: Fri, 4 Sep 2020 21:56:54 +0100 Message-Id: <20200904205657.27922-1-quentin@isovalent.com> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: bpf-owner@vger.kernel.org Precedence: bulk List-ID: <bpf.vger.kernel.org> X-Mailing-List: bpf@vger.kernel.org |
Series |
tools: bpftool: print built-in features, automate some of the documentation
|
expand
|