Merge branch 'add support for batched ops in LPM trie'
authorAlexei Starovoitov <ast@kernel.org>
Fri, 26 Mar 2021 01:51:08 +0000 (18:51 -0700)
committerAlexei Starovoitov <ast@kernel.org>
Fri, 26 Mar 2021 01:51:09 +0000 (18:51 -0700)
Pedro Tammela says:

====================

The patch itself is straightforward thanks to the infrastructure that is
already in-place.

The tests follows the other '*_map_batch_ops' tests with minor tweaks.

v1 -> v2:
Fixes for checkpatch warnings
====================

Signed-off-by: Alexei Starovoitov <ast@kernel.org>

Trivial merge