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-agreements which need to be addressed internally. We will continue to work on this and plan to push it in the next release.
RFC link: https://patchwork.dpdk.org/project/dpdk/cover/20230417022630.2377505-1-rongw...@nvidia.com/ V1 patch with full PMD implementation: https://patchwork.dpdk.org/project/dpdk/cover/20230417092540.2617450-1-rongw...@nvidia.com/ BR Rongwei > -----Original Message----- > From: Ferruh Yigit <ferruh.yi...@amd.com> > Sent: Friday, June 2, 2023 22:39 > To: Rongwei Liu <rongw...@nvidia.com>; Matan Azrad <ma...@nvidia.com>; > Slava Ovsiienko <viachesl...@nvidia.com>; Ori Kam <or...@nvidia.com>; > Suanming Mou <suanmi...@nvidia.com>; NBU-Contact-Thomas Monjalon > (EXTERNAL) <tho...@monjalon.net> > Cc: dev@dpdk.org > Subject: Re: [PATCH v1 0/2] add IPv6 extension push remove > > External email: Use caution opening links or attachments > > > 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 > > app/testpmd: add IPv6 extension push remove cli > > > > Series applied to dpdk-next-net/main, thanks.