Re: [dpdk-dev] DPDK Telemetry library enhancement

2021-05-05 Thread Jerin Jacob
On Wed, May 5, 2021 at 3:31 PM Bruce Richardson wrote: > > On Wed, May 05, 2021 at 03:07:02PM +0530, Jerin Jacob wrote: > > On Wed, May 5, 2021 at 2:13 PM Thomas Monjalon wrote: > > > > > > 05/05/2021 09:49, Harman Kalra: > > > > Hi All, > > > > > > > > We have a use case where we need to gather

Re: [dpdk-dev] DPDK Telemetry library enhancement

2021-05-05 Thread Bruce Richardson
On Wed, May 05, 2021 at 10:57:37AM +0200, David Marchand wrote: > On Wed, May 5, 2021 at 9:49 AM Harman Kalra wrote: > > 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 s

Re: [dpdk-dev] DPDK Telemetry library enhancement

2021-05-05 Thread Bruce Richardson
On Wed, May 05, 2021 at 03:07:02PM +0530, Jerin Jacob wrote: > On Wed, May 5, 2021 at 2:13 PM Thomas Monjalon wrote: > > > > 05/05/2021 09:49, Harman Kalra: > > > Hi All, > > > > > > We have a use case where we need to gather statistics over network. > > > Current implementation of telemetry libr

Re: [dpdk-dev] DPDK Telemetry library enhancement

2021-05-05 Thread Jerin Jacob
On Wed, May 5, 2021 at 2:13 PM Thomas Monjalon wrote: > > 05/05/2021 09:49, Harman Kalra: > > 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 lib

Re: [dpdk-dev] DPDK Telemetry library enhancement

2021-05-05 Thread David Marchand
On Wed, May 5, 2021 at 9:49 AM Harman Kalra wrote: > 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 > challe

Re: [dpdk-dev] DPDK Telemetry library enhancement

2021-05-05 Thread Thomas Monjalon
05/05/2021 09:49, Harman Kalra: > 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 wi