Re: [PATCH bpf-next v5 3/5] selftests/bpf: Add ksock kfunc test
Stanislav Fomichev <[email protected]>
| Newsgroups | org.kernel.vger.netdev,org.kernel.vger.bpf |
|---|---|
| Message-ID | <[email protected]> |
On 08/07, Mahe Tardy wrote: > Add a selftest that exercises the ksock kfuncs end-to-end. One syscall > bpf setup program creates a ksock context and connects the socket. > Another LSM sleepable bpf program looks up the context and send test > data. The userspace harness creates a network namespace and a new socket > on loopback, run the setup and send syscall bpf progs then check that > the userspace socket received the data from bpf. > > Signed-off-by: Mahe Tardy <[email protected]> Acked-by: Stanislav Fomichev <[email protected]>