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

2020-04-10 Thread Pattan, Reshma
> -Original Message- > From: Power, Ciara >> +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)) { >>+

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

2020-04-08 Thread Ciara Power
The new telemetry will now open a socket using the old telemetry path, to ensure backward compatibility. This is not yet initialised, as it would clash with the existing telemetry, to be removed in a later patch. This means that both old and new telemetry socket interfaces are handled in a common w