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

api/ops: Remove MsgOp* constants #2799

Merged
merged 1 commit into from
Aug 16, 2024

Conversation

lambdanis
Copy link
Contributor

@lambdanis lambdanis commented Aug 14, 2024

MsgOp* constants were duplicating MSG_OP_*. There is no point in maintaining two lists, and MsgOp* constants weren't added for some new features. Let's keep MSG_OP_* for consistency with other types and bpf.

Also remove MsgOpKfreeSkb (not used and not existing in bpf) and update metrics docs with missing opcodes.

MsgOp* constants were duplicating MSG_OP_*. There is no point in maintaining
two lists, and MsgOp* constants weren't added for some new features. Let's keep
MSG_OP_* for consistency with other types and bpf.

Also remove MsgOpKfreeSkb (not used and not existing in bpf) and update metrics
docs with missing opcodes.

Signed-off-by: Anna Kapuscinska <[email protected]>
@lambdanis lambdanis added kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt. release-note/misc This PR makes changes that have no direct user impact. labels Aug 14, 2024
@lambdanis lambdanis requested review from mtardy and a team as code owners August 14, 2024 06:14
Copy link

netlify bot commented Aug 14, 2024

Deploy Preview for tetragon ready!

Name Link
🔨 Latest commit 2de30ac
🔍 Latest deploy log https://app.netlify.com/sites/tetragon/deploys/66bc4b3e1a7aed0008fe5cc3
😎 Deploy Preview https://deploy-preview-2799--tetragon.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link
Contributor

@jrfastab jrfastab left a comment

Choose a reason for hiding this comment

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

Thanks!

@jrfastab jrfastab merged commit 4fb2c0b into cilium:main Aug 16, 2024
49 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt. release-note/misc This PR makes changes that have no direct user impact.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants