From anolasc13 at gmail.com Mon Aug 1 15:54:48 2022 From: anolasc13 at gmail.com (SuHsueyu) Date: Mon, 1 Aug 2022 23:54:48 +0800 Subject: Su Hsueyu's GSoC status report - #3 of 12 Message-ID: Accomplishments: - read tests/bpf.c - complete the map retrieving demo by retrieving map key and value type information - run the bpf unit test - writing bpf-obj_get_info_by_fd-map.c Priorities: - continue writing the map unit test - try to implement map retrieving in strace From anolasc13 at gmail.com Mon Aug 8 14:59:13 2022 From: anolasc13 at gmail.com (SuHsueyu) Date: Mon, 8 Aug 2022 22:59:13 +0800 Subject: Su Hsueyu's GSoC status report - #4 of 12 Message-ID: Accomplishments: - Write auxiliary functions for retrieving type information of ebpf maps Priorities: - Implement map type information retrieving in strace - Continue writing the map unit test Took a lot of effort to write the unit test, yet it is still hard to achieve. I think it would be wiser and more efficient to move my focus to implementing the ebpf map type information retrieval.