netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Stephen Hemminger <stephen@networkplumber.org>
To: Thomas Graf <tgraf@suug.ch>
Cc: netdev@vger.kernel.org, daniel@iogearbox.net,
	alexei.starovoitov@gmail.com
Subject: Re: [PATCH iproute2 net-next] bpf: Fix number of retries when growing log buffer
Date: Fri, 9 Dec 2016 12:42:49 -0800	[thread overview]
Message-ID: <20161209124249.0ffc0a25@xeon-e3> (raw)
In-Reply-To: <fc3866340db64ff7400c14342578b9a104f02fe9.1481103964.git.tgraf@suug.ch>

On Wed,  7 Dec 2016 10:47:59 +0100
Thomas Graf <tgraf@suug.ch> wrote:

> The log buffer is automatically grown when the verifier output does not
> fit into the default buffer size. The number of growing attempts was
> not sufficient to reach the maximum buffer size so far.
> 
> Perform 9 iterations to reach max and let the 10th one fail.
> 
> j:0     i:65536         max:16777215
> j:1     i:131072        max:16777215
> j:2     i:262144        max:16777215
> j:3     i:524288        max:16777215
> j:4     i:1048576       max:16777215
> j:5     i:2097152       max:16777215
> j:6     i:4194304       max:16777215
> j:7     i:8388608       max:16777215
> j:8     i:16777216      max:16777215
> 
> Signed-off-by: Thomas Graf <tgraf@suug.ch>
> Acked-by: Daniel Borkmann <daniel@iogearbox.net>

Applied to net-next

      reply	other threads:[~2016-12-09 20:42 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-12-07  9:47 [PATCH iproute2 net-next] bpf: Fix number of retries when growing log buffer Thomas Graf
2016-12-09 20:42 ` Stephen Hemminger [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20161209124249.0ffc0a25@xeon-e3 \
    --to=stephen@networkplumber.org \
    --cc=alexei.starovoitov@gmail.com \
    --cc=daniel@iogearbox.net \
    --cc=netdev@vger.kernel.org \
    --cc=tgraf@suug.ch \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).