From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jakub Kicinski Subject: Re: [PATCH v2 bpf-next 1/3] bpftool: Support new prog types and attach types Date: Tue, 17 Apr 2018 16:09:37 -0700 Message-ID: <20180417160937.1e449eeb@cakuba.netronome.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: , , , , To: Andrey Ignatov Return-path: Received: from mail-qk0-f174.google.com ([209.85.220.174]:36100 "EHLO mail-qk0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751164AbeDQXJk (ORCPT ); Tue, 17 Apr 2018 19:09:40 -0400 Received: by mail-qk0-f174.google.com with SMTP id a202so9060956qkg.3 for ; Tue, 17 Apr 2018 16:09:40 -0700 (PDT) In-Reply-To: Sender: netdev-owner@vger.kernel.org List-ID: On Tue, 17 Apr 2018 10:28:44 -0700, Andrey Ignatov wrote: > Add recently added prog types to `bpftool prog` and attach types to > `bpftool cgroup`. > > Update bpftool documentation and bash completion appropriately. > > Signed-off-by: Andrey Ignatov Acked-by: Jakub Kicinski Thank you!!