diff options
| author | David S. Miller <davem@davemloft.net> | 2018-06-29 11:32:55 +0900 |
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2018-06-29 11:32:55 +0900 |
| commit | 58c77bf1d4107f5a21e98850af7e7e972fe98ba5 (patch) | |
| tree | f892ef466f2cbdb45f5a5ef8d53dfcd24b4d322d /include/uapi/linux | |
| parent | 6d268910a4e222184172e3b991d64c94edfa5388 (diff) | |
| parent | b6e71bdebb12cb79f931db358066a33f5f526b6a (diff) | |
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>
Diffstat (limited to 'include/uapi/linux')
| -rw-r--r-- | include/uapi/linux/ila.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/uapi/linux/ila.h b/include/uapi/linux/ila.h index 483b77af4eb8..db45d3e49a12 100644 --- a/include/uapi/linux/ila.h +++ b/include/uapi/linux/ila.h @@ -30,6 +30,7 @@ enum { ILA_CMD_ADD, ILA_CMD_DEL, ILA_CMD_GET, + ILA_CMD_FLUSH, __ILA_CMD_MAX, }; |
