afxdp-plugins-for-kubernetes
afxdp-plugins-for-kubernetes copied to clipboard
 I was trying out afxdp-plugin with cndp to deploy sample application in Kubernetes. I faced the following error inside the pod.  When I add NET_ADMIN and SYS_ADMIN then...
Note: New libxdp installation commands are unaligned, will fix.
Added in some code to test the C wrapper library for testing in a separate pod.
Hi , I have a question and I'm newbie here. Please , by using **bpftool prog list** , I have a program that I wanted to attach to a specific...
#81 creates a UDS per device attached to the pod. The UDS Server was original designed to handle multipole devices. There may be opportunity for us to go in here...
Note: due to mixing the client testing with the regular UDS testing, the fix/work around was to run the test with slightly different settings. Note: GetClientVersion has not been added...
Change the DP syncer from optional to mandatory at DP launch time and remove the BPF unloading functionality from the CNI. Leverage the existing `DelNetDev()` function in the DPServer Server...
In internal/bpf/bpfWrapper.c, there is a call to bpf_set_link_xdp_fd() at line 153. This function has been replaced in newer versions of libbpf. A change to DPDK code (net/af_xdp) for this same...
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 apiVersion: v1 kind: Pod metadata: name: afxdp-pod...
I tried the CDQ mode and got the following log: the i40e driver does not support CDQ mode. ERRO[2023-06-19 10:53:09] [config.go:293] [getSecondaryDevices] Error assigning subfunctions from device ens259f1: Device has...