]> git.ipfire.org Git - thirdparty/iproute2.git/commit
rdma: Set pointer to device name position
authorLeon Romanovsky <leonro@mellanox.com>
Wed, 31 Jan 2018 08:11:50 +0000 (10:11 +0200)
committerStephen Hemminger <stephen@networkplumber.org>
Tue, 6 Feb 2018 01:23:52 +0000 (17:23 -0800)
commit6e0de6e886571cab7787f9b809b6db5e05b2444c
treed25ad1123a59bebe4d902be30c1be343a4b7cf27
parent1174be72d1b4ccb1b078c569bd785445416e85af
rdma: Set pointer to device name position

The dev and link execution callbacks expects that next
command line argument is device or port name.

Set pointer to device or port name position prior calls to
rd_exec_dev()/rd_exec_link().

Signed-off-by: Leon Romanovsky <leonro@mellanox.com>
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
rdma/rdma.h
rdma/utils.c