-
Notifications
You must be signed in to change notification settings - Fork 7.3k
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
feat(esp_netif): Allow traffic reporting (IDFGH-12314) #13348
feat(esp_netif): Allow traffic reporting (IDFGH-12314) #13348
Conversation
This enables traffic indicators or data traffic statistics.
👋 Hello mickeyl, we appreciate your contribution to this project! 📘 Please review the project's Contributions Guide for key guidelines on code, documentation, testing, and more. 🖊️ Please also make sure you have read and signed the Contributor License Agreement for this project. Click to see more instructions ...
Review and merge process you can expect ...
|
sha=e0aca4e14d77a29e81725efbb977636b0d84a972 |
Thanks for contribution again, changes have been merged with 3cb622c. |
Asking in general... can we find a schedule or information about for when a merged PR is scheduled to be in a release? |
@espressif-abhikroy Looks like 5debb23 and ad9787b can be easily applied to v5.2 branch. Do you consider backport them to release branches? |
Unfortunately, the release schedule for IDF is not publicly available. Regarding the commits (5debb23 and ad9787b), they are currently only available on the master branch and will be included in the upcoming 5.4 release. |
This is a feature, and we typically do not backport features. Therefore, these commits were not considered for backporting. However, if necessary, we can consider it. Please let us know if you require it in an earlier release. |
I was surprised with fact that traffic reporting is not included even in v5.3.1, and I couldn't see it in v5.4-dev. |
This enables traffic indicators or data traffic statistics.
It is a fairly small feature hidden behind the new configuration
CONFIG_ESP_NETIF_REPORT_DATA_TRAFFIC
.It does not have any effect, if you choose not to configure it.