-
The Problem: The AF_XDP Device plugin dynamically allocates netdevs and AFXDP programs, in relation to bpfman specifically it dynamically creates XdpProgram objects (currently one for each Netdev i.e …
-
![image](https://github.com/intel/afxdp-plugins-for-kubernetes/assets/142026579/ccafabc6-312b-4765-b0c7-db6ea69311ae)
I was trying out afxdp-plugin with cndp to deploy sample application in Kuberne…
-
I tried running nc using onload in server configuration but it does not wait for connections and immediately closes.
**command:**
` sudo onload nc -l 12345`
**output:**
```
oo:nc.openbsd[1303]: U…
-
After rebooting my kubernetes nodes with the AF_XDP CNI, the pod doesn't work anymore.
During multus adding network process, post-reboot, I've got this error :
```
[...] error adding container …
-
For tradictional ebpf, I can implement NAT with xdp/tc. but these ways always require "root".
I want to know if I can implement NAT with bpftime in no-privileged container.
thanks for developi…
-
I was working with [afxdp-plugins-for-kubernetes](https://github.com/intel/afxdp-plugins-for-kubernetes)
For my use case i needed to attach 2 device to the pod.
I used the following deploy
api…
-
I tested out onload AF_XDP latency on AWS machine(m5zn.12xlarge). Initially I had some issues related to setting it up. After building and installing I registered device using this command:
`echo ens…
-
When I try to dump BPF map, ovs-vswitchd gets SIGSEGV. As a result ovs-vswitchd is terminated.
To trigger this issue, I need to do following steps:
1. Create test environment - two pairs of inte…
tatry updated
3 years ago
-
For some reason Ubuntu kernel `5.3.0-53-generic` in Ubuntu 18.04 does not have `uio_pci_generic` module available by default:
```
root@ovs-afxdp:~# sudo modprobe uio_pci_generic
modprobe: FATAL: Mo…
-
```
root@ovs-afxdp:~# virsh start vdpa-test --console
error: Failed to start domain vdpa-test
error: internal error: process exited while connecting to monitor: Could not access KVM kernel module: …