Re: [PATCH] examples/flow_filtering: fix make clean

2025-04-01 Thread Tanzeel Ahmed
On Mon, 31 Mar 2025 at 13:45, Thomas Monjalon: > > 29/03/2025 20:53, Tanzeel Ahmed: > > make clean is unable to delete build directory > > because *.o files are not removed. Removing .o files is a simpler fix, as in the patch. > > The other way to fix this would be to

[PATCH] examples/flow_filtering: fix make clean

2025-03-31 Thread Tanzeel Ahmed
make clean is unable to delete build directory because *.o files are not removed. The other way to fix this would be to add all the c files into SRCS-y. Signed-off-by: Tanzeel Ahmed --- examples/flow_filtering/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a

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

2023-06-22 Thread Tanzeel Ahmed
Hi, @olivier.m...@6wind.com On Sun, 11 Jun 2023, 1:17 am Tanzeel-inline, wrote: > None of the foundational NICs currently supports MPLS insertion and > stripping, this functionality can help users who rely on MPLS in their > network application. > > Signed-off-by

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: Tan

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

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. > > >

Devtool test-meson-build.sh failed

2023-02-23 Thread Tanzeel Ahmed
Hello, devs! I hope you all are doing well! I am currently working on a new patch version for "[PATCH v2] lib/net: add MPLS insert and strip functionality". However, I am facing an error when running the devtools/test-meson-build.sh script. The error is related to unused functions in rte_mpls.h th