From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from shards.monkeyblade.net ([184.105.139.130]:50186 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751774AbeCOSm7 (ORCPT ); Thu, 15 Mar 2018 14:42:59 -0400 Date: Thu, 15 Mar 2018 14:42:58 -0400 (EDT) Message-Id: <20180315.144258.1812731502961746339.davem@davemloft.net> To: john.fastabend@gmail.com Cc: ast@kernel.org, daniel@iogearbox.net, davejwatson@fb.com, netdev@vger.kernel.org Subject: Re: [bpf-next PATCH v2 15/18] bpf: sockmap sample support for bpf_msg_cork_bytes() From: David Miller In-Reply-To: <20180312192421.8039.90630.stgit@john-Precision-Tower-5810> References: <20180312192034.8039.70022.stgit@john-Precision-Tower-5810> <20180312192421.8039.90630.stgit@john-Precision-Tower-5810> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: netdev-owner@vger.kernel.org List-ID: From: John Fastabend Date: Mon, 12 Mar 2018 12:24:21 -0700 > Add sample application support for the bpf_msg_cork_bytes helper. This > lets the user specify how many bytes each verdict should apply to. > > Similar to apply_bytes() tests these can be run as a stand-alone test > when used without other options or inline with other tests by using > the txmsg_cork option along with any of the basic tests txmsg, > txmsg_redir, txmsg_drop. > > Signed-off-by: John Fastabend Acked-by: David S. Miller