All of lore.kernel.org
 help / color / mirror / Atom feed
* [patch iproute2 00/11] devlink: add support for shared buffer configuration and control
@ 2016-04-15  7:51 Jiri Pirko
  2016-04-15  7:51 ` [patch iproute2 01/11] devlink: fix "devlink port" help message Jiri Pirko
                   ` (13 more replies)
  0 siblings, 14 replies; 17+ messages in thread
From: Jiri Pirko @ 2016-04-15  7:51 UTC (permalink / raw)
  To: netdev
  Cc: stephen, davem, idosch, eladr, yotamg, ogerlitz, roopa, nikolay,
	jhs, john.fastabend, rami.rosen, gospo, sfeldma

From: Jiri Pirko <jiri@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

-- 
2.5.5

^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2016-05-16 18:23 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-04-15  7:51 [patch iproute2 00/11] devlink: add support for shared buffer configuration and control Jiri Pirko
2016-04-15  7:51 ` [patch iproute2 01/11] devlink: fix "devlink port" help message Jiri Pirko
2016-04-15  7:51 ` [patch iproute2 02/11] list: add list_for_each_entry_reverse macro Jiri Pirko
2016-04-15  7:51 ` [patch iproute2 03/11] list: add list_add_tail helper Jiri Pirko
2016-04-15  7:51 ` [patch iproute2 04/11] devlink: introduce pr_out_port_handle helper Jiri Pirko
2016-04-15  7:51 ` [patch iproute2 05/11] devlink: introduce helper to print out nice names (ifnames) Jiri Pirko
2016-04-15  7:51 ` [patch iproute2 06/11] devlink: split dl_argv_parse_put to parse and put parts Jiri Pirko
2016-04-15  7:51 ` [patch iproute2 07/11] devlink: introduce dump filtering function Jiri Pirko
2016-04-15  7:51 ` [patch iproute2 08/11] devlink: allow to parse both devlink and port handle in the same time Jiri Pirko
2016-04-15  7:51 ` [patch iproute2 09/11] devlink: implement shared buffer support Jiri Pirko
2016-04-15  7:51 ` [patch iproute2 10/11] devlink: implement shared buffer occupancy control Jiri Pirko
2016-04-15  7:51 ` [patch iproute2 11/11] devlink: add manpage for shared buffer Jiri Pirko
2016-04-19 15:01 ` [patch iproute2 00/11] devlink: add support for shared buffer configuration and control Stephen Hemminger
2016-05-13 21:44 ` Stephen Hemminger
2016-05-14 13:21 ` [iproute2 net-next repost 1/2] devlink: implement shared buffer support Jiri Pirko
2016-05-14 13:21   ` [iproute2 net-next repost 2/2] devlink: implement shared buffer occupancy control Jiri Pirko
2016-05-16 18:23   ` [iproute2 net-next repost 1/2] devlink: implement shared buffer support Stephen Hemminger

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.