Uh oh!
There was an error while loading. Please reload this page.
ASoC: SOF: add debug ABI version - #1947
Conversation
ranj063
commented
Mar 28, 2020
@xiulipan the first pacth is also in the previous pull request. Anyway, a single PR is good for both I think. The patches themselves look good but what's missing is the part where these ext data types are parsed. |
plbossart
commented
Mar 28, 2020
@lgirdwood was asking for separate PRs to help track changes with the ABI tool? |
ranj063
commented
Mar 28, 2020
oh I missed that memo possibly. |
kv2019i
left a comment
There was a problem hiding this comment.
@xiulipan We need to stick to ABI classifier versions in the split PRs.
@lgirdwood This is getting quite complicated now....
Uh oh!
There was an error while loading. Please reload this page.
| struct sof_ipc_user_abi_version { | ||
| struct sof_ipc_ext_data_hdr ext_hdr; | ||
| uint32_t abi_dbg_version; |
There was a problem hiding this comment.
wondering whether we aren't overcomplicating things and whether we shouldn't stick to just one ABI version
There was a problem hiding this comment.
@lyakh No idea of the usage model of this, but this discussion needs to happen on the FW side PR as the people involved are not reading this.
xiulipan
commented
Mar 31, 2020
@lgirdwood Ping here from thesofproject/sof#2522 |
Add new debug ABI version to be increased when changing user space debug interfaces while the the main FW ABI is not affected. The abi_dbg_version share same defination with SOF_ABI_VER This change main ABI to 3.14.0 Signed-off-by: Pan Xiuli <xiuli.pan@linux.intel.com>
xiulipan
commented
Mar 31, 2020
@kv2019i@lgirdwood Rebased and updated to ABI 14 |
lgirdwood
commented
Mar 31, 2020
Travis build failure related to cpu_dai not being initialised in topology, checkpatch about types. |
lgirdwood
commented
Mar 31, 2020
Jenkins showing IPC timeout on one APL variant, looks like a non 100% reproducible issue. |
Add new debug ABI version to be increased when changing user space debug
interfaces while the the main FW ABI is not affected.
The abi_dbg_version share same defination with SOF_ABI_VER
This change main ABI to 3.14.0