X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=docs%2Fmodel%2Fcurrent%2Fschema%2Ftodos.txt;fp=docs%2Fmodel%2Fcurrent%2Fschema%2Ftodos.txt;h=8e63b21a19c15636f962b66e04b0e482f6108bf6;hb=01d8f262afc567c3d49a23c3cb2cdeaced8a6887;hp=0000000000000000000000000000000000000000;hpb=cca05a55f3434d8a031b98f4a496adb8df20c122;p=csit.git diff --git a/docs/model/current/schema/todos.txt b/docs/model/current/schema/todos.txt new file mode 100644 index 0000000000..8e63b21a19 --- /dev/null +++ b/docs/model/current/schema/todos.txt @@ -0,0 +1,16 @@ + +Export also tg_type and tg_version properties. + +Add description with link to methodology for MRR, NDRPDR and SOAK. + +Add multiplicity field to MRR result, so PAL can detect incomplete samples. + +Add link explaining our L1 bandwidth calculation. + +Add a link to URL explaining how to decode the hdrh data. + +Do we want to require more structure for dut_version, e.g. at least two dots? + +Should we parse version strings? +E.g.: Turn dut_version from "21.11.0" +into {"major": 21, "minor": 11, "patch": 0}.