-
Notifications
You must be signed in to change notification settings - Fork 82
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 prefix km_ in almost all kmesh bpf map #1084
Conversation
3b10c1d
to
a060c7b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
some of the map name exceeds 16 bytes, prefer remove map_of
a060c7b
to
798490f
Compare
I renamed the map in config.h |
Signed-off-by: LiZhenCheng9527 <[email protected]>
798490f
to
47de401
Compare
Signed-off-by: LiZhenCheng9527 <[email protected]>
After I change the map name in |
bpf/include/map_config.h
Outdated
|
||
// map name | ||
#define map_of_manager km_manage | ||
#define map_of_sock_storage km_sockStorage |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not mix _
with camel naming
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@LiZhenCheng9527 update it then we can merge
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
Signed-off-by: LiZhenCheng9527 <[email protected]>
6f164f8
to
2220ba8
Compare
Signed-off-by: LiZhenCheng9527 <[email protected]>
2220ba8
to
9d8e9f0
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: hzxuzhonghu The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
What type of PR is this?
What this PR does / why we need it:
Which issue(s) this PR fixes:
a part of #1081
Special notes for your reviewer:
Does this PR introduce a user-facing change?: