From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: Re: [PATCH iproute2 0/2] add batch command support to devlink Date: Sun, 12 Nov 2017 16:17:10 -0800 Message-ID: <20171112161710.24a58754@xeon-e3> References: <20171110062014.2693-1-ivecera@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, jiri@mellanox.com, arkadis@mellanox.com To: Ivan Vecera Return-path: Received: from mail-pf0-f193.google.com ([209.85.192.193]:48891 "EHLO mail-pf0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751065AbdKMARM (ORCPT ); Sun, 12 Nov 2017 19:17:12 -0500 Received: by mail-pf0-f193.google.com with SMTP id b79so10641479pfk.5 for ; Sun, 12 Nov 2017 16:17:12 -0800 (PST) In-Reply-To: <20171110062014.2693-1-ivecera@redhat.com> Sender: netdev-owner@vger.kernel.org List-ID: On Fri, 10 Nov 2017 07:20:12 +0100 Ivan Vecera wrote: > 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(-) > Applied