7eefcb5eea
APIs that have deferred callbacks should have some kind of cleanup function that callers can use to fence the callbacks. Otherwise things like module unloading can lead to dangling function pointers, or worse. The IB MR code is the only place that calls this function and had a really poor attempt at creating this fence. Provide a good version in the core code as future patches will add more places that need this fence. Linux commit: e355477ed9e4f401e3931043df97325d38552d54 MFC after: 1 week Sponsored by: Mellanox Technologies // NVIDIA Networking |
||
---|---|---|
.. | ||
mlx5_accel | ||
mlx5_core | ||
mlx5_en | ||
mlx5_fpga | ||
mlx5_fpga_tools | ||
mlx5_ib | ||
mlx5_lib | ||
cmd.h | ||
cq.h | ||
device.h | ||
diagnostics.h | ||
doorbell.h | ||
driver.h | ||
fs.h | ||
mlx5_ifc.h | ||
mlx5_rdma_if.h | ||
mlx5io.h | ||
mpfs.h | ||
port.h | ||
qp.h | ||
srq.h | ||
tls.h | ||
vport.h |