Re: [PATCH iproute2 net-next] bpf: Fix number of retries when growing log buffer

2016-12-09 Thread Stephen Hemminger
On Wed, 7 Dec 2016 10:47:59 +0100 Thomas Graf 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 a

[PATCH iproute2 net-next] bpf: Fix number of retries when growing log buffer

2016-12-07 Thread Thomas Graf
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: