Attention is currently required from: osmith, fixeria.
View Change
3 comments:
File src/alloc_algo.cpp:
Patch Set #8, Line 761: memset(res->usf, -1, sizeof(res->usf));
Are you sure this is correct? `sizeof(res->usf)` is not 8 in this case, but `sizeof(int) * 8`. […]
Done
Patch Set #8, Line 800: res->usf
`&res->usf[0]` would be cleaner here, otherwise it looks like you're passing a USF value, but then y […]
Done
Patch Set #8, Line 863: struct alloc_resources_res *res)
coemstic: alignment
Done
To view, visit change 32399. To unsubscribe, or for help writing mail filters, visit settings.
Gerrit-Project: osmo-pcu
Gerrit-Branch: master
Gerrit-Change-Id: I5ffd00f5f80bde4b73b78db44896f65e70e12b20
Gerrit-Change-Number: 32399
Gerrit-PatchSet: 8
Gerrit-Owner: pespin <pespin@sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <axilirator@gmail.com>
Gerrit-Reviewer: fixeria <vyanitskiy@sysmocom.de>
Gerrit-Reviewer: osmith <osmith@sysmocom.de>
Gerrit-Attention: osmith <osmith@sysmocom.de>
Gerrit-Attention: fixeria <vyanitskiy@sysmocom.de>
Gerrit-Attention: fixeria <axilirator@gmail.com>
Gerrit-Comment-Date: Wed, 26 Apr 2023 11:28:11 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: fixeria <vyanitskiy@sysmocom.de>
Gerrit-MessageType: comment