-
Hello,
While configuring the reading of input packets using the `AF_XDP` module in `PF_RING`, I encountered a problem for which I have not yet been able to find the correct solution.
The problem…
-
Hello Onload Team,
I have been testing Onload with AF_XDP support on 10 GBe Intel 82599. I have updated the driver of the NiC to 5.9.4. This version has the support for Zero Copy primitive of AF_XD…
-
By default, libbpf loads a small xdp program redirecting all traffic to the af_xdp socket. However sometime one don't want all traffic to be redirected. While it's possible to ask this crate to not re…
-
## Description
This issue aims to investigate the use of read disk in logcollector, precisely for reading, since degradation between 4.1.5 and 4.2 is observed
![image](https://user-images.githubuser…
-
Hi,
Please I think the k8s manifest file **_upf-k8s.yaml_** needs to be updated, I could not find some of the parameter in **_conf/upf.json_** file.
Also kindly change the manifest from POD to D…
-
### Problem Description:
I have a manager process and a client process. Both of them have an AF_XDP socket and I want to share the umem between them. The umem and fill/completion ring are created by …
-
Hi,
I am writing an eBPF program to filter packets and redirects to AF_XDP socket and in user space program to read and parse the packets for further analysis. I am using libbpf library for user spac…
-
We found a problem in our [plugin](https://github.com/AppsFlyerSDK/appsflyer-flutter-plugin) where we try to send the data from [java to dart](https://github.com/AppsFlyerSDK/appsflyer-flutter-plugin/…
-
cilium 1.10.4
k8s 1.22.1
bare metal machine with linux 5.14.8 and mellanox connectX5 interface
after installing cilium with loadBalancer.acceleration=native , I found the xdp grogram
```
# …
-
Is there any plan to integrate DPDK witth glommio?