-
Currently cmd-forwarder-vpp uses AF_PACKET to bind to an existing Node interface using [LinkToAfPacket](https://github.com/networkservicemesh/cmd-forwarder-vpp/blob/main/internal/vppinit/vppinit.go#L8…
-
So I'm trying to use onload with AF_XDP on aws bare metal instance.
I installed centos, updated kernel to 5.4, updated ena driver to 2.8.0, downloaded onload and build it.
I used simple ping-pong c+…
-
failed to register ens3 nic while using latest master branch on AWS c4 instance running intel NIC
```
$ ifconfig
ens3: flags=4163 mtu 9001
```
```
$ ethtool -i ens3
driver: ixgbevf
version:…
arieb updated
2 years ago
-
Using Ubuntu 20.04 setup using ansible
"/home/canopus/cndp/tools/cne-build.sh" clean static build
Build environment variables and paths:
CNE_SDK_DIR : /home/canopus/cndp
CNE_TARGET_…
-
following up on https://github.com/Xilinx-CNS/onload/issues/64
i manage to load onload (using `onload_tool reload`)
dmesg
```
[ 1173.007837] Efx driverlink unregistering onload driver
[ 1173.05…
arieb updated
2 years ago
-
Hi Onload team,
I have an error when starting a process with onload
**ERROR: ld.so: object 'libonload.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.**
I'm ru…
-
Hi Folks
I recently started looking through the Rust language bindings for CNDP and ran into a few issues. Following the readme things don't work out of the box. In addition the directory structure i…
-
Is there any plan to support the XDP portions of `libbpf`? If so, are there thoughts on how you would like that accomplished so people can submit PRs or contributions to that end?
Thanks!
-
I have deployed k8s cluster on baremetal with multus-service + sriov(1 controller node+ 2 worker nodes). I have checked the container has two interfaces (default CNI and additional sriov network) and …
-
Hardware: intel up2 , cpu N***
System: Ubuntu 20.04
```
checking whether gcc understands -c and -o together... yes
checking whether make supports the include directive... yes (GNU style)
checking…