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

[debug dump util] Module implementation Logic and Port Module #1667

Merged
merged 27 commits into from
Aug 30, 2021

Commits on May 14, 2021

  1. Port Module and UT Added

    Signed-off-by: Vivek Reddy Karri <vkarri@nvidia.com>
    vivekrnv committed May 14, 2021
    Configuration menu
    Copy the full SHA
    cb06a3b View commit details
    Browse the repository at this point in the history

Commits on May 20, 2021

  1. Multi-Asic Changes Added

    Signed-off-by: Vivek Reddy Karri <vkarri@nvidia.com>
    vivekrnv committed May 20, 2021
    Configuration menu
    Copy the full SHA
    d236a7d View commit details
    Browse the repository at this point in the history

Commits on May 24, 2021

  1. Added TODO to mock

    Signed-off-by: Vivek Reddy Karri <vkarri@nvidia.com>
    vivekrnv committed May 24, 2021
    Configuration menu
    Copy the full SHA
    f5ffd27 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cef2433 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2021

  1. redis_match name updated

    Signed-off-by: Vivek Reddy Karri <vkarri@nvidia.com>
    vivekrnv committed May 27, 2021
    Configuration menu
    Copy the full SHA
    bfe107e View commit details
    Browse the repository at this point in the history
  2. copp_cfg is not required in this PR

    Signed-off-by: Vivek Reddy Karri <vkarri@nvidia.com>
    vivekrnv committed May 27, 2021
    Configuration menu
    Copy the full SHA
    e6607da View commit details
    Browse the repository at this point in the history

Commits on May 29, 2021

  1. Final Changes before review made

    Signed-off-by: Vivek Reddy Karri <vkarri@nvidia.com>
    vivekrnv committed May 29, 2021
    Configuration menu
    Copy the full SHA
    ee22710 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2021

  1. Comments Addressed

    Signed-off-by: Vivek Reddy Karri <vkarri@nvidia.com>
    vivekrnv committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    6d094f4 View commit details
    Browse the repository at this point in the history
  2. Minor changes addressed

    Signed-off-by: Vivek Reddy Karri <vkarri@nvidia.com>
    vivekrnv committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    ffe6158 View commit details
    Browse the repository at this point in the history
  3. Comments addressed

    Signed-off-by: Vivek Reddy Karri <vkarri@nvidia.com>
    vivekrnv committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    b750eba View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2021

  1. Changes made

    Signed-off-by: Vivek Reddy Karri <vkarri@nvidia.com>
    vivekrnv committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    b92290e View commit details
    Browse the repository at this point in the history
  2. Moved mock files to diff dir

    Signed-off-by: Vivek Reddy Karri <vkarri@nvidia.com>
    vivekrnv committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    6d76514 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2021

  1. LGTM issue addressed

    Signed-off-by: Vivek Reddy Karri <vkarri@nvidia.com>
    vivekrnv committed Jun 13, 2021
    Configuration menu
    Copy the full SHA
    244ff65 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2021

  1. Multi-Asic Related Changes made

    Signed-off-by: Vivek Reddy Karri <vkarri@nvidia.com>
    vivekrnv committed Jun 23, 2021
    Configuration menu
    Copy the full SHA
    483cc52 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    826ded0 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2021

  1. Configuration menu
    Copy the full SHA
    0d42722 View commit details
    Browse the repository at this point in the history
  2. Minor Fixes

    Signed-off-by: Vivek Reddy Karri <vkarri@nvidia.com>
    vivekrnv committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    63f9aa4 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2021

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

Commits on Jul 27, 2021

  1. Configuration menu
    Copy the full SHA
    b8d2421 View commit details
    Browse the repository at this point in the history
  2. Refactored and Added Comments

    Signed-off-by: Vivek Reddy Karri <vkarri@nvidia.com>
    vivekrnv committed Jul 27, 2021
    Configuration menu
    Copy the full SHA
    94eedcc View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2021

  1. Refactored the port_test

    Signed-off-by: Vivek Reddy Karri <vkarri@nvidia.com>
    vivekrnv committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    0db4c12 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2021

  1. pep-8 issues handled

    Signed-off-by: Vivek Reddy Karri <vkarri@nvidia.com>
    vivekrnv committed Aug 14, 2021
    Configuration menu
    Copy the full SHA
    8dac306 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2021

  1. Remaining pep8 fixes

    Signed-off-by: Vivek Reddy Karri <vkarri@nvidia.com>
    vivekrnv committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    dc43339 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2021

  1. pep-8 fixes and introduced connection pool optimization

    Signed-off-by: Vivek Reddy Karri <vkarri@nvidia.com>
    vivekrnv committed Aug 19, 2021
    Configuration menu
    Copy the full SHA
    1eb3be8 View commit details
    Browse the repository at this point in the history
  2. Minor changes owing to connection pool addition

    Signed-off-by: Vivek Reddy Karri <vkarri@nvidia.com>
    vivekrnv committed Aug 19, 2021
    Configuration menu
    Copy the full SHA
    663f46b View commit details
    Browse the repository at this point in the history
  3. Removed the entra mock and added a match_engine fixture

    Signed-off-by: Vivek Reddy Karri <vkarri@nvidia.com>
    vivekrnv committed Aug 19, 2021
    Configuration menu
    Copy the full SHA
    0082da2 View commit details
    Browse the repository at this point in the history
  4. LGTM issues handled

    Signed-off-by: Vivek Reddy Karri <vkarri@nvidia.com>
    vivekrnv committed Aug 19, 2021
    Configuration menu
    Copy the full SHA
    2ea3725 View commit details
    Browse the repository at this point in the history