]> git.proxmox.com Git - mirror_iproute2.git/commit - rdma/rdma.c
rdma: Add batch command support
authorLeon Romanovsky <leonro@mellanox.com>
Thu, 22 Feb 2018 07:28:23 +0000 (09:28 +0200)
committerDavid Ahern <dsahern@gmail.com>
Thu, 22 Feb 2018 22:44:46 +0000 (14:44 -0800)
commit486fe5f03c36f91469864c34e6cc0b5e3d659ae8
tree0b52aa654783b46153d2ab966728d098c7d3f9f6
parent472e59b0eb38586948d17454258ec88394177101
rdma: Add batch command support

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 <leonro@mellanox.com>
Signed-off-by: David Ahern <dsahern@gmail.com>
man/man8/rdma.8
rdma/rdma.c