Dave

Results 11 comments of Dave

Hi Yannip, I run get_all.sh which calls download-all.js...rename these uploaded files back to use the correct file extension. I run it on my MAC, Mojave 10.14.6. Of course, edit download-all.js...

Seems to be. To be honest, even with the subscription you may think it is useless. I see many skips in the video, and totally black videos. You can't really...

Thanks! cd ./fastpass/src/kernel-mod make ...fails with file not found: /home/yonch/huge/linux-build/ Looks like this path was hardcoded into the Makefile. On Tue, Aug 5, 2014 at 11:09 AM, yonch [email protected] wrote:...

Jonathan, The make in grant-accept failed with: [root@localhost grant-accept]# make cc -g -DNDEBUG -O3 -DNO_DPDK -DPIM_SINGLE_ADMISSION_CORE -c pim.c pim.c: In function ‘pim_add_backlog’: pim.c:107:9: error: too few arguments to function ‘enqueue_bin’...

Hi, ``` tcp-benchmark builds clean ``` Looks like /graph-algo requires icc Dave

Hi, looks like the Makefile in /protocol can't find rte_ip.h I have my RTE_SDK and RTE_TARGET set, but doesn't look like the Makefile references them?

Jonathan, 1) The arbiter builds clean. 2) Kernel modules build produces a 1 warning, below. fastpass.ko does get built, but does not load for me. 3) make test fails: cd...

Hi, I noticed another hardcoded path to your home dir in the fp_tc.sh script. Also, I guess we are supposed to modify the script and change the CONTROLLER_IP to be...

Ok, but If I cd to the vm-tools directory then the script can't find fastpass.ko, so the insmod line needs to be changed to insmod ../fastpath.ko etc The add-symbol-file path...

Ok! after making all the bits & changes, the kernel module is loaded on the endpoint. For the arbiter...it needs to have two NICS? One for DPDK, the other for...