• Steve Wise's avatar
    RDMA/nldev: add driver-specific resource tracking · da5c8507
    Steve Wise authored
    Each driver can register a "fill entry" function with the restrack core.
    This function will be called when filling out a resource, allowing the
    driver to add driver-specific details.  The details consist of a
    nltable of nested attributes, that are in the form of <key, [print-type],
    value> tuples.  Both key and value attributes are mandatory.  The key
    nlattr must be a string, and the value nlattr can be one of the driver
    attributes that are generic, but typed, allowing the attributes to be
    validated.  Currently the driver nlattr types include string, s32,
    u32, s64, and u64.  The print-type nlattr allows a driver to specify
    an alternative display format for user tools displaying the attribute.
    For example, a u32 attribute will default to "%u", but a print-type
    attribute can be included for it to be displayed in hex.  This allows
    the user tool to print the number in the format desired by the driver
    driver.
    
    More attrs can be defined as they become needed by drivers.
    Signed-off-by: default avatarSteve Wise <swise@opengridcomputing.com>
    Reviewed-by: default avatarLeon Romanovsky <leonro@mellanox.com>
    Signed-off-by: default avatarDoug Ledford <dledford@redhat.com>
    da5c8507
nldev.c 28.4 KB