Add message descriptions needed for pretty printing of netlink messages related to recently added features: genetlink policy dumps and pause frame statistics. First two patches extend pretty printing code with features used by these descriptions: support for 64-bit numeric attributes and and enumerated types (shown as symbolic names rather than numeric values).
Michal Kubecek (4): netlink: support u32 enumerated types in pretty printing netlink: support 64-bit attribute types in pretty printed messages netlink: add descriptions for genetlink policy dumps netlink: add message descriptions for pause stats netlink/desc-ethtool.c | 7 +++++ netlink/desc-genlctrl.c | 57 +++++++++++++++++++++++++++++++++++++++++ netlink/prettymsg.c | 19 ++++++++++++++ netlink/prettymsg.h | 24 +++++++++++++++-- 4 files changed, 105 insertions(+), 2 deletions(-) -- 2.28.0