hi-glenn
hi-glenn
I'm not sure my understanding is right about `bpf_xdp_adjust_tail`. `bpf_xdp_adjust_tail` is able to enlarge the underlying packet buffer. For example, receive a 100 byte size udp packet on xdp, I...
I have two map. Could I use it like the following ? 2 diferent keys store a same inner map kv. ``` outer_map inner_map outer_map(key_a, inner_map(key1, val1)) outer_map(key_b, inner_map(key1, val1))...
https://github.com/xdp-project/xdp-tutorial/tree/master/advanced01-xdp-tc-interact
Now I know a list that shows all nic drivers supporting xdp. https://github.com/iovisor/bcc/blob/master/docs/kernel-versions.md#xdp
https://github.com/frevib/io_uring-echo-server/blob/io-uring-op-provide-buffers/io_uring_echo_server.c#L172