+1
−0
Loading
mainline inclusion from mainline-v6.7-rc1 commit aebf8145e11a29a77dac15ee041a190676fac05f category: feature bugzilla: https://gitee.com/openeuler/kernel/issues/I8ZWK5 CVE: NA Reference: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=aebf8145e11a29a77dac15ee041a190676fac05f ---------------------------------------------------------------------- Add support to dump SRQ resource in raw format. It enable drivers to return the entire device specific SRQ context without setting each field separately. Example: $ rdma res show srq -r dev hns3 149000... $ rdma res show srq -j -r [{"ifindex":0,"ifname":"hns3","data":[149,0,0,...]}] Signed-off-by:wenglianfa <wenglianfa@huawei.com> Link: https://lore.kernel.org/r/20230918131110.3987498-3-huangjunxian6@hisilicon.com Signed-off-by:
Leon Romanovsky <leon@kernel.org> Signed-off-by:
Juan Zhou <zhoujuan51@h-partners.com>