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

Rename grpc_addr to p4ovs_grpc_addr #123

Merged
merged 2 commits into from
Jun 24, 2024
Merged

Rename grpc_addr to p4ovs_grpc_addr #123

merged 2 commits into from
Jun 24, 2024

Conversation

ffoulkes
Copy link

  • Renamed the global grpc_addr variable to p4ovs_grpc_addr. Symbols we introduce into the global namespace should be prefixed to make their affinity clear and to reduce the likelihood of collision with other global names.

- Renamed the global `grpc_addr` variable to `p4ovs_grpc_addr`.
  Symbols we introduce into the global namespace should be
  prefixed to make their affinity clear and to reduce the
  likelihood of collision with other global names.

Signed-off-by: Derek Foster <[email protected]>
@ffoulkes ffoulkes added the minor effort Minimal effort required label Jun 22, 2024
Copy link
Collaborator

@5abeel 5abeel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link

@n-sandeep n-sandeep left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@ffoulkes ffoulkes merged commit dd18493 into ipdk-latest Jun 24, 2024
1 check passed
@ffoulkes ffoulkes deleted the p4ovs_grpc_addr branch June 24, 2024 20:21
ffoulkes added a commit that referenced this pull request Jul 23, 2024
- Renamed the global `grpc_addr` variable to `p4ovs_grpc_addr`.
  Symbols we introduce into the global namespace should be
  prefixed to make their affinity clear and to reduce the
  likelihood of collision with other global names.

Signed-off-by: Derek Foster <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
minor effort Minimal effort required
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants