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

Implement ser/der for QueuePairEndpoint #7

Merged
merged 5 commits into from
Apr 10, 2021

Commits on Mar 31, 2021

  1. Configuration menu
    Copy the full SHA
    adcdb9f View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2021

  1. Make recommended changes

    iwahbe committed Apr 1, 2021
    Configuration menu
    Copy the full SHA
    0408348 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2021

  1. Implement Gid as a native type.

    Encode that `Gid` is really just a `[u8;16]`. We also just apply
    `serde` directly to `QueuePairEndpoint` without exposing any
    implementation types. We can do this because `serde` can be applied to
    `Gid`.
    iwahbe committed Apr 6, 2021
    Configuration menu
    Copy the full SHA
    3cc8d79 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2021

  1. Add traits to Gid

    iwahbe committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    6d1a9dc View commit details
    Browse the repository at this point in the history
  2. Optimize AsMut & AsRef conversion.

    Make some recommended changes for conversion traits.
    iwahbe committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    d2b1503 View commit details
    Browse the repository at this point in the history