Re: [PATCH rdma-next 00/10] IPoIB uninit
From: Jason Gunthorpe <jgg@ziepe.ca>
Date: 2018-08-03 04:25:19
Also in:
linux-rdma
On Sun, Jul 29, 2018 at 11:34:50AM +0300, Leon Romanovsky wrote:
From: Leon Romanovsky <redacted>
IP link was broken due to the changes in IPoIB for the rdma_netdev
support after commit cd565b4b51e5 ("IB/IPoIB: Support acceleration options callbacks").
This patchset restores IPoIB pkey creation and removal using rtnetlink.
It is completely rewritten variant of
https://marc.info/?l=linux-rdma&m=151553425830918&w=2 patch series.
Thanks
Erez Shitrit (2):
IB/ipoib: Use cancel_delayed_work_sync for neigh-clean task
IB/ipoib: Make ipoib_neigh_hash_uninit fully fence its work
Jason Gunthorpe (8):
IB/ipoib: Get rid of IPOIB_FLAG_GOING_DOWN
IB/ipoib: Move all uninit code into ndo_uninit
IB/ipoib: Move init code to ndo_init
RDMA/netdev: Use priv_destructor for netdev cleanup
IB/ipoib: Get rid of the sysfs_mutex
IB/ipoib: Do not remove child devices from within the ndo_uninit
IB/ipoib: Maintain the child_intfs list from ndo_init/uninit
IB/ipoib: Consolidate checking of the proposed child interfaceApplied to for-next, finally this bug is fixed.. I squashed these two patches though: IB/ipoib: Use cancel_delayed_work_sync for neigh-clean task IB/ipoib: Make ipoib_neigh_hash_uninit fully fence its work Thanks, Jason