afxdp-plugins-for-kubernetes icon indicating copy to clipboard operation
afxdp-plugins-for-kubernetes copied to clipboard

Results 14 afxdp-plugins-for-kubernetes issues
Sort by recently updated
recently updated
newest added

![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 Kubernetes. I faced the following error inside the pod. ![image](https://github.com/intel/afxdp-plugins-for-kubernetes/assets/142026579/67aef9da-6ba9-4443-88d8-4afa605fcfa7) 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...