RE: [PATCH v4] app/testpmd: enable cli for programmable action

2023-10-27 Thread Zhang, Qi Z
> -Original Message- > From: Stephen Hemminger > Sent: Thursday, October 12, 2023 9:32 AM > To: Zhang, Qi Z > Cc: Ferruh Yigit ; Singh, Aman Deep > ; Zhang, Yuying ; > dev@dpdk.org; Dumitrescu, Cristian ; > or...@nvidia.com > Subject: Re: [PATCH v4]

Re: [PATCH v4] app/testpmd: enable cli for programmable action

2023-10-11 Thread Stephen Hemminger
On Thu, 12 Oct 2023 00:04:00 + "Zhang, Qi Z" wrote: > > > >> Is there an existing driver implementation, checking it helps to > > > >> understand feature implementation? > > > > > > > > This work is still ongoing, currently we target to upstream on DPDK > > > > 24.03 Then the testpmd chang

RE: [PATCH v4] app/testpmd: enable cli for programmable action

2023-10-11 Thread Zhang, Qi Z
> -Original Message- > From: Zhang, Qi Z > Sent: Wednesday, October 11, 2023 9:20 PM > To: Ferruh Yigit ; Singh, Aman Deep > ; Zhang, Yuying > Cc: dev@dpdk.org; Dumitrescu, Cristian ; > or...@nvidia.com > Subject: RE: [PATCH v4] app/testpmd: enable cli

RE: [PATCH v4] app/testpmd: enable cli for programmable action

2023-10-11 Thread Zhang, Qi Z
> -Original Message- > From: Ferruh Yigit > Sent: Wednesday, October 11, 2023 6:21 PM > To: Zhang, Qi Z ; Singh, Aman Deep > ; Zhang, Yuying > Cc: dev@dpdk.org; Dumitrescu, Cristian ; > or...@nvidia.com > Subject: Re: [PATCH v4] app/testpmd: enable cli for pro

Re: [PATCH v4] app/testpmd: enable cli for programmable action

2023-10-11 Thread Ferruh Yigit
...@nvidia.com >> Subject: Re: [PATCH v4] app/testpmd: enable cli for programmable action >> >> On 10/7/2023 11:47 AM, Qi Zhang wrote: >>> Parsing command line for rte_flow_action_prog. >>> >>> Syntax: >>> >>> "prog name [arg

RE: [PATCH v4] app/testpmd: enable cli for programmable action

2023-10-10 Thread Zhang, Qi Z
> -Original Message- > From: Ferruh Yigit > Sent: Tuesday, October 10, 2023 6:49 PM > To: Zhang, Qi Z ; Singh, Aman Deep > ; Zhang, Yuying > Cc: dev@dpdk.org; Dumitrescu, Cristian ; > or...@nvidia.com > Subject: Re: [PATCH v4] app/testpmd: enable cli for programm

Re: [PATCH v4] app/testpmd: enable cli for programmable action

2023-10-10 Thread Ferruh Yigit
On 10/7/2023 11:47 AM, Qi Zhang wrote: > Parsing command line for rte_flow_action_prog. > > Syntax: > > "prog name [arguments \ >... end]" > Can you please put full rte flow command in the commit log? Like what is the 'pattern' for above command? > Use parse_string0 to parse name strin

RE: [PATCH v4] app/testpmd: enable cli for programmable action

2023-10-07 Thread Dumitrescu, Cristian
> -Original Message- > From: Zhang, Qi Z > Sent: Saturday, October 7, 2023 11:48 AM > To: Singh, Aman Deep ; Zhang, Yuying > > Cc: dev@dpdk.org; Dumitrescu, Cristian ; > or...@nvidia.com; ferruh.yi...@amd.com; Zhang, Qi Z > Subject: [PATCH v4] app/testpmd: enable cli for programmable