On 3/7/2026 3:45 AM, David Ahern wrote:
External email: Use caution opening links or attachments
On 3/2/26 8:51 AM, Chiara Meiohas wrote:
quoted
From Michael:
This series adds support for managing Fast Registration Memory Region
(FRMR) pools in rdma tool, enabling users to monitor and configure FRMR
pool behavior.
Claude has some quibbles with the patches:
1. Type mismatch: RDMA_NLDEV_ATTR_RES_FRMR_POOL_AGING_PERIOD
2. Type mismatch: RDMA_NLDEV_ATTR_RES_FRMR_POOL_PINNED
Ack, wrong types in the header comments.
3. Declared but unimplemented: res_frmr_pools_idx_parse_cb
Ack, this could use a stub definition. Similar to res_no_args.
Thanks