Re: [PATCH v1 0/2] add IPv6 extension push remove

2023-07-10 Thread Thomas Monjalon
10/07/2023 16:41, Stephen Hemminger: > On Mon, 10 Jul 2023 09:55:59 +0100 > Ferruh Yigit wrote: > > > On 7/10/2023 3:32 AM, Rongwei Liu wrote: > > > Hi Ferruh & Andrew & Ori & Thomas: > > > Sorry, we can't commit the PMD implementation for "IPv6 extension push > > > remove" feature in time for

Re: [PATCH v1 0/2] add IPv6 extension push remove

2023-07-10 Thread Stephen Hemminger
On Mon, 10 Jul 2023 09:55:59 +0100 Ferruh Yigit wrote: > On 7/10/2023 3:32 AM, Rongwei Liu wrote: > > Hi Ferruh & Andrew & Ori & Thomas: > > Sorry, we can't commit the PMD implementation for "IPv6 extension push > > remove" feature in time for this release. > > There are some dis-agreeme

Re: [PATCH v1 0/2] add IPv6 extension push remove

2023-07-10 Thread Ferruh Yigit
an Azrad ; >> Slava Ovsiienko ; Ori Kam ; >> Suanming Mou ; NBU-Contact-Thomas Monjalon >> (EXTERNAL) >> Cc: dev@dpdk.org >> Subject: Re: [PATCH v1 0/2] add IPv6 extension push remove >> >> External email: Use caution opening links or attachments >> >&g

RE: [PATCH v1 0/2] add IPv6 extension push remove

2023-07-09 Thread Rongwei Liu
BR Rongwei > -Original Message- > From: Ferruh Yigit > Sent: Friday, June 2, 2023 22:39 > To: Rongwei Liu ; Matan Azrad ; > Slava Ovsiienko ; Ori Kam ; > Suanming Mou ; NBU-Contact-Thomas Monjalon > (EXTERNAL) > Cc: dev@dpdk.org > Subject: Re: [PATCH v1 0/2] a

Re: [PATCH v1 0/2] add IPv6 extension push remove

2023-06-02 Thread Ferruh Yigit
On 5/24/2023 8:39 AM, Rongwei Liu wrote: > Add new rte_actions to push and remove the specific > type of IPv6 extension to and from original packets. > > v1: Split the PMD implementation, add a description into release notes. > > Rongwei Liu (2): > ethdev: add IPv6 extension push remove action

[PATCH v1 0/2] add IPv6 extension push remove

2023-05-24 Thread Rongwei Liu
Add new rte_actions to push and remove the specific type of IPv6 extension to and from original packets. v1: Split the PMD implementation, add a description into release notes. Rongwei Liu (2): ethdev: add IPv6 extension push remove action app/testpmd: add IPv6 extension push remove cli app