- Collapse IDENT_SEND/IDENT_WAIT states down to a single state.
- Remove unused 'len' argument to op_data callback. The value passed in (total amount of remaining data to receive) didn't seem very useful and no op_data implementations used it.
Differential D41286
bhyve: Some fwctl simplifications. jhb on Aug 1 2023, 8:26 PM. Authored by Tags None Referenced Files
Details
Diff Detail
Event Timeline
Comment Actions IMHO, we should get rid of fwctl. It was broken for years (https://github.com/freebsd/freebsd-src/commit/8ec366ec6c943550a011effe50bc73e3875f8ead) and nobody noticed it. So, there can't be any users. Additionally, fwcfg serves the same use case and is a common standard.
|