summaryrefslogtreecommitdiff
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorIra Weiny <ira.weiny@intel.com>2019-03-19 14:11:49 -0700
committerJason Gunthorpe <jgg@mellanox.com>2019-03-27 15:53:26 -0300
commit0ac01febd4753809d7d4d785f71cac2abde6b1c3 (patch)
treea00d8dd608774a56dc8bc02ed7192637ec429d8c /MAINTAINERS
parent2ccfbb70c2773ab0f257319c7e3b1cefb766d82e (diff)
BPF: Add sample code for new ib_umad tracepoint
Provide a count of class types for a summary of MAD packets. The example shows one way to filter the trace data based on management class. Signed-off-by: Ira Weiny <ira.weiny@intel.com> Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS2
1 files changed, 2 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 4e851fc92e41..1de122b6b553 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -7655,6 +7655,8 @@ F: include/uapi/rdma/
F: include/rdma/
F: include/trace/events/ib_mad.h
F: include/trace/events/ib_umad.h
+F: samples/bpf/ibumad_kern.c
+F: samples/bpf/ibumad_user.c
INGENIC JZ4780 DMA Driver
M: Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>