sys: Remove $FreeBSD$: two-line .h patternRemove /^\s*\*\n \*\s+\$FreeBSD\$$\n/
mlx5: purge EOL release compatibilityRemove FreeBSD 10 support codeReviewed by: impPull Request: https://github.com/freebsd/freebsd-src/pull/603Differential Revision: https://reviews.freebsd.or
mlx5: purge EOL release compatibilityRemove FreeBSD 10 support codeReviewed by: impPull Request: https://github.com/freebsd/freebsd-src/pull/603Differential Revision: https://reviews.freebsd.org/D35560
show more ...
Infiniband clients must be attached and detached in a specific order in ibcore.Currently the linking order of the infiniband, IB, modules decide in whichorder the clients are attached and detached
Infiniband clients must be attached and detached in a specific order in ibcore.Currently the linking order of the infiniband, IB, modules decide in whichorder the clients are attached and detached. For example one IB client mayuse resources from another IB client. This can lead to a potential deadlockat shutdown. For example if the ipoib is unregistered after the ib_multicastclient is detached, then if ipoib is using multicast addresses a deadlock mayhappen, because ib_multicast will wait for all its resources to be freed beforereturning from the remove method.Fix this by using module_xxx_order() instead of module_xxx().Differential Revision: https://reviews.freebsd.org/D23973MFC after: 1 weekSponsored by: Mellanox Technologies
Add MLX5_FPGA_RELOAD IOCTL(2) to mlx5fpga.Submitted by: kib@MFC after: 3 daysSponsored by: Mellanox Technologies
mlx5fpga: Add set and query connect/disconnect FPGASubmitted by: kib@Approved by: hselasky (mentor)MFC after: 1 weekSponsored by: Mellanox Technologies
mlx5fpga: IOCTL for FPGA temperature measurementSubmitted by: kib@Approved by: hselasky (mentor)MFC after: 1 weekSponsored by: Mellanox Technologies
mlx5fpga_tools initial code import.Submitted by: kib@Approved by: hselasky (mentor)MFC after: 1 weekSponsored by: Mellanox Technologies