Skip to content

bpf: xdp: fix coccicheck warning about DROP_MISSED_TAIL_CALL#25924

Merged
dylandreimerink merged 1 commit intocilium:mainfrom
julianwiedmann:1.14-bpf-tail-call
Jun 6, 2023
Merged

bpf: xdp: fix coccicheck warning about DROP_MISSED_TAIL_CALL#25924
dylandreimerink merged 1 commit intocilium:mainfrom
julianwiedmann:1.14-bpf-tail-call

Conversation

@julianwiedmann
Copy link
Copy Markdown
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 area/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
Copy Markdown
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
@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

area/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.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants