From: David S. Miller Date: Fri, 29 Jun 2018 02:32:55 +0000 (+0900) Subject: Merge branch 'ila-Cleanup' X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=58c77bf1d4107f5a21e98850af7e7e972fe98ba5;p=linux.git 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 --- 58c77bf1d4107f5a21e98850af7e7e972fe98ba5