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

bpf: xdp: fix coccicheck warning about DROP_MISSED_TAIL_CALL #25924

Merged
merged 1 commit into from
Jun 6, 2023

Conversation

julianwiedmann
Copy link
Member

The coccicheck workflow strictly wants us to throw the drop notification right away. It's not enough to fall through to the drop notification below.

The coccicheck workflow strictly wants us to throw the drop notification
right away. It's not enough to fall through to the drop notification below.

Signed-off-by: Julian Wiedmann <jwi@isovalent.com>
@maintainer-s-little-helper maintainer-s-little-helper bot added the dont-merge/needs-release-note-label The author needs to describe the release impact of these changes. label Jun 6, 2023
@julianwiedmann julianwiedmann added sig/datapath Impacts bpf/ or low-level forwarding details, including map management and monitor messages. release-note/misc This PR makes changes that have no direct user impact. labels Jun 6, 2023
@maintainer-s-little-helper maintainer-s-little-helper bot removed the dont-merge/needs-release-note-label The author needs to describe the release impact of these changes. label Jun 6, 2023
@julianwiedmann
Copy link
Member Author

/test

@julianwiedmann julianwiedmann marked this pull request as ready for review June 6, 2023 09:28
@julianwiedmann julianwiedmann requested a review from a team as a code owner June 6, 2023 09:28
@dylandreimerink dylandreimerink merged commit 887a853 into cilium:main Jun 6, 2023
62 checks passed
@julianwiedmann julianwiedmann deleted the 1.14-bpf-tail-call branch June 6, 2023 12:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release-note/misc This PR makes changes that have no direct user impact. sig/datapath Impacts bpf/ or low-level forwarding details, including map management and monitor messages.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants