Christian Deacon

Results 56 comments of Christian Deacon

Hey and thank you for this report! I'm going to try this out next week at some point and I'll let you know how it goes.

Hey @doup123, I apologize for the delay on this! The last few months I've been extremely busy. I've been working on this project again today and I believe I finally...

Hey and thank you for reporting this! I'm quite embarrassed I haven't caught that error myself. I am currently almost done the rebuilt website and will make sure to not...

Hey! What kernel are you running? You can find this information with the `uname -r` command. Also, I saw 'Datei oder Verzeichnis nicht gefunden. Schluss' translated to file not found....

Hi, I've pushed an update to the project that should work with the latest version of LibBPF. I wasn't able to test the TC program's functionality itself since I no...

I'll look into this later. It likely works on my VM because I've installed [xdp-tools](https://github.com/xdp-project/xdp-tools) on the system. You could try installing that along with LibBPF to see if it...

Hey, please pull the latest changes and try again. The program builds successfully on a new stock Debian 12 VM I created after installing the following packages via apt. ```bash...

Ah, I had to mount BPF and create the `tc/globals` directory for the program to load properly. ```bash sudo mount -t bpf bpf /sys/fs/bpf sudo mkdir -p /sys/fs/bpf/tc/globals ``` Outputs...

Hey @Bakhtiar85! I implemented this a couple months ago, but forgot to close this issue when I completed it. You can take a look at the current implementation by viewing...

Hey! I have not ran the DPDK examples I made on real hardware. All of my development and testing was done inside a virtual machine. What example are you running...