On 2021/1/15 上午5:16, Andrew Melnychenko wrote:
From: Andrew <[email protected]>
Also, added maintainers information.
Signed-off-by: Yuri Benditovich <[email protected]>
Signed-off-by: Andrew Melnychenko <[email protected]>
---
MAINTAINERS | 8 +++
docs/ebpf_rss.rst | 125 ++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 133 insertions(+)
create mode 100644 docs/ebpf_rss.rst
diff --git a/MAINTAINERS b/MAINTAINERS
index 4be087b88e..4aafdfce2c 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3173,6 +3173,14 @@ S: Maintained
F: hw/semihosting/
F: include/hw/semihosting/
+EBPF:
+M: Jason Wang <[email protected]>
+R: Andrew Melnychenko <[email protected]>
+R: Yuri Benditovich <[email protected]>
+S: Maintained
+F: ebpf/*
+F: tools/ebpf/*
It's better to do this in another patch.
Thanks