Re: [PATCH v2 bpf-next 0/5] btf_dedup algorithm and test fixes

2019-02-28 Thread Daniel Borkmann
On 03/01/2019 12:31 AM, Andrii Nakryiko wrote: > This patchset fixes a bug in btf_dedup() algorithm, which under specific hash > collision causes infinite loop. It also exposes ability to tune BTF > deduplication table size, with double purpose of allowing applications to > adjust size according to

[PATCH v2 bpf-next 0/5] btf_dedup algorithm and test fixes

2019-02-28 Thread Andrii Nakryiko
This patchset fixes a bug in btf_dedup() algorithm, which under specific hash collision causes infinite loop. It also exposes ability to tune BTF deduplication table size, with double purpose of allowing applications to adjust size according to the size of BTF data, as well as allowing a simple way