From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jakub Kicinski Subject: Re: [PATCH bpf-next] bpftool: Support sendmsg{4,6} attach types Date: Tue, 29 May 2018 14:20:21 -0700 Message-ID: <20180529142021.7fa6f5c1@cakuba> References: <20180529202931.538817-1-rdna@fb.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: , , , , To: Andrey Ignatov Return-path: Received: from mx4.wp.pl ([212.77.101.11]:36054 "EHLO mx4.wp.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S967491AbeE2VUa (ORCPT ); Tue, 29 May 2018 17:20:30 -0400 In-Reply-To: <20180529202931.538817-1-rdna@fb.com> Sender: netdev-owner@vger.kernel.org List-ID: On Tue, 29 May 2018 13:29:31 -0700, Andrey Ignatov wrote: > Add support for recently added BPF_CGROUP_UDP4_SENDMSG and > BPF_CGROUP_UDP6_SENDMSG attach types to bpftool, update documentation > and bash completion. > > Signed-off-by: Andrey Ignatov Reviewed-by: Jakub Kicinski > I'm not sure about "since 4.18" in Documentation part. I can follow-up when > the next kernel version is known. IMHO it's fine, we can follow up if Linus decides to call it something else :) Thanks!