Ivan Teterevkov

Results 10 comments of Ivan Teterevkov

Hi @elcabaye, sorry I haven't seen this issue until today! Are you still experiencing it? It's evidently some sort of configuration or environment problem. Would it build if you extract...

Thank you for your PR https://github.com/Xilinx-CNS/onload/pull/218, which we merged last week.

Thank you for the PR! Please help us understand the root cause of the suggested patch: 1. Are there multiple compilers installed in the host? 2. What is currently passed...

We came across this issue in RHEL9 and DKMS 3.0.13 so that it brings more clarity, and I can answer my questions above: 1. No, there is a single toolchain...

Hi @FrankYee2024, thank you for the issue report. What is the page size in your aarch64 system? (If it is 64K, it's not yet supported by OpenOnload, but we are...

Thank you for confirming. Let's keep it open. There is also ON-15679 reported internally.

Hi @FranKLeaser, for the missing "sys/capability.h", please try installing the `libcap-devel` or `libcap-dev` package depending on your distro.

The recently merged https://github.com/Xilinx-CNS/onload/pull/167 introduces HW timestamps for AF_XDP. However, the underlying network driver must implement the `xmo_rx_timestamp()` function, which implies the use of newer Linux kernels. Hope that gives...

Hi @sklimakov, and thank you for the repro! Currently, Onload does not accelerate Golang applications because they do not use libc to make system calls and, therefore, cannot be intercepted...

Hello @wljzj, could you tell us more about the `./Command` you are using for testing?