Re: [PATCH net-next 3/3] bpf: Test deletion in BPF_MAP_TYPE_LPM_TRIE
From: Daniel Borkmann <daniel@iogearbox.net> Date: 2017-09-19 16:12:57
On 09/18/2017 09:30 PM, Craig Gallek wrote:
From: Craig Gallek <redacted>
Extend the 'random' operation tests to include a delete operation
(delete half of the nodes from both lpm implementions and ensure
that lookups are still equivalent).
Also, add a simple IPv4 test which verifies lookup behavior as nodes
are deleted from the tree.
Signed-off-by: Craig Gallek <redacted>