Re: [RFC PATCH v2 1/5] net: Added SetSteeringEBPF method for NetClientState.

2020-11-22 Thread Jason Wang
On 2020/11/19 下午7:13, Andrew Melnychenko wrote: From: Andrew For now, that method supported only by Linux TAP. Linux TAP uses TUNSETSTEERINGEBPF ioctl. Signed-off-by: Andrew Melnychenko --- include/net/net.h | 2 ++ net/tap-bsd.c | 5 + net/tap-linux.c | 13 + n

[RFC PATCH v2 1/5] net: Added SetSteeringEBPF method for NetClientState.

2020-11-19 Thread Andrew Melnychenko
From: Andrew For now, that method supported only by Linux TAP. Linux TAP uses TUNSETSTEERINGEBPF ioctl. Signed-off-by: Andrew Melnychenko --- include/net/net.h | 2 ++ net/tap-bsd.c | 5 + net/tap-linux.c | 13 + net/tap-linux.h | 1 + net/tap-solaris.c | 5 + n