Re: [RFC PATCH v2 5/5] docs: Added eBPF documentation.

2020-11-26 Thread Jason Wang
On 2020/11/26 下午9:00, Yuri Benditovich wrote: This reminds me that we probably need to probe this ability via configure script. I'm not sure. One can boot with an older kernel, build qemu and run it with a newer kernel, correct? Yes, so we should depend on verifier instead of t

Re: [RFC PATCH v2 5/5] docs: Added eBPF documentation.

2020-11-26 Thread Yuri Benditovich
On Tue, Nov 24, 2020 at 10:55 AM Jason Wang wrote: > > On 2020/11/19 下午7:13, Andrew Melnychenko wrote: > > From: Andrew > > > > Also, added maintainers information. > > > > Signed-off-by: Yuri Benditovich > > Signed-off-by: Andrew Melnychenko > > --- > > MAINTAINERS | 7 +++ > > doc

Re: [RFC PATCH v2 5/5] docs: Added eBPF documentation.

2020-11-24 Thread Jason Wang
On 2020/11/19 下午7:13, Andrew Melnychenko wrote: From: Andrew Also, added maintainers information. Signed-off-by: Yuri Benditovich Signed-off-by: Andrew Melnychenko --- MAINTAINERS | 7 +++ docs/ebpf_rss.rst | 133 ++ 2 files changed,

[RFC PATCH v2 5/5] docs: Added eBPF documentation.

2020-11-19 Thread Andrew Melnychenko
From: Andrew Also, added maintainers information. Signed-off-by: Yuri Benditovich Signed-off-by: Andrew Melnychenko --- MAINTAINERS | 7 +++ docs/ebpf_rss.rst | 133 ++ 2 files changed, 140 insertions(+) create mode 100644 docs/ebpf_rss.rst