lizrice / learning-ebpf

Learning eBPF, published by O'Reilly - out now! Here's where you'll find a VM config for the examples, and more

Home Page:https://www.amazon.com/Learning-eBPF-Programming-Observability-Networking/dp/1098135121

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't set XDP while host is implementing GRO_HW/CSUM

sherwoodzern opened this issue · comments

In Chapter 3 I attempt to attach the "Hello" program to eth0. I get the error: virtio_net: Can't set XDP while host is implementing GRO_HW/CSUM, disable GRO_HW/CSUM first.

I'm running Oracle Linux 8 in a VirtualBox vm. I've searched the net, via google, and haven't found a solution. Some of the solutions I located stated that they were unable to disable.

Have you encountered such an issue? If so, were you able to resolve and how?

I figured out what was happening and it has to do with the inability to modify this setting. It is a fixed setting and cannot be changed.