On 2/22/18 12:28 AM, Leon Romanovsky wrote: > From: Leon Romanovsky <leo...@mellanox.com> > > 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 <leo...@mellanox.com> > --- > > 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