]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit4fc1b3d572026ad3dc589e5cc1945b9090e35072
treeb2d40208e75a60e0edd2a540ed960f31de43c179
parent83902d1ede0e37b5a76c59c274775c92dce8ac35
parentfb91197bd1df9e23d4bed985399d921be78d1752
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>