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 Configuration and PTM TLP support. #121

Merged
merged 14 commits into from
Jul 28, 2023
Merged

Add Configuration and PTM TLP support. #121

merged 14 commits into from
Jul 28, 2023

Commits on Jul 27, 2023

  1. Configuration menu
    Copy the full SHA
    5530091 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2ed8723 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    24e0ae1 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

  1. tlp/depacketizer: Make it more modular and add capabilities parameter.

    By default, we generally only want Request/Completion TLPs support, but for
    other specific cases (ex PTM) we also want to handle Configuration TLPs.
    
    With these change, the module is made more modular to automatically adapt itself
    to the capabilities provided (and will also allow easily extending capabilities in
    the future, ex for PTM TLPs).
    enjoy-digital committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    64bbb66 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    126520e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ebecc3f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8c567cd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ea40d1e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ee4b2d7 View commit details
    Browse the repository at this point in the history
  7. tlp/depacketizer: Make it more modular and add capabilities parameter.

    By default, we generally only want Request/Completion TLPs support, but for
    other specific cases (ex PTM) we also want to handle PTM TLPs.
    
    With these change, the module is made more modular to automatically adapt itself
    to the capabilities provided (and will also allow easily extending capabilities in
    the future, ex for PTM TLPs).
    enjoy-digital committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    4a6bb5a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f6fd8d7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e84afcf View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    202792d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    33c52fc View commit details
    Browse the repository at this point in the history