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

Cleanup commits. #7

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Cleanup commits. #7

wants to merge 3 commits into from

Commits on Jul 28, 2015

  1. Merge pull request #6 from pmmccorm/master

    Fix compilation of verbs provider with ofed 3.12-1
    stanfordlightfoot committed Jul 28, 2015
    Configuration menu
    Copy the full SHA
    3f41e1f View commit details
    Browse the repository at this point in the history
  2. Cleanup headers.

    Move internal headers to include/ ,
    then include them with quotes (copying libfabric style). Internal headers should
    contain sybols that are not exported up or down, and only used by kfi kernel module.
    Removed ifdef't strdup,ntholl, then removed empty kfi.h.
    
    Signed-off-by: pmmccorm <[email protected]>
    pmmccorm committed Jul 28, 2015
    Configuration menu
    Copy the full SHA
    4f902dc View commit details
    Browse the repository at this point in the history
  3. Move enosys defs to kfi core.

    This way each provider does not have to compile in the functions into their modules, they
    instead just link to kfi core module.
    
    Signed-off-by: pmmccorm <[email protected]>
    pmmccorm committed Jul 28, 2015
    Configuration menu
    Copy the full SHA
    5176d87 View commit details
    Browse the repository at this point in the history