iproute2/rdma
Leon Romanovsky 486fe5f03c 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>
2018-02-22 14:44:46 -08:00
..
.gitignore rdma: Add basic infrastructure for RDMA tool 2017-08-21 17:07:44 -07:00
Makefile rdma: Add resource tracking summary 2018-02-05 17:23:52 -08:00
dev.c rdma: Move per-device handler function to generic code 2017-12-27 07:47:35 -08:00
link.c rdma: Add option to provide "-" sign for the port number 2018-02-05 17:23:52 -08:00
rdma.c rdma: Add batch command support 2018-02-22 14:44:46 -08:00
rdma.h rdma: Add resource tracking summary 2018-02-05 17:23:52 -08:00
res.c rdma: Add QP resource tracking information 2018-02-05 17:23:52 -08:00
utils.c rdma: Check return value of strdup call 2018-02-05 17:23:52 -08:00