[PATCH] eal/linux: enhanced error handling for affinity
Stephen Hemminger
stephen at networkplumber.org
Mon Apr 22 17:26:27 CEST 2024
On Mon, 22 Apr 2024 13:23:50 +0000
"Jianyue Wu (NSB)" <jianyue.wu at nokia-sbell.com> 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.
More information about the dev
mailing list