n-toshikazu
n-toshikazu
> I have nothing against optimizations but you must not modify struct lyd_node. > So please adjust your patch accordingly or provide a smaller use-case reproducing your use-case and I...
I appreciate your follow-up. Unless my understanding about your explanation is wrong, "DFS of the data tree" is already executed with LYD_TREE_DFS_BEGIN() and LYD_TREE_DFS_END() loops at lyd_validate_subtree(), node_when objects are...
I'm trying to prepare dummy configuration with hearing howto, please wait for a while. > If the nodes are sorted in DFS and are traversed from the end, nested nodes...
I post example. Please confirm with following procedures. ### At netopeer2-server unzip [testcase.zip](https://github.com/user-attachments/files/19025157/testcase.zip) and cd testcase ./make_test_xml.sh ./startup.sh ### At netoper2-cli edit-config --target running --config=[edit.xml.txt](https://github.com/user-attachments/files/19025182/edit.xml.txt) RPC TAT is about 5...
Could you try this commandline instead of "./make_test_xml.sh". ./make_test_xml.sh 10 Least data size may be around 3MB now and if you want more compact data, we will try to retake....
We rework script. Please replace with [make_test_xml.zip](https://github.com/user-attachments/files/19050712/make_test_xml.zip) and confirm.
I apologize previous half-assed posting. We trimmed validation errors. Please use [make_test_xml-v3.zip](https://github.com/user-attachments/files/19069568/make_test_xml-v3.zip).
We tried your assertion patch with our original configuration, not be asserted.