This patchset contains the remaining two debugfs patches for the network wide multi interface optimization. There are some small changes to the previous patchset as suggested by Marek:
* omit the hardif directory and move hardif folders directly under $debugs/batman-adv, as there should be no conflict with the soft interfaces anyway * rename *multiif* functions to *hardif* * fix some outdated kerneldoc.
Thanks for all the comments on this patchset, everyone! Simon
Simon Wunderlich (2): batman-adv: add debugfs structure for information per interface batman-adv: add debugfs support to view multiif tables
bat_iv_ogm.c | 12 ++++---- debugfs.c | 86 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ debugfs.h | 2 ++ hard-interface.c | 9 ++++++ originator.c | 48 +++++++++++++++++++++++++++++- originator.h | 1 + types.h | 5 +++- 7 files changed, 156 insertions(+), 7 deletions(-)