Open augustjjlin opened 1 year ago
Hello @augustjjlin,
I see you are using an official release of OpenOnload. If you are also using a Xilinx NIC you are welcome to raise a query with the support team at support-nic@xilinx.com.
If you are using AF_XDP then I suggest building the latest Onload code in this repository if you would like to get help from users of this repository.
Thanks!
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 commandonload -p latency-best ./trader_onload_ds_efvi "ens1f0" "10.122.116.100"
Server 1 (
exchange
) shows following message:Server 2 (
trader_onload_ds_efvi
) shows following message:Which means
trader_onload_ds_efvi
got killed immediately when connecting withexchange
And I use
dmesg
to check to log, it shows:May I know if I did anything wrong or the program has bugs ? Thanks!