Tzafrir

Results 10 issues of Tzafrir

I tried building xpmem with kernel 5.11 and got the following error: ``` CC [M] /home/tzafrirc/Proj/Packs/xpmem/xpmem/kernel/xpmem_mmu_notifier.o In file included from /home/tzafrirc/Proj/Packs/xpmem/xpmem/kernel/xpmem_mmu_notifier.c:20: ./arch/x86/include/asm/tlb.h: In function ‘tlb_flush’: ./arch/x86/include/asm/tlb.h:24:2: error: implicit declaration of...

I often build modules vs. a partially-built kernel: building the target 'modules_prepare' gives a kernel that is good enough for building the module. The configure script, however, requires Module.symvers that...

Initial work on deb packaging of the user-space parts.

Signed-off-by: Tzafrir Cohen

Now 'make distcheck' works. This mainly fixed separate build directory: mkdir build_dir1 cd build_dir1 ../configure make # and make install, and whatever Signed-off-by: Tzafrir Cohen

This also requires extra build dependencies. Note: if this and my other PR are applied, please also regenerate qperf.spec . Signed-off-by: Tzafrir Cohen

Otherwise version in e.g. the the dist tarball and the spec are wrong. Fix issue #16. Signed-off-by: Tzafrir Cohen

``` gcc -g -O2 -fdebug-prefix-map=/.autodirect/sysgwork/tzafrirc/upstream/ibdump/ibdump-subtree=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -W -g -MP -MD -DPACKAGE_VERSION _STR=\"3.0.0-7\" -DWITH_MSTFLINT -DMST_UL -I/usr/include/mstflint -DUPSTREAM_KERNEL '-DBLD_VER_STR="devel"' -Wdate-time -D_FORTIFY_SOURCE=2 -c -o ibdump.o ibdump.c In file included from...

Hi, The following worked fine with rdma-core v55 but fails with rdma-core v56. I guess there's a new flow to catch? My original test: ./ibsim/ibsim -s -n net-examples/net.1 & D_LIBRARY_PATH=$RDMA_CORE_DIR/build-deb/lib...

Added a heuristic to detect when a device is rxe (rdma-core soft-RoCE driver). First patch is the required change. Second patch is mostly added as a motivator and I'm not...