Introduce LINUXKPI_GENSRCS.Centralize the list of generated files required by linuxkpi consumers,into the common variable. This way, consumers that use the variableare insulated from possible ch
Introduce LINUXKPI_GENSRCS.Centralize the list of generated files required by linuxkpi consumers,into the common variable. This way, consumers that use the variableare insulated from possible changes in the list.Reviewed by: hselasky, impSponsored by: Mellanox TechnologiesMFC after: 1 weekDifferential revision: https://reviews.freebsd.org/D24137
show more ...
Use kern.opts.mk instead of bsd.own.mk (which includes src.opts.mk)here.
Update iser backend code to use new ibcore APIs.Sponsored by: Mellanox Technologies
sys/modules: normalize .CURDIR-relative paths to SRCTOPThis simplifies make output/logicTested with: `cd sys/modules; make ALL_MODULES=` on amd64MFC after: 1 monthSponsored by: Dell EMC Isilon
Bring in the Mellanox implementation of iSER (iSCSI over RDMA) initiator,written by Sagi Grimberg <sagig at mellanox.com> and Max Gurtovoy<maxg at mellanox.com>.This code comes from https://githu
Bring in the Mellanox implementation of iSER (iSCSI over RDMA) initiator,written by Sagi Grimberg <sagig at mellanox.com> and Max Gurtovoy<maxg at mellanox.com>.This code comes from https://github.com/sagigrimberg/iser-freebsd, branchiser-rebase-11-current-r291993. It's not connected to the build just yet;it still needs some tweaks to adapt to my changes to iSCSI infrastructure.Big thanks to Mellanox for their support for FreeBSD!Obtained from: Mellanox TechnologiesMFC after: 1 monthRelnotes: yes