From: zhenwei pi <zhenwei.pi@linux.dev>
To: linux-kernel@vger.kernel.org, linux-rdma@vger.kernel.org
Cc: zyjzyj2000@gmail.com, jgg@ziepe.ca, leon@kernel.org,
zhenwei pi <zhenwei.pi@linux.dev>
Subject: [PATCH 0/3] Support PERF MGMT for RXE
Date: Sat, 28 Mar 2026 17:28:35 +0800 [thread overview]
Message-ID: <20260328092839.111499-1-zhenwei.pi@linux.dev> (raw)
Support PERF MGMT for RXE, add sent/received bytes for RXE counters,
also improve coding style.
zhenwei pi (3):
RDMA/rxe: use RXE_PORT instead of magic number 1
RDMA/rxe: add SENT/RCVD bytes
RDMA/rxe: support perf mgmt
drivers/infiniband/sw/rxe/Makefile | 1 +
drivers/infiniband/sw/rxe/rxe_hw_counters.c | 2 +
drivers/infiniband/sw/rxe/rxe_hw_counters.h | 2 +
drivers/infiniband/sw/rxe/rxe_loc.h | 6 ++
drivers/infiniband/sw/rxe/rxe_mad.c | 86 +++++++++++++++++++++
drivers/infiniband/sw/rxe/rxe_net.c | 7 +-
drivers/infiniband/sw/rxe/rxe_recv.c | 1 +
drivers/infiniband/sw/rxe/rxe_verbs.c | 9 ++-
drivers/infiniband/sw/rxe/rxe_verbs.h | 11 +++
9 files changed, 118 insertions(+), 7 deletions(-)
create mode 100644 drivers/infiniband/sw/rxe/rxe_mad.c
--
2.43.0
next reply other threads:[~2026-03-28 9:28 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-03-28 9:28 zhenwei pi [this message]
2026-03-28 9:28 ` [PATCH 1/3] RDMA/rxe: use RXE_PORT instead of magic number 1 zhenwei pi
2026-03-28 9:28 ` [PATCH 2/3] RDMA/rxe: add SENT/RCVD bytes zhenwei pi
2026-03-28 18:02 ` Zhu Yanjun
2026-03-28 9:28 ` [PATCH 3/3] RDMA/rxe: support perf mgmt zhenwei pi
2026-03-28 16:56 ` Zhu Yanjun
2026-03-29 2:53 ` zhenwei pi
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260328092839.111499-1-zhenwei.pi@linux.dev \
--to=zhenwei.pi@linux.dev \
--cc=jgg@ziepe.ca \
--cc=leon@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-rdma@vger.kernel.org \
--cc=zyjzyj2000@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.