]> git.ipfire.org Git - thirdparty/iproute2.git/commit
rdma: Update device capabilities flags
authorLeon Romanovsky <leonro@mellanox.com>
Wed, 7 Mar 2018 09:05:35 +0000 (11:05 +0200)
committerDavid Ahern <dsahern@gmail.com>
Thu, 8 Mar 2018 17:15:28 +0000 (09:15 -0800)
commitf2ffa0a0ffff1bf9bcb9e11a1ed4f20a651fd2c0
tree1072934fa75e813162e84fd559684d152baa5191
parent8966c2490f187f78d0c01bdb3c5278f0950c8fca
rdma: Update device capabilities flags

In kernel commit e1d2e8873369 ("IB/core: Add PCI write
end padding flags for WQ and QP"), we introduced new
device capability to advertise PCI write end padding.

PCI write end padding is the device's ability to pad the ending of
incoming packets (scatter) to full cache line such that the last
upstream write generated by an incoming packet will be a full cache
line.

This commit updates RDMAtool to present this field.

Signed-off-by: Leon Romanovsky <leonro@mellanox.com>
Signed-off-by: David Ahern <dsahern@gmail.com>
rdma/dev.c