All of lore.kernel.org
 help / color / mirror / Atom feed
* [dpdk-dev] DPDK Telemetry library enhancement
@ 2021-05-05  7:49 Harman Kalra
  2021-05-05  8:43 ` Thomas Monjalon
  2021-05-05  8:57 ` David Marchand
  0 siblings, 2 replies; 9+ messages in thread
From: Harman Kalra @ 2021-05-05  7:49 UTC (permalink / raw)
  To: bruce.richardson, kevin.laatz, David Marchand, thomas, stephen; +Cc: dev

Hi All,

We have a use case where we need to gather statistics over network. Current implementation of telemetry library is based on Unix socket, we would like to enhance the scope of library to use network sockets. We understand security challenges with network sockets, to overcome them can we can think of two steps:
1. By default library will be using Unix sockets, it will be user decision to run library with network sockets by passing respective eal flags.
2. We can introduce some key/password authentication mechanism to the library, where only authorized clients can get connected to the server. Password can be passed by the user as eal flags, something similar to vf token which is uuid based.
Kindly provide us suggestions/challenges over this enhancements.

One more query, can we register driver specific telemetry commands to collect driver stats? Is this upstream able?

Thanks
Harman

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2021-05-05 11:26 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-05  7:49 [dpdk-dev] DPDK Telemetry library enhancement Harman Kalra
2021-05-05  8:43 ` Thomas Monjalon
2021-05-05  9:37   ` Jerin Jacob
2021-05-05 10:01     ` Bruce Richardson
2021-05-05 10:14       ` Jerin Jacob
2021-05-05  8:57 ` David Marchand
2021-05-05 10:05   ` Bruce Richardson
2021-05-05 10:06   ` [dpdk-dev] [EXT] " Harman Kalra
2021-05-05 11:26     ` David Marchand

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.