-
In the datapath code we heavily rely on the `bpf_redirect*()` helpers which redirect a packet to another net device bypassing the kernel networking stack (incl. netfilter). This gives us not only perf…
-
We can do much better on timing and resource utilization if we make the datapath for a controller like this 3 bits instead of the full 32.
```
// N is either static or has its bound(N) defined
Fo…
-
Currently perftest supports GPU Direct support where NIC can directly access GPU memory , but it would be good to have comparison it without GPU Direct i.e. GPU Memory -> Copied to Host Memory -> NIC…
-
When a packet is sent from a pod netns to a remote host netns in the tunneling mode, the packet is masqueraded and sent directly over a native device instead of being encapsulated and sent over a tunn…
-
### Proposal
如果我理解正确的话, 考虑在 host 发起需要被代理的请求,当前 datapath 是:
1. tproxy_wan_egress@eth0 bpf_redirect 给自己
2. tproxy_wan_ingress@eth0 执行 NAT
3. skb 被 tproxy server (dae) accept
4. dae 发起新链接给代理服务器,我把这个…
-
```
level=warning msg="Timed out waiting for datapath updates of FQDN IP information; returning response. Consider increasing --tofqdns-proxy-response-max-delay if this keeps happening." subsys=daemon…
-
In the datapath's `__ct_lookup()` function we do the packet accounting, i.e., we update the `{t,r}x_{packets,bytes}` field entries. The current accounting is based on the idea that the `ct_lookup{4,6}…
-
the problem is when i try to reverse geocode i dont get full wof data
like https://openrouteservice.org/
here is my json country egypt if someone can tell me why thats happen
```
{
"logg…
-
May I ask in your code ACDC_dataset.py datapath = os.path.join(dataroot, split, 'data_ED_ES')
In dataFiles = sorted(os.listdir(datapath)), there is data_ED_ES in the ACDC data set folder pat…
-
When running Cilium with the host firewall and Maglev support, `bpf_host` fails to load because its `CILIUM_CALL_IPV6_FROM_LXC` section is too large.
```
level=error msg="Command execution failed" c…