From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pf0-f196.google.com ([209.85.192.196]:41201 "EHLO mail-pf0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751640AbeBVWsX (ORCPT ); Thu, 22 Feb 2018 17:48:23 -0500 Subject: Re: [PATCH iproute2-next v1] rdma: Add batch command support To: Leon Romanovsky Cc: Leon Romanovsky , netdev , Stephen Hemminger , RDMA mailing list References: <20180222072823.25335-1-leon@kernel.org> From: David Ahern Message-ID: <1fd816a5-2f66-4317-bba6-5668638c0b08@gmail.com> Date: Thu, 22 Feb 2018 15:48:19 -0700 MIME-Version: 1.0 In-Reply-To: <20180222072823.25335-1-leon@kernel.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: netdev-owner@vger.kernel.org List-ID: On 2/22/18 12:28 AM, Leon Romanovsky wrote: > From: Leon Romanovsky > > Implement an option (-b) to execute RDMAtool commands > from supplied file. This follows the same model as > in use for ip and devlink tools, by expecting > every new command to be on new line. > > These commands are expected to be without any -* > (e.g. -d, -j, e.t.c) global flags, which should be > called externally. > > Signed-off-by: Leon Romanovsky > --- > > Changelog v0->v1: > * Used ARRAY_SIZE instead of hardcoded value as an input to makeargs() > > David, > > This patch is based on iproute2.git because iproute2-next doesn't > have latest restrack code. The patch itself is completely independent > from that code and is supposed to go to -next, but it has conflicts > (manual page and help line). > > Can you please merge iproute2 master into iproute2-next prior to > applying this patch? > Done. And applied to iproute2-next