Re: [PATCH v4] lib/net: add MPLS insert and strip functionality

2023-06-05 Thread Olivier Matz
Hi, Sorry for the late feedback, please see some comments below. To be honest, I have some doubts about the usefulness of the patch, especially the function that strips all the MPLS headers. On Sat, Feb 25, 2023 at 06:53:43PM +0500, Tanzeel-inline wrote: > From: Tanzeel Ahmed > > This patch is

Re: [PATCH v4] lib/net: add MPLS insert and strip functionality

2023-05-20 Thread Tanzeel Ahmed
Gentle Ping On Tue, Apr 18, 2023 at 6:18 PM Tanzeel Ahmed wrote: > Ping. > > On Thu, Mar 9, 2023 at 11:35 PM Tanzeel Ahmed > wrote: > >> Any updates? >> >> >> On Sat, Feb 25, 2023 at 6:53 PM Tanzeel-inline >> wrote: >> >>> From: Tanzeel Ahmed >>> >>> This patch is new version of [PATCH] lib/n

Re: [PATCH v4] lib/net: add MPLS insert and strip functionality

2023-04-18 Thread Tanzeel Ahmed
Ping. On Thu, Mar 9, 2023 at 11:35 PM Tanzeel Ahmed wrote: > Any updates? > > > On Sat, Feb 25, 2023 at 6:53 PM Tanzeel-inline > wrote: > >> From: Tanzeel Ahmed >> >> This patch is new version of [PATCH] lib/net: added push MPLS header API. >> I have also added the MPLS strip functionality to

Re: [PATCH v4] lib/net: add MPLS insert and strip functionality

2023-03-09 Thread Tanzeel Ahmed
Any updates? On Sat, Feb 25, 2023 at 6:53 PM Tanzeel-inline wrote: > From: Tanzeel Ahmed > > This patch is new version of [PATCH] lib/net: added push MPLS header API. > I have also added the MPLS strip functionality to address the question > asked in last patch. > > > You should explain why yo