Re: [PATCH] app/testpmd: add size parameter to raw_encap action

2024-02-09 Thread Ferruh Yigit
On 2/9/2024 4:00 PM, Dariusz Sosnowski wrote: >> -Original Message- >> From: Gregory Etelson >> Sent: Thursday, October 26, 2023 09:31 >> To: dev@dpdk.org >> Cc: Gregory Etelson ; Maayan Kashani >> ; Ori Kam ; Aman Singh >> ; Yuying Zhang

RE: [PATCH] app/testpmd: add size parameter to raw_encap action

2024-02-09 Thread Dariusz Sosnowski
> -Original Message- > From: Gregory Etelson > Sent: Thursday, October 26, 2023 09:31 > To: dev@dpdk.org > Cc: Gregory Etelson ; Maayan Kashani > ; Ori Kam ; Aman Singh > ; Yuying Zhang > Subject: [PATCH] app/testpmd: add size parameter to raw_encap action >

Re: [PATCH] app/testpmd: add size parameter to raw_encap action

2024-02-09 Thread Ferruh Yigit
> *To:* Dariusz Sosnowski ; Gregory Etelson > ; dev@dpdk.org > *Cc:* Maayan Kashani ; Ori Kam ; > Aman Singh ; Yuying Zhang > > *Subject:* Re: [PATCH] app/testpmd: add size parameter to raw_encap action >   > External email: Use caution opening links or attachments >

Re: [PATCH] app/testpmd: add size parameter to raw_encap action

2024-02-09 Thread Gregory Etelson
Sosnowski ; Gregory Etelson ; dev@dpdk.org Cc: Maayan Kashani ; Ori Kam ; Aman Singh ; Yuying Zhang Subject: Re: [PATCH] app/testpmd: add size parameter to raw_encap action External email: Use caution opening links or attachments On 2/9/2024 1:43 PM, Dariusz Sosnowski wrote: >> -

Re: [PATCH] app/testpmd: add size parameter to raw_encap action

2024-02-09 Thread Ferruh Yigit
Yuying Zhang >> Subject: RE: [PATCH] app/testpmd: add size parameter to raw_encap action >> >> Hi Gregory, >> >>> -Original Message- >>> From: Gregory Etelson >>> Sent: Thursday, October 26, 2023 09:31 >>> To: dev@dpdk.org >>&g

RE: [PATCH] app/testpmd: add size parameter to raw_encap action

2024-02-09 Thread Dariusz Sosnowski
> -Original Message- > From: Dariusz Sosnowski > Sent: Friday, February 9, 2024 12:04 > To: Gregory Etelson ; dev@dpdk.org > Cc: Gregory Etelson ; Maayan Kashani > ; Ori Kam ; Aman Singh > ; Yuying Zhang > Subject: RE: [PATCH] app/testpmd: add size parameter to

RE: [PATCH] app/testpmd: add size parameter to raw_encap action

2024-02-09 Thread Dariusz Sosnowski
Hi Gregory, > -Original Message- > From: Gregory Etelson > Sent: Thursday, October 26, 2023 09:31 > To: dev@dpdk.org > Cc: Gregory Etelson ; Maayan Kashani > ; Ori Kam ; Aman Singh > ; Yuying Zhang > Subject: [PATCH] app/testpmd: add size parameter to raw_encap a

Re: [PATCH] app/testpmd: add size parameter to raw_encap action

2024-02-08 Thread Ferruh Yigit
On 10/26/2023 8:30 AM, Gregory Etelson wrote: > Testpmd always provides RAW_ENCAP flow action configuration with > encap buffer and the buffer size. > That implementation does not allow to create non-masked raw_encap > action in the template API actions template. > > The patch adds the `size` para

[PATCH] app/testpmd: add size parameter to raw_encap action

2023-10-26 Thread Gregory Etelson
Testpmd always provides RAW_ENCAP flow action configuration with encap buffer and the buffer size. That implementation does not allow to create non-masked raw_encap action in the template API actions template. The patch adds the `size` parameter to testpmd `raw_encap` action configuration. Testpmd