PR: 286720
Details
Details
- Reviewers
zlei shurd sreekanth.reddy_broadcom.com imp sumit.saxena_broadcom.com - Commits
- rG87691082d860: bnxt: Fix the request length in bnxt_hwrm_func_backing_store_cfg()
rG20bb3d7d500b: bnxt: Fix the request length in bnxt_hwrm_func_backing_store_cfg()
rG5ca390f03bc6: bnxt: Fix the request length in bnxt_hwrm_func_backing_store_cfg()
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
I do not have any hardware to test this change, but it appear to be a regression by mistake.
Fixes: 050d28e13cde bnxt_en: L2-RoCE driver communication interface
sys/dev/bnxt/bnxt_en/bnxt_hwrm.c | ||
---|---|---|
717 | This was introduced by 050d28e13cde ( bnxt_en: L2-RoCE driver communication interface ), while the req_len is to support the older/smaller backing_store_cfg message size 2ed061f08d9e ( if_bnxt: Add support for smaller backing_store_cfg message size ). I think this sizeof(req) is unintentional. Also add Sumit as a review. |
Comment Actions
No objections. I think I have read the code carefully, the patch should fix the regression. That ( the regression ) looks much like a copy-paste error.