Skip to content

Conversation

@christophefontaine
Copy link
Collaborator

Fix the number of events handled.

Fixes: dd7e28e ("infra: add GR_EVENT_IFACE_REMOVE event")

@coderabbitai
Copy link

coderabbitai bot commented Dec 4, 2025

Warning

Rate limit exceeded

@grout-bot has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait 0 minutes and 46 seconds before requesting another review.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

📥 Commits

Reviewing files that changed from the base of the PR and between a787134 and 6e27c79.

📒 Files selected for processing (1)
  • modules/infra/cli/iface.c (1 hunks)
📝 Walkthrough

Walkthrough

The CLI event printer in modules/infra/cli/iface.c was updated to increase the ev_count field from 6 to 7. This change reflects the addition of GR_EVENT_IFACE_POST_RECONFIG as the seventh entry in the ev_types array. The modification aligns the event count with the available event types. No changes were made to control flow, error handling, or public entity declarations.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Fix the number of events handled.

Fixes: dd7e28e ("infra: add GR_EVENT_IFACE_REMOVE event")
Signed-off-by: Christophe Fontaine <cfontain@redhat.com>
Reviewed-by: Maxime Leroy <maxime@leroys.fr>
@maxime-leroy maxime-leroy merged commit 624d084 into DPDK:main Dec 4, 2025
6 checks passed
@christophefontaine christophefontaine deleted the event_fix branch December 12, 2025 08:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants