-
This is in the works. Submitted a pull request last Friday.
https://github.com/xdp-project/xdp-tutorial/pull/58
_Originally posted by @chaudron in https://github.com/xdp-project/xdp-tutorial/is…
-
```
/tmp/go-build107101737/b063/_x002.o: In function `initXDP':
low.cgo2.c:(.text+0x7a09): undefined reference to `xsk_umem__create'
low.cgo2.c:(.text+0x7a5d): undefined reference to `xsk_socket__c…
-
As the title said.
Thanks a lot.
-
The Power/Volume buttons worked perfectly with kernel version 5.9.13, but stopped working after the upgrade to 5.10.1
After updating the kernel from `5.9.13-surface` to `5.10.1-surface` via…
-
Question: some code seems quite reusable to me, but it's licensed as GPL-2.0 (only) – would you consider changing (some of) these to, say, GPL-2.0-or-later? ([My particular project](https://www…
-
I wanna load XDP program to container’s veth.
Firstly, I created two containers:
docker run -d --name host1 -h host1 exp:v1.0, and
docker run -d --name host2 -h host2 exp:v1.0,
where exp:v1.0 is t…
-
evdi 1.6.4 fails to build on kernel 5.4:
`module/evdi_drv.h:23:10: fatal error: linux/reservation.h: No such file or directory`
DeX77 updated
4 years ago
-
PXE install of latest `fedora-coreos-32.20200601.3.0-*x86_64` on an appliance with no display. The same install on a laptop via PXE worked.
Boot options are very basic:
```
KERNEL images/fcos/fe…
-
## Describe the bug
When adding interfaces to polycube, they show down and connectivity doesn't work
## To Reproduce
sudo ip netns add myapp0
sudo ip netns add myapp1
Create interfaces and up…
-
A google search for PACKET_ZEROCOPY in conjunction with AF_PACKET describes a socket option that can be set to enable zero-copy (ZC) mode for AF_PACKET. Is that something bro-af_packet-plugin supports…