[dpdk-dev] [PATCH v2 12/16] telemetry: introduce telemetry backward compatibility

Pattan, Reshma reshma.pattan at intel.com
Fri Apr 10 19:00:58 CEST 2020



> -----Original Message-----
> From: Power, Ciara <ciara.power at intel.com>
>> +static int
>>+telemetry_v2_init(const char *runtime_dir, const char **err_str)

>>+	if (strlcpy(v2_socket.path, get_socket_path(runtime_dir, 2),
>>+			sizeof(v2_socket.path)) >= sizeof(v2_socket.path)) {
>>+		snprintf(telemetry_log_error, sizeof(telemetry_log_error),
>>+				"Error with socket binding, path too long");

Need to update the telemetry_log_error to err_str?


More information about the dev mailing list