On Mon, 22 Apr 2024 13:23:50 +0000 "Jianyue Wu (NSB)" <[email protected]> wrote:
> +/* Function to convert cpu_set_t to a string. */
> +static void cpuset_to_string(const cpu_set_t *cpuset,
> + char *cpus_str, size_t cpus_str_size) {
> + int cpu;
> + // Track the current position in the string
DPDK does not use C++ style comments.
All patches should match the style of existing code.

