All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH iproute2 0/2] add batch command support to devlink
@ 2017-11-10  6:20 Ivan Vecera
  2017-11-10  6:20 ` [PATCH iproute2 1/2] lib: make resolve_hosts variable common Ivan Vecera
                   ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: Ivan Vecera @ 2017-11-10  6:20 UTC (permalink / raw)
  To: netdev; +Cc: jiri, arkadis

This patch series adds support for devlink commands batching. The first
just removes a requirement to have declared 'resolve_hosts' variable in
any command that use any function implemented in utils.c (it is really
confusing to see this declaration in utils like bridge or devlink).

Ivan Vecera (2):
  lib: make resolve_hosts variable common
  devlink: add batch command support

 bridge/bridge.c    |  1 -
 devlink/devlink.c  | 70 +++++++++++++++++++++++++++++++++++++++++++++++-------
 genl/genl.c        |  1 -
 ip/ip.c            |  1 -
 ip/rtmon.c         |  1 -
 lib/utils.c        |  1 +
 man/man8/devlink.8 | 16 +++++++++++++
 misc/arpd.c        |  2 --
 misc/ss.c          |  1 -
 tc/tc.c            |  1 -
 10 files changed, 79 insertions(+), 16 deletions(-)

-- 
2.13.6

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

end of thread, other threads:[~2017-11-13  8:59 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-10  6:20 [PATCH iproute2 0/2] add batch command support to devlink Ivan Vecera
2017-11-10  6:20 ` [PATCH iproute2 1/2] lib: make resolve_hosts variable common Ivan Vecera
2017-11-10  6:20 ` [PATCH iproute2 2/2] devlink: add batch command support Ivan Vecera
2017-11-10  6:57   ` Leon Romanovsky
2017-11-10  7:10     ` Ivan Vecera
2017-11-10 19:47       ` Leon Romanovsky
2017-11-12  5:06         ` Jiri Pirko
2017-11-12  8:19           ` Leon Romanovsky
2017-11-12  8:21             ` Jiri Pirko
2017-11-13  0:16         ` Stephen Hemminger
2017-11-13  8:59           ` Leon Romanovsky
2017-11-12  5:08   ` Jiri Pirko
2017-11-13  0:17 ` [PATCH iproute2 0/2] add batch command support to devlink 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.