Re: [PATCH v2 1/5] telemetry: escape special char when tel string

2022-06-23 Thread Bruce Richardson
gt; hemant.agra...@nxp.com; dev@dpdk.org; Power, Ciara > > > > > > Subject: RE: [PATCH v2 1/5] telemetry: escape special char when tel string > > > > > > +CC: Ciara Power, Telemetry library maintainer > > > > > > > From: fengchengwen [mailto:feng

Re: [PATCH v2 1/5] telemetry: escape special char when tel string

2022-06-22 Thread Bruce Richardson
Cc: tho...@monjalon.net; ferruh.yi...@xilinx.com; Laatz, Kevin > > ; andrew.rybche...@oktetlabs.ru; > > jer...@marvell.com; sachin.sax...@oss.nxp.com; > > hemant.agra...@nxp.com; dev@dpdk.org; Power, Ciara > > > > Subject: RE: [PATCH v2 1/5] telemetry: escape speci

RE: [PATCH v2 1/5] telemetry: escape special char when tel string

2022-06-22 Thread Power, Ciara
...@marvell.com; sachin.sax...@oss.nxp.com; > hemant.agra...@nxp.com; dev@dpdk.org; Power, Ciara > > Subject: RE: [PATCH v2 1/5] telemetry: escape special char when tel string > > +CC: Ciara Power, Telemetry library maintainer > > > From: fengchengwen [mailto:fengcheng...

RE: [PATCH v2 1/5] telemetry: escape special char when tel string

2022-06-18 Thread Morten Brørup
+CC: Ciara Power, Telemetry library maintainer > From: fengchengwen [mailto:fengcheng...@huawei.com] > Sent: Saturday, 18 June 2022 05.52 > > On 2022/6/18 1:05, Stephen Hemminger wrote: > > On Fri, 17 Jun 2022 12:25:04 +0100 > > Bruce Richardson wrote: > > > >> On Fri, Jun 17, 2022 at 01:16:08PM

Re: [PATCH v2 1/5] telemetry: escape special char when tel string

2022-06-17 Thread Stephen Hemminger
On Fri, 17 Jun 2022 12:25:04 +0100 Bruce Richardson wrote: > On Fri, Jun 17, 2022 at 01:16:08PM +0200, Morten Brørup wrote: > > > From: Chengwen Feng [mailto:fengcheng...@huawei.com] > > > Sent: Friday, 17 June 2022 11.46 > > > > > > This patch supports escape special characters (including: \",\

Re: [PATCH v2 1/5] telemetry: escape special char when tel string

2022-06-17 Thread Bruce Richardson
On Fri, Jun 17, 2022 at 05:46:20PM +0800, Chengwen Feng wrote: > This patch supports escape special characters (including: \",\\,/,\b, > /f,/n,/r,/t) when telemetry string. > This patch is used to support telemetry xxx-dump commands which the > string may include special characters. > > Signed-off

Re: [PATCH v2 1/5] telemetry: escape special char when tel string

2022-06-17 Thread Bruce Richardson
On Fri, Jun 17, 2022 at 01:16:08PM +0200, Morten Brørup wrote: > > From: Chengwen Feng [mailto:fengcheng...@huawei.com] > > Sent: Friday, 17 June 2022 11.46 > > > > This patch supports escape special characters (including: \",\\,/,\b, > > /f,/n,/r,/t) when telemetry string. > > This patch is used

RE: [PATCH v2 1/5] telemetry: escape special char when tel string

2022-06-17 Thread Morten Brørup
> From: Chengwen Feng [mailto:fengcheng...@huawei.com] > Sent: Friday, 17 June 2022 11.46 > > This patch supports escape special characters (including: \",\\,/,\b, > /f,/n,/r,/t) when telemetry string. > This patch is used to support telemetry xxx-dump commands which the > string may include speci