Viewing profile — shivanshvij
shivanshvij
HN member- Joined
- Thu, Aug 25, 2022, 1:08 PM UTC
- HN karma
- 25
- Public activity
- 21 items
- HN profile
- View on Hacker News ↗
About shivanshvij
Recent public activity
-
comment
Comment #48207999
We started an Ollama container on a MacBook. There's no NVIDIA GPU, no CUDA toolkit, and macOS doesn't even have CUDA drivers. Ollama found an NVIDIA GPU anyway: A 128 GB Blackwell…
- story
-
comment
Comment #46673814
Founder of loophole labs here! Cilium is definitely the gold standard if you’re working with Kubernetes clusters and need a full CNI, but if you want to extend CNI functionality wi…
-
comment
Comment #45826568
Sorry about that! It's fixed!
-
comment
Comment #45826561
Sorry about that, we've fixed it!
-
comment
Comment #45826545
That's a great point. This was one of my iPerf3 runs at one point: `iperf3 -c 172.31.45.187 -p 5201 -P 128 -t 5 -b 512M -u -l 1448 --bidir | grep "\[SUM\]\[\(TX\|RX\)-C\].*receiver…
-
comment
Comment #45826529
It is! We demo'd it on stage at KubeCon last hear: https://loophole.sh/kc2024
-
comment
Comment #45825932
Wow thank for the recording! We were able to push out a fix, should be workin g now!
-
comment
Comment #45825086
No this was multiple connections - and we tried with both `iperf2` and `iperf3`, UDP and TCP traffic. UDP actually does much worse on `iptables` than TCP, and I'm not sure why just…
-
comment
Comment #45825050
We absolutely ran into these issues. A couple notes that help quite a bit: 1. Always build the eBPF programs in a container - this is great for reproducibility of course, but also …
-
comment
Comment #45824761
Oh no we absolutely have to also correct the IPv4 header checksum!
-
comment
Comment #45824006
Awesome we’ll be looking forward to it!
-
comment
Comment #45823999
Actually the latest benchmarks were ran on a Fedora 43 host, which as far as I can tell uses the nftables backend for iptables!
-
comment
Comment #45823989
As far as we can tell, it’s a mixture of a lot of things. One of the questions I got asked was how useful this is if you have a smaller performance requirement than 200Gbps (or, ma…
-
comment
Comment #45814990
Hi HN, Shivansh (founder) here, happy to answer any questions folks might have about the implementation and the benchmarks!
-
comment
Comment #45812757
XDP (eXpress Data Path) is the fastest packet processing framework in linux - but it only works for incoming (ingress) traffic. We discovered how to use it for outgoing (egress) tr…
- story
- story
-
comment
Comment #35152972
Hey Everyone, Founder of Loophole Labs here! The team and I are happy to answer any questions you might have about Scale Functions or Loophole Labs in general!
-
comment
Comment #32597028
We wrote fRPC because we really liked the DevX and tooling around the proto3 syntax, but we needed the generated code to be significantly more performant than what gRPC provides. W…
-
comment
Comment #32595873
Hey Everyone, Founder of Loophole Labs here. The team and I are happy to answer any questions you might have about fRPC, Frisbee, or Loophole in general!