On Fri, 15 Apr 2016 09:51:42 +0200 Jiri Pirko <j...@resnulli.us> wrote:
> From: Jiri Pirko <j...@mellanox.com> > > Jiri Pirko (11): > devlink: fix "devlink port" help message > list: add list_for_each_entry_reverse macro > list: add list_add_tail helper > devlink: introduce pr_out_port_handle helper > devlink: introduce helper to print out nice names (ifnames) > devlink: split dl_argv_parse_put to parse and put parts > devlink: introduce dump filtering function > devlink: allow to parse both devlink and port handle in the same time > devlink: implement shared buffer support > devlink: implement shared buffer occupancy control > devlink: add manpage for shared buffer > > devlink/devlink.c | 1310 > +++++++++++++++++++++++++++++++++++++++++--- > include/linux/devlink.h | 63 +++ > include/list.h | 16 + > man/man8/devlink-dev.8 | 2 + > man/man8/devlink-monitor.8 | 1 + > man/man8/devlink-port.8 | 2 + > man/man8/devlink-sb.8 | 313 +++++++++++ > man/man8/devlink.8 | 5 + > 8 files changed, 1636 insertions(+), 76 deletions(-) > create mode 100644 man/man8/devlink-sb.8 > Applied