Test scripts for virtio_net XDP meta data support.
- Install virtme
See https://github.com/amluto/virtme
- Download and build patched kernel.
./download_kernel.sh
./build_kernel.sh
- for receive_small()
./run-test.sh
- for receive_mergeable()
./run-test.sh --receive_mergeable
- start a vm
./run-vm.sh
- setup guest in the vm
./setup_guest.sh
- setup host
./setup_host.sh
- check the result of ping to guest from host
ping 10.0.1.2
- tests for XDP_PASS
- tests for XDP_TX
- tests for XDP_REDIRECT