mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-16 10:11:38 -04:00
RDMA/core: Add netlink command to modify FRMR aging
Allow users to set FRMR pools aging timer through netlink. This functionality will allow user to control how long handles reside in the kernel before being destroyed, thus being able to tune the tradeoff between memory and HW object consumption and memory registration optimization. Since FRMR pools is highly beneficial for application restart scenarios, this command allows users to modify the aging timer to their application restart time, making sure the FRMR handles deregistered on application teardown are kept for long enough in the pools for reuse in the application startup. Signed-off-by: Michael Guralnik <michaelgur@nvidia.com> Reviewed-by: Patrisious Haddad <phaddad@nvidia.com> Signed-off-by: Edward Srouji <edwards@nvidia.com> Link: https://patch.msgid.link/20260226-frmr_pools-v4-9-95360b54f15e@nvidia.com Signed-off-by: Leon Romanovsky <leon@kernel.org>
This commit is contained in:
committed by
Leon Romanovsky
parent
50c035976a
commit
d2ea675e86
@@ -310,6 +310,8 @@ enum rdma_nldev_command {
|
||||
|
||||
RDMA_NLDEV_CMD_FRMR_POOLS_GET, /* can dump */
|
||||
|
||||
RDMA_NLDEV_CMD_FRMR_POOLS_SET,
|
||||
|
||||
RDMA_NLDEV_NUM_OPS
|
||||
};
|
||||
|
||||
@@ -598,6 +600,7 @@ enum rdma_nldev_attr {
|
||||
RDMA_NLDEV_ATTR_FRMR_POOL_QUEUE_HANDLES, /* u32 */
|
||||
RDMA_NLDEV_ATTR_FRMR_POOL_MAX_IN_USE, /* u64 */
|
||||
RDMA_NLDEV_ATTR_FRMR_POOL_IN_USE, /* u64 */
|
||||
RDMA_NLDEV_ATTR_FRMR_POOLS_AGING_PERIOD, /* u32 */
|
||||
|
||||
/*
|
||||
* Always the end
|
||||
|
||||
Reference in New Issue
Block a user