-
onload --version
OpenOnload 201811
built sep 12 2022
kernel module 201811
(I don't think this is the version number, but this command only returns these to me)
sf x2522
If close recv thread…
-
# Issue description
Using onload prior to running a binary which uses epgm protocol to create a ZMQ_PUB socket results in an assert failure despite zmq_bind returning 0 (no error). I suspect that onl…
-
While using the TCPDirect library, I face an issue when reading a tcp packet of size 524. The call to zft_recv is able to read only 464 bytes. I've verified that the packet is available to read by run…
-
[ 52.432592] oo:ethtool[16508]: Using OpenOnload 7.1.3.202 [3]
[ 52.432594] oo:ethtool[16508]: Copyright 2019-2022 Xilinx, 2006-2019 Solarflare Communications, 2002-2005 Level 5 Networks
[ 112.…
-
I run ```exchange``` program in server 1 with command : ```onload -p latency-best ./exchange "enp1f1"```
And run ```trader_onload_ds_efvi``` program in another server with command ```onload -p late…
-
FreeBSD has a concept called netmap that lets userspace applications `mmap` packet buffer rings:
https://www.usenix.org/system/files/conference/atc12/atc12-final186.pdf
It's worth investigating if t…
-
I used "efsend_pio" to send 32 udp packets. It took about 70us. Now I don’t know where the problem occurred. Can you give me a test data?
OS: centos7.6
CPU:i9-9980XE
NIC:X2522
-
Major work to set Eng up for the future by creating a comprehensive unit test settlement for it. We will create two kinds of unit tests here:
* A test layer that faces OS libraries (check platform as…
-
While doing connections with standard non-TCPDirect sockets, it's quite simple to load the CA certificate and exchange data with SSL_read and SSL_write using the module in C++. On trying to do someth…
-
Could you give a hint, how to achieve the lowest possible latency? Thank you.