]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'ila-Cleanup'
authorDavid S. Miller <davem@davemloft.net>
Fri, 29 Jun 2018 02:32:55 +0000 (11:32 +0900)
committerDavid S. Miller <davem@davemloft.net>
Fri, 29 Jun 2018 02:32:55 +0000 (11:32 +0900)
commitecca1761346ae53bde78c0419dcc5ec5b4b36a52
treef892ef466f2cbdb45f5a5ef8d53dfcd24b4d322d
parent8c4348b10fa1192ad7cc6c7f3a1e3919e518bd49
parent2331aec28824b7516dd035dc55844bd69cac382b
Merge branch 'ila-Cleanup'

Tom Herbert says:

====================
ila: Cleanup

Perform some cleanup in ILA code. This includes:

- Fix rhashtable walk for cases where nl dumps are done with muliple
  function calls. Add a skip index to skip over entries in
  a node that have been previously visitied. Call rhashtable_walk_peek
  to avoid dropping items between calls to ila_nl_dump.
- Call alloc_bucket_spinlocks to create bucket locks.
- Split out module initialization and netlink definitions into
  separate files.
- Add ILA_CMD_FLUSH netlink command to clear the ILA translation table.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>