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)
commit3ac3f314c325d76deefa34925e11ad52df77cdc3
treeb2d40208e75a60e0edd2a540ed960f31de43c179
parentcff908463d91a6b2fb8c8ab6c41d9c308c29fd42
parente9bd8cbd970bedd3cca8ee334c76ab90feb78760
Merge branch 'add support for batched ops in LPM trie'

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>