Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add definitions for RDMA controller/cgroup of Linux kernel 4.11 #942

Merged
merged 1 commit into from
Mar 1, 2018

Commits on Feb 27, 2018

  1. specs-go/config: Define RDMA cgroup

    Linux kernel 4.11 adds support for RDMA cgroup resource controller.
    This allows limiting maximum number of open hca_handle and maximum number of
    hca_objects which can be created by processes.
    
    config-linux: Add documentation for Linux RDMA cgroup
    
    Add documentation, example and link to kernel documentation for
    Linux RDMA cgroup.
    
    additionalProperties is defined for the JSON Schema draft-04 in [1]
    with clearer documentation in draft-07 [2]. It is supportd by
    gojsonschema since xeipuuv/gojsonschema@0572d9d (added
    additionalProperties with inner schema, 2013-06-21).
    
    [1]: https://tools.ietf.org/html/draft-fge-json-schema-validation-00#section-5.4.4
    [2]: https://tools.ietf.org/html/draft-handrews-json-schema-validation-00#section-6.5.6
    
    Signed-off-by: Parav Pandit <parav@mellanox.com>
    Signed-off-by: W. Trevor King <wking@tremily.us>
    paravmellanox committed Feb 27, 2018
    Configuration menu
    Copy the full SHA
    2e241f7 View commit details
    Browse the repository at this point in the history